--- title: 'Supabase' description: 'Manage databases, authentication, and storage with the Supabase Management API.' --- # 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 1. Go to **Connections** and click **New Connection**. 2. Pick **Supabase** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET /projects](./get_projects_cloud_listprojects) | List all projects | | [POST /projects](./post_projects_cloud_createproject) | Create a new project | | [GET /projects/{ref}](./get_projects_ref_cloud_getproject) | Get project details | | [GET /projects/{ref}/functions](./get_projects_ref_functions_cloud_listfunctions) | List edge functions | | [POST /projects/{ref}/database/query](./post_projects_ref_database_query_cloud_executequery) | Execute a SQL query | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.