Supabase ​
Manage databases, authentication, and storage with the Supabase Management API.
| Detail | Value |
|---|---|
| Category | Cloud & Infra |
| Base URL | https://api.supabase.com/v1 |
| Authentication | Bearer Token |
| Endpoints | 5 |
| Connector key | supabase |
Using Supabase in a workflow ​
- Go to Connections and click New Connection.
- Pick Supabase from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| GET /projects | List all projects |
| POST /projects | Create a new project |
| GET /projects/{ref} | Get project details |
| GET /projects/{ref}/functions | List edge functions |
| POST /projects/{ref}/database/query | Execute a SQL query |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.