
Manage Supabase organizations, projects, Postgres settings, API keys, secrets, and branches via the Management API
Sign in to connectGet the authenticated Supabase user profile (Management API).
List organizations visible to the authenticated user.
Get a Supabase organization by slug.
List projects for an organization.
List Supabase projects accessible to the token.
Get a Supabase project by ref.
Create a new Supabase project (requires db_pass for Postgres).
Rename or update project metadata.
Delete a Supabase project permanently.
List API keys for a project (anon/service role metadata).
Create a new API key for a project.
Delete a project API key by id.
List Edge Function / runtime secrets for a project.
List development branches (database branching) for a project.
Get health status for a project.
Get Postgres connection settings for a project (host, version, pooler — not the database password).
List cloud regions available when creating a project.