Auto-generated from your schema. Try requests inline; scopes come from the tokens dashboard.
POST /graphql/v1 — same auth, RLS appliedPrometheus: GET /metrics — text exposition, no authRealtime: WS /rt/v1 — see the Realtime dashboardAll routes are served under {VITE_PLUTO_URL} (same-origin via /api/pluto/* proxy). Auth: send Authorization: Bearer <access_token> + apikey: <VITE_PLUTO_ANON_KEY>. Admin routes additionally require a session with is_superadmin=true (or a service-role key).
/livez— Liveness probe/readyz— Readiness — DB + JWT/health/migrations— Applied migrations ledger/auth/v1/signup— Email + password sign-up/auth/v1/token— Password / refresh grant/auth/v1/recover— Send password reset email/auth/v1/verify— Verify email OTP/auth/v1/logout— Revoke current session/admin/v1/users— List users (500 most recent)/admin/v1/users/:id— Update role / is_superadmin / email_verified/admin/v1/users/:id— Delete a user (cannot delete self)/admin/v1/projects— List projects/admin/v1/projects— Create project/admin/v1/projects/:id/members— List members/admin/v1/projects/:id/members— Add member (owner/admin/developer/viewer)/admin/v1/projects/:id/keys— List API keys/admin/v1/projects/:id/keys— Mint API key/admin/v1/projects/:id/keys/:keyId/rotate— Rotate API key/admin/v1/audit— Paginated audit events/admin/v1/studio/tables?schema=…— List tables in a schema/admin/v1/studio/columns?schema=…&table=…— Columns + FK + PK/admin/v1/settings— Feature flags/storage/v1/bucket— List buckets/storage/v1/bucket— Create bucket/storage/v1/object/:bucket/*— Upload object/storage/v1/object/:bucket/*— Download object/storage/v1/object/:bucket/*— Delete object/rest/v1/:table?select=*— Select rows (PostgREST-compatible)/rest/v1/:table— Insert rows/rest/v1/:table?id=eq.…— Update rows/rest/v1/:table?id=eq.…— Delete rows/jobs/v1/tokens— List job tokens/jobs/v1/tokens— Mint job token/functions/v1/list— List edge functions/functions/v1/:slug— Invoke edge function/admin/v1/stats, /admin/v1/workspaces, /admin/v1/integrations/health/admin/v1/sql/history, /admin/v1/cors/origins, /admin/v1/rate-limits/ai/v1/*, /queue/v1/*, /templates/v1, /push/v1/*/auth/v1/sso/providers, WS system:audit / system:migrations