Supabase
Supabase is an open-source backend-as-a-service providing a Postgres database, authentication, storage, and real-time subscription APIs for building modern applications
What your agent can do with Supabase
Triggers and actions 63 actions
- ActionAlpha Creates A New Api Key For The Project
Creates a 'publishable' or 'secret' api key for an existing supabase project, optionally with a description; 'secret' keys can have customized jwt templates.
- ActionAlpha Get A Third Party Integration
Retrieves the detailed configuration for a specific third-party authentication (tpa) provider, identified by `tpa id`, within an existing supabase project specified by `ref`.
- ActionAlpha Lists All Third Party Auth Integrations
Lists all configured third-party authentication provider integrations for an existing supabase project (using its `ref`), suitable for read-only auditing or verifying current authentication settings.
- ActionAlpha Removes A Third Party Auth Integration
Removes a third-party authentication provider (e.g., google, github) from a supabase project's configuration; this immediately prevents users from logging in via that method.
- ActionAlpha Updates An Api Key For The Project
Updates an existing supabase project api key's `description` and/or `secret jwt template` (which defines its `role`); does not regenerate the key string.
- ActionBeta Activates A Vanity Subdomain For A Project
Activates a vanity subdomain for the specified supabase project, requiring subsequent dns configuration for the subdomain to become operational.
- ActionBeta Checks Vanity Subdomain Availability
Checks if a specific vanity subdomain is available for a supabase project; this action does not reserve or assign the subdomain.
- ActionBeta Get Project S Ssl Enforcement Configuration
Retrieves the ssl enforcement configuration for a specified supabase project, indicating if ssl connections are mandated for its database.
- ActionBeta Gets Current Vanity Subdomain Config
Fetches the current vanity subdomain configuration, including its status and custom domain name, for a supabase project identified by its reference id.
- ActionBeta Gets Project S Network Bans
Retrieves the list of banned ipv4 addresses for a supabase project using its unique project reference string; this is a read-only operation.
- ActionBeta Gets Project S Network Restrictions
Retrieves the current network restriction settings (e.g., ip whitelists) for a supabase project using its reference id; this is a read-only operation for auditing or verifying network security.
- ActionBeta Gets Project S Pgsodium Config
Retrieves the pgsodium configuration, including the root encryption key, for an existing supabase project identified by its `ref`.
- ActionBeta Remove Network Bans
Removes specified ipv4 addresses from a supabase project's network ban list, granting immediate access; ips not currently banned are ignored.
- ActionBeta Run Sql Query
Executes a given sql query against the project's database; use for advanced data operations or when standard api endpoints are insufficient, ensuring queries are valid postgresql and sanitized. use the get table schemas or generate type script types tool to retrieve the table schema, then base your query on it.
- ActionBeta Updates Project S Network Restrictions
Updates and applies network access restrictions (ipv4/ipv6 cidr lists) for a supabase project, which may terminate existing connections not matching the new rules.
- ActionConfig Pgsodium Update With Root Key Warning
Critically updates or initializes a supabase project's pgsodium root encryption key for security setup or key rotation, requiring secure backup of the new key to prevent irreversible data loss.
- ActionCreate A Database Branch
Creates a new, isolated database branch from an existing supabase project (identified by `ref`), useful for setting up separate environments like development or testing, which can optionally be linked to a git branch.
- ActionCreate A Function
Creates a new serverless edge function for a supabase project (identified by `ref`), requiring valid javascript/typescript in `body` and a project-unique `slug 1` identifier.
- ActionCreates A New Sso Provider
Creates a new saml 2.0 single sign-on (sso) provider for a supabase project, requiring either `metadata xml` or `metadata url` for saml idp configuration.
- ActionCreates A New Third Party Auth Integration
Call this to add a new third-party authentication method (oidc or jwks) to a supabase project for integrating external identity providers (e.g., for sso); the api may also support `custom jwks` if sent directly.
- ActionDelete A Database Branch
Permanently and irreversibly deletes a specific, non-default database branch by its `branch id`, without affecting other branches.
- ActionDelete A Function
Permanently deletes a specific edge function (by `function slug`) from a supabase project (by `ref`); this action is irreversible and requires prior existence of both project and function.
- ActionDelete Project Vanity Subdomain
Permanently and irreversibly deletes an active vanity subdomain configuration for the specified supabase project, reverting it to its default supabase url.
- ActionDeploy Function
Deploys edge functions to a supabase project using multipart upload.
- ActionDisable Project Readonly
Temporarily disables a supabase project's read-only mode for 15 minutes to allow write operations (e.g., for maintenance or critical updates), after which it automatically reverts to read-only.
- ActionDisables Preview Branching
Disables the preview branching feature for an existing supabase project, identified by its unique reference id (`ref`).
- ActionGenerate Type Script Types
Generates and retrieves typescript types from a supabase project's database; any schemas specified in `included schemas` must exist in the project.
- ActionGet Database Branch Config
Retrieves the read-only configuration and status for a supabase database branch, typically for monitoring or verifying its settings.
- ActionGet Project Api Keys
Retrieves all api keys for an existing supabase project, specified by its unique reference id (`ref`); this is a read-only operation.
- ActionGet Project S Pgbouncer Config
Retrieves the active pgbouncer configuration (postgresql connection pooler) for a supabase project, used for performance tuning, auditing, or getting the connection string.
- ActionGet Project Upgrade Eligibility
Checks a supabase project's eligibility for an upgrade, verifying compatibility and identifying potential issues; this action does not perform the actual upgrade.
- ActionGet Project Upgrade Status
Retrieves the latest status of a supabase project's database upgrade for monitoring purposes; does not initiate or modify upgrades.
- ActionGets A Specific Sql Snippet
Retrieves a specific sql snippet by its unique identifier.
- ActionGets A Sso Provider By Its Uuid
Retrieves the configuration details for a specific single sign-on (sso) provider (e.g., saml, google, github, azure ad), identified by its uuid, within a supabase project.
- ActionGets Information About The Organization
Fetches comprehensive details for a specific supabase organization using its unique slug.
- ActionGets Project S Auth Config
Retrieves the project's complete read-only authentication configuration, detailing all settings (e.g., providers, mfa, email/sms, jwt, security policies) but excluding sensitive secrets.
- ActionGets Project S Postgres Config
Retrieves the current read-only postgresql database configuration for a specified supabase project's `ref`, noting that some advanced or security-sensitive details might be omitted from the response.
- ActionGets Project S Postgrest Config
Retrieves the postgrest configuration for a specific supabase project.
- ActionGets Project S Service Health Status
Retrieves the current health status for a supabase project, for specified services or all services if the 'services' list is omitted.
- ActionGets Project S Supavisor Config
Retrieves the supavisor (connection pooler) configuration for a specified supabase project, identified by its reference id.
- ActionGet Table Schemas
Retrieves column details, types, and constraints for multiple database tables to help debug schema issues and write accurate sql queries.
- ActionList All Database Branches
Lists all database branches for a specified supabase project, used for isolated development and testing of schema changes; ensure the project reference id is valid.
- ActionList All Functions
Lists metadata for all edge functions in a supabase project (specified by 'ref'), excluding function code or logs; the project must exist.
- ActionList All Organizations
Lists all organizations (id and name only) associated with the supabase account, excluding project details within these organizations.
- ActionList All Projects
Retrieves a list of all supabase projects, including their id, name, region, and status, for the authenticated user.
- ActionList All Secrets
Retrieves all secrets for a supabase project using its reference id; secret values in the response may be masked.
- ActionList Members Of An Organization
Retrieves all members of a supabase organization, identified by its unique slug, including their user id, username, email, role, and mfa status.
- ActionLists All Backups
Lists all database backups for a supabase project, providing details on existing backups but not creating new ones or performing restores; availability may depend on plan and configuration.
- ActionLists All Buckets
Retrieves a list of all storage buckets for a supabase project, without returning bucket contents or access policies.
- ActionLists All Sso Providers
Lists all configured single sign-on (sso) providers for a supabase project, requiring the project reference id (`ref`) of an existing project.
- ActionLists Sql Snippets For The Logged In User
Retrieves a list of sql snippets for the logged-in user, optionally filtered by a specific supabase project if `project ref` is provided.
- ActionRemoves A Sso Provider By Its Uuid
Deletes a specific sso provider by its id (`provider id`) from a supabase project (`ref`), which disables it and returns its details; ensure this action will not inadvertently lock out users.
- ActionResets A Database Branch
Resets an existing supabase database branch, identified by `branch id`, to its initial clean state, irreversibly deleting all its current data and schema changes.
- ActionRetrieve A Function
Retrieves detailed information, metadata, configuration, and status for a specific edge function using its project reference id and function slug.
- ActionRetrieve A Function Body
Retrieves the source code (body) for a specified serverless edge function using its project reference and function slug; this is a read-only operation that does not execute the function or return runtime logs.
- ActionReturns Project S Readonly Mode Status
Retrieves the read-only mode status for a specified supabase project to check its operational state; this action does not change the read-only state.
- ActionUpdate A Function
Updates an existing supabase edge function's properties (like name, slug, source code, jwt settings, import map) identified by project `ref` and `function slug`, supporting plain text code or eszip for the body.
- ActionUpdate Database Branch Config
Updates the configuration of a supabase database branch, allowing modification of its name, associated git branch, reset-on-push behavior, persistence, and status.
- ActionUpdates A Sso Provider By Its Uuid
Updates an existing sso provider's saml metadata, associated email domains, or attribute mappings for a supabase project, identified by `ref` and `provider id`.
- ActionUpdates Project S Postgres Config
Updates specified postgresql configuration parameters for an existing supabase project (`ref`) to optimize database performance; note that unspecified parameters remain unchanged, and caution is advised as incorrect settings can impact stability or require a restart.
- ActionUpdates Project S Postgrest Config
Updates postgrest configuration settings (e.g., `max rows`, `db pool`, `db schema`, `db extra search path`) for a supabase project to fine-tune api performance, data exposure, and database resource usage.
- ActionUpdates Project S Supavisor Config
Updates the supavisor (database pooler) configuration, such as `default pool size`, for an existing supabase project identified by `ref`; the `pool mode` parameter in the request is deprecated and ignored.
- ActionUpdate Ssl Enforcement Config
Updates the ssl enforcement configuration (enable/disable) for a specified supabase project's database.
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the Supabase API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.
Related apps
AirbrakeAirbrake collects errors generated by other applications, and aggregates the results for review.
BeanstalkBeanstalk is a code hosting and deployment workflow tool for Git and Subversion. Manage repositories...
Google MapsIntegrate Google Maps to access location data, geocoding, directions, and mapping services in your...