Start here
Self-serve onboarding
New developers create an Auth user and organisation without manual SQL membership inserts. The API verifies a Supabase access token and provisions org, owner membership, sandbox project, test environment, bootstrap config, and API keys.
- Register at
https://zerogrant.io/registerwith organisation name and a Supabase email OTP. - Store the one-time secret and publishable keys shown on success.
- Sign in at
https://app.zerogrant.io/loginwith a fresh email OTP (register session does not carry across hosts). Users without membership are sent tohttps://app.zerogrant.io/app/onboarding. - API:
GET /v1/onboarding/status,POST /v1/onboarding/bootstrapwithAuthorization: Bearer <supabase_access_token>.
Local development bootstrap steps live in the repo README, not in this public guide.