Supabase Platform

Management API control plane — projects, branches, logs, security.

Supabase
Projects
scaffold
List and inspect all Supabase projects in the org.
GET /v1/projects
Implementation in progress — data plumbing established, UI coming.

Will surface:

  • Project name, region, status (active / inactive)
  • Health check: DB, Auth, Storage, Edge Functions
  • Create new project (internal org only)
Runbook
Branches
scaffold
DEV branch lifecycle: create, migrate, merge to production.
DEV → prod
Implementation in progress — data plumbing established, UI coming.

Will surface:

  • List active DEV branches per project
  • Create DEV branch from production snapshot
  • Run schema migrations against DEV branch
  • Merge DEV branch into production DB
  • Delete branch after merge or abandon
Runbook
Logs & Security
scaffold
Management API log queries and security advisor.
advisor + PITR
Implementation in progress — data plumbing established, UI coming.

Will surface:

  • Structured log queries (service, level, time range)
  • Security advisor findings (RLS gaps, exposed functions)
  • PITR restore trigger (disaster recovery only)
Runbook