Early bird discounts live! Claim your offer

project.created

A creator registers a new project.

When this fires

A creator registers a new project. The event lands the moment the new project becomes available for further configuration.

Required ability

project:view-any — token must carry this at mint time to subscribe an endpoint to this event.

Payload

{
  "id": "evt_01HX...",
  "type": "project.created",
  "created_at": "2026-05-18T10:05:00Z",
  "api_version": "2026-05-01",
  "project_id": "prj_01HX...",
  "data": {
    "project": {
      "id": "prj_01HX...",
      "name": "Research Premium",
      "handle": "research-premium",
      "description": "Deep-dive research notes and weekly AMAs.",
      "active": true,
      "team_id": "tem_01HX..."
    }
  }
}

Field reference

FieldTypeNotes
idstring ULIDUnique event id, prefixed evt_. Use for idempotent processing.
typestringAlways project.created for this event.
created_atISO 8601 timestampServer-side emission time.
api_versionstringWebhook API contract version.
project_idstring ULIDProject this event belongs to.
data.project.idstring ULIDProject identifier; matches the top-level project_id.
data.project.namestringDisplay name shown in the dashboard and on my.memberpass.net/....
data.project.handlestringURL slug for the public landing page.
data.project.descriptionstring | nullOptional creator-supplied description.
data.project.activebooleanAlways true at creation; flips on archive / restore.
data.project.team_idstring ULIDTeam that owns the project (a personal team for solo creators).

Caveats

  • Use the MP-Event-Id header to dedupe deliveries — this is the value that lands in id.
  • project.created is always the first event you will receive for a given project_id. Subsequent events on the same project may interleave.
  • Archived/restored states are a separate event pair — listen for project.archived and project.restored rather than relying on data.project.active flipping inside project.updated.

How is this guide?

On this page

MemberPass is a product designed by you — for you.

No boardroom full of executives deciding what we ships next. Our roadmap always shaped by you with your feedback.

Share feedback or a request