Supabase logo

Supabase

SandBaseapi

Published June 21, 2026

About

Access the Supabase Management API. Manage projects, database config, and platform resources — powered by Nango Connector Gateway.

Documentation

Supabase Connector

Access the Supabase Management API. Manage projects, database config, and platform resources.

Pricing

OperationPrice
Successful API call (2xx)$0.001
Failed call (4xx/5xx)Free

Quick Test (curl)

# List your projects
curl -X POST https://api.sandbase.ai/v1/run \
  -H "Authorization: Bearer sk-your-key" \
  -H "Content-Type: application/json" \
  -d '{"model": "supabase", "endpoint": "/v1/projects", "method": "GET"}'

# List organizations
curl -X POST https://api.sandbase.ai/v1/run \
  -H "Authorization: Bearer sk-your-key" \
  -H "Content-Type: application/json" \
  -d '{"model": "supabase", "endpoint": "/v1/organizations", "method": "GET"}'

Request Format

POST /v1/run
{
  "model": "supabase",
  "endpoint": "/v1/projects",
  "method": "GET",
  "params": {},
  "headers": {},
  "body": {},
  "retries": 0
}

Common Endpoints

MethodEndpointDescription
GET/v1/projectsList projects
GET/v1/organizationsList organizations
POST/v1/projectsCreate a project

📖 Full API reference: Supabase Management API Docs

Technical Specs

SpecValue
AuthAPI Key (Nango-managed)
ProxyNango (auto token refresh)
ExecutionSync
Rate limitInherits Supabase's API limits

Try Supabase

Test this model in the Sandbase Playground with your own prompts.

Open in Playground