Supabase integration (Developer Tools, Data, Storage). Imported from open-connector.
https://api.supabase.com/v1/organizations
/organizations/{organizationSlug}
| Param | Type | Required | Description |
|---|---|---|---|
| organizationSlug | string | required | The Supabase organization slug. |
/organizations/{organizationSlug}/members
| Param | Type | Required | Description |
|---|---|---|---|
| organizationSlug | string | required | The Supabase organization slug. |
/organizations/{organizationSlug}/projects
| Param | Type | Required | Description |
|---|---|---|---|
| organizationSlug | string | required | The Supabase organization slug. |
| offset | integer | optional | The number of projects to skip. |
| limit | integer | optional | The maximum number of projects to return, up to 100. |
| search | string | optional | Search projects by name. |
| sort | string | optional | The sort order for projects. |
| statuses | array | optional | Project statuses to include. |
/projects
/projects/{projectRef}
| Param | Type | Required | Description |
|---|---|---|---|
| projectRef | string | required | The Supabase project reference, for example 'abcdefghijklmnopqrst'. |
/projects/available-regions
| Param | Type | Required | Description |
|---|---|---|---|
| organizationSlug | string | required | The Supabase organization slug. |
| continent | string | optional | Optional continent code for regional recommendations. |
| desiredInstanceSize | string | optional | Optional desired instance size for availability. |
/projects/{projectRef}/health
| Param | Type | Required | Description |
|---|---|---|---|
| projectRef | string | required | The Supabase project reference, for example 'abcdefghijklmnopqrst'. |
| services | array | required | The services to check. |
| timeoutMs | integer | optional | Optional timeout in milliseconds, up to 10000. |
/projects/{projectRef}/api-keys
| Param | Type | Required | Description |
|---|---|---|---|
| projectRef | string | required | The Supabase project reference, for example 'abcdefghijklmnopqrst'. |
| reveal | boolean | optional | Whether to reveal the full API key values. |
/projects/{projectRef}/api-keys/{apiKeyId}
| Param | Type | Required | Description |
|---|---|---|---|
| projectRef | string | required | The Supabase project reference, for example 'abcdefghijklmnopqrst'. |
| apiKeyId | string | required | The unique identifier of the project API key. |
| reveal | boolean | optional | Whether to reveal the full API key value. |
/projects/{projectRef}/secrets
| Param | Type | Required | Description |
|---|---|---|---|
| projectRef | string | required | The Supabase project reference, for example 'abcdefghijklmnopqrst'. |
/projects/{projectRef}/secrets
| Param | Type | Required | Description |
|---|---|---|---|
| projectRef | string | required | The Supabase project reference, for example 'abcdefghijklmnopqrst'. |
| secrets | array | required | The secrets to create or update. |
/projects/{projectRef}/secrets
| Param | Type | Required | Description |
|---|---|---|---|
| projectRef | string | required | The Supabase project reference, for example 'abcdefghijklmnopqrst'. |
| names | array | required | The names of secrets to delete. |
/projects/{projectRef}/types/typescript
| Param | Type | Required | Description |
|---|---|---|---|
| projectRef | string | required | The Supabase project reference, for example 'abcdefghijklmnopqrst'. |
| includedSchemas | array | optional | Database schemas to include, such as public or auth. |
/projects/{projectRef}/database/query/read-only
| Param | Type | Required | Description |
|---|---|---|---|
| projectRef | string | required | The Supabase project reference, for example 'abcdefghijklmnopqrst'. |
| query | string | required | The SQL query to run with read-only permissions. |
| parameters | array | optional | Optional positional query parameters. |
/projects/{projectRef}/storage/buckets
| Param | Type | Required | Description |
|---|---|---|---|
| projectRef | string | required | The Supabase project reference, for example 'abcdefghijklmnopqrst'. |
/projects/{projectRef}/functions
| Param | Type | Required | Description |
|---|---|---|---|
| projectRef | string | required | The Supabase project reference, for example 'abcdefghijklmnopqrst'. |
/projects/{projectRef}/functions/{functionSlug}
| Param | Type | Required | Description |
|---|---|---|---|
| projectRef | string | required | The Supabase project reference, for example 'abcdefghijklmnopqrst'. |
| functionSlug | string | required | The Edge Function slug. |