Ingress for Clerk user.created events delivered via Svix. The signature is verified inline against CLERK_WEBHOOK_SECRET; on success the handler atomically provisions a personal account (tenant + user + owner membership + default workspace + 0-cent credit state + audit row). Idempotent on oidc_subject — replays return created:false with no new rows. Non-user.created event types are 200-ignored so Clerk stops retrying them.
Documentation Index
Fetch the complete documentation index at: https://docs.usezombie.com/llms.txt
Use this file to discover all available pages before exploring further.
Svix message identifier (used for deduplication and signature binding).
Unix timestamp of the Svix delivery (used for replay protection).
Space-separated list of Svix v1 signatures.
Account bootstrapped (fresh or replayed). created is true on first delivery and false on every subsequent replay of the same oidc_subject.