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
| Operation | Price |
|---|---|
| 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
| Method | Endpoint | Description |
|---|---|---|
| GET | /v1/projects | List projects |
| GET | /v1/organizations | List organizations |
| POST | /v1/projects | Create a project |
📖 Full API reference: Supabase Management API Docs
Technical Specs
| Spec | Value |
|---|---|
| Auth | API Key (Nango-managed) |
| Proxy | Nango (auto token refresh) |
| Execution | Sync |
| Rate limit | Inherits Supabase's API limits |
Try Supabase
Test this model in the Sandbase Playground with your own prompts.
Open in Playground