Attendee claim landing (magic link)
Where the 'claim your profile' email lands: /claim/:token verifies the 30-minute HMAC claim token, provisions the person-owned Groundwork identity (idempotent — a re-clicked link greets the existing person), signs them in, and points them at their professional profile.
If you are building a front end
Your front end calls this over the same-origin `/api/v1` proxy — no backend code to write, no schema to design. Endpoints: POST /api/v1/auth/attendee/claim.
Bring any front end — hand-written, or generated with Lovable, v0, Bolt, Claude, or Cursor. You get auth, a multi-tenant database, payments through your own Stripe, and email/SMS without writing or hosting a backend.
- How to turn it on
- Always on (public route).
- Who can use it
- none (the claim token IS the credential; the API verifies it).
- The API behind it
POST /api/v1/auth/attendee/claim- Where it lives
- /claim/[token]
See it in context
Events & ticketing — the full walkthrough, step by step: Publish an event; your site sells it — registration, check-in, and the follow-up.
Machine-readable
This page is generated from our published capability catalog. Point your AI assistant at /features.json (or /llms.txt) and it can read every feature, how to enable it, and the endpoints behind it — then build against them.