Create project api key
SUPABASE_ALPHA_CREATE_API_KEYGenerate API keys for your Supabase project to securely authenticate and manage access to your backend services and data.
Supabase
121 actions for Supabase workflows.
Operations are the actions a workflow can take in Supabase, grouped by category. Each lists its method, parameters, and a template you can drop it into.
Manage API keys for programmatic access to your Supabase project. Create, update, retrieve, and delete both standard and legacy API keys to control authentication and authorization for your integrations and applications.
Create project api key
SUPABASE_ALPHA_CREATE_API_KEYGenerate API keys for your Supabase project to securely authenticate and manage access to your backend services and data.
Delete an API key from the project
SUPABASE_ALPHA_DELETE_API_KEYPermanently remove an API key from your Supabase project to revoke its access and prevent unauthorized use. Use this when a key is compromised, no longer needed, or associated with a decommissioned service.
Update an API key for the project
SUPABASE_ALPHA_UPDATE_API_KEYModify the settings of an existing Supabase API key by updating its description or JWT role configuration, without regenerating the actual key string.
Track and monitor the execution of automated workflows and actions within your Supabase project. Use these operations to retrieve execution logs, check the status of action runs, and count total executions for debugging and monitoring purposes.
Count action runs
SUPABASE_COUNT_ACTION_RUNSRetrieves the total count of action runs in your Supabase project without loading the full dataset, helping you monitor automation activity and workflow execution volume.
Get action run logs
SUPABASE_GET_ACTION_RUN_LOGSRetrieve detailed execution logs for a specific action run to see what happened, how it performed, and any errors that occurred. This helps you troubleshoot failed automations and understand why actions didn't work as expected.
Get action run status
SUPABASE_GET_ACTION_RUNRetrieve the current status and execution details of a specific action run, including progress tracking and configuration information. Use this to monitor workflow execution and troubleshoot any issues with automated processes.
Configure and manage authentication providers and OAuth integrations for your Supabase project. Set up third-party auth providers, SSO configurations, and handle user authorization flows to enable secure sign-in options.
Authorize user through OAuth
SUPABASE_BETA_AUTHORIZE_USER_THROUGH_OAUTHGenerates an OAuth 2.0 authorization URL that redirects users to securely log in through third-party providers like Google or GitHub. This enables you to offer seamless social login options without managing passwords directly.
Create a new third-party auth integration
SUPABASE_CREATE_THIRD_PARTY_AUTH_INTEGRATIONSet up external login methods for your Supabase project by connecting identity providers, allowing your users to sign in with their existing accounts from other services.
Create SSO provider configuration
SUPABASE_CREATE_SSO_PROVIDERSet up SAML-based single sign-on for your Supabase application so users can authenticate using their organization's identity provider instead of creating separate accounts.
Delete third party auth config
SUPABASE_ALPHA_DELETE_THIRD_PARTY_AUTH_INTEGRATIONRemove a third-party login option (like Google or GitHub) from your Supabase project, immediately preventing users from signing in through that method.
Exchange auth code for access and refresh token
SUPABASE_EXCHANGE_OAUTH_TOKENConverts OAuth authorization codes or refresh tokens into access tokens that allow your application to securely authenticate users and access their data on their behalf.
Get a third-party integration
SUPABASE_ALPHA_GET_THIRD_PARTY_INTEGRATIONRetrieve the complete configuration details for a third-party authentication provider in your Supabase project, allowing you to verify settings and troubleshoot integration issues.
List third-party auth integrations for project
SUPABASE_ALPHA_LIST_THIRD_PARTY_AUTH_INTEGRATIONSRetrieve a list of all third-party authentication providers currently configured for your Supabase project, allowing you to audit and verify your active login methods.
Remove an SSO provider
SUPABASE_DELETE_SSO_PROVIDERDisables a single sign-on provider from your Supabase project, removing that authentication method for your users. Use this when you need to discontinue a login option or switch to a different authentication provider.
Create and manage database branches for development and testing workflows. Enable preview branching, configure branch settings, and reset or push changes between branches to support parallel development environments.
Create a database branch
SUPABASE_CREATE_DATABASE_BRANCHCreates an isolated copy of your database that you can modify independently, perfect for testing new features or experimenting without affecting your live data.
Delete branch by id
SUPABASE_DELETE_DATABASE_BRANCHRemoves a database branch from your Supabase project to clean up unused development or staging environments and free up resources.
Disable preview branching
SUPABASE_DISABLE_PREVIEW_BRANCHINGTurn off the preview branching feature on your Supabase project to simplify your database management and reduce complexity. This is useful when you no longer need isolated testing environments or want to streamline your development workflow.
Execute queries, manage database configuration, and retrieve metadata about your PostgreSQL database. Handle read replicas, configure PostgREST and PgBouncer settings, and enable webhooks for real-time database events.
Execute project database query
SUPABASE_BETA_RUN_SQL_QUERYRun custom SQL queries directly against your Supabase database for advanced data operations that go beyond standard endpoints. This lets you perform complex data retrievals, updates, or analysis with full control over your database.
Enable project database webhooks
SUPABASE_BETA_ENABLE_DATABASE_WEBHOOKSActivates real-time event notifications for your database, sending instant alerts whenever data is added, modified, or deleted so you can trigger automated workflows in response.
Remove read replica
SUPABASE_BETA_REMOVE_READ_REPLICARemoves a read replica database from your Supabase project, allowing you to eliminate duplicate databases you no longer need and reduce infrastructure costs.
Setup read replica for project
SUPABASE_BETA_CREATE_READ_REPLICACreates a read-only copy of your database in a different geographic region to speed up data access for users in that location and improve overall application performance.
Upgrade the project's PostgreSQL version
SUPABASE_BETA_UPGRADE_PROJECT_POSTGRES_VERSIONUpgrade your Supabase project's PostgreSQL database to a newer version to access performance improvements, security patches, and new database features. The upgrade runs in the background and can be monitored using a tracking ID.
Accelerate development with generated TypeScript types and reusable SQL snippets. Create, retrieve, and manage code snippets to standardize common queries and reduce boilerplate in your applications.
Generate TypeScript types
SUPABASE_GENERATE_TYPESCRIPT_TYPESAutomatically generates TypeScript type definitions that match your Supabase database schema, ensuring your code stays synchronized with database changes. This saves development time and reduces type-related bugs when building applications against your database.
Configure custom domains and vanity subdomains for your Supabase project. Set up branded URLs, manage DNS configurations, and verify domain ownership for production deployments.
Activate vanity subdomain for project
SUPABASE_BETA_ACTIVATE_VANITY_SUBDOMAINActivate a custom branded subdomain for your Supabase project to give your authentication services a professional, branded appearance instead of using the generic project URL.
Beta activate custom hostname for project
SUPABASE_BETA_ACTIVATE_CUSTOM_HOSTNAMEEnables a custom domain name for your Supabase project after DNS verification is complete, allowing you to serve your application under your own branded domain instead of Supabase's default domain.
Beta get project's custom hostname config
SUPABASE_BETA_GET_PROJECT_CUSTOM_HOSTNAME_CONFIGRetrieve your Supabase project's custom hostname configuration to verify SSL certificate status, domain ownership, and current deployment setup.
Check vanity subdomain availability
SUPABASE_BETA_CHECK_VANITY_SUBDOMAIN_AVAILABILITYVerify whether a custom subdomain name is available for your Supabase project before committing to it. This helps you plan your project's branding and ensure your preferred domain isn't already taken.
Delete custom hostname config
SUPABASE_DELETE_CUSTOM_HOSTNAME_CONFIGRemove a custom domain from your Supabase project and revert to the default Supabase hostname, which immediately stops the custom domain from working until your DNS and application settings are updated.
Delete vanity subdomain for project
SUPABASE_DELETE_PROJECT_VANITY_SUBDOMAINRemoves a custom vanity subdomain from a Supabase project, reverting the project back to using Supabase's default URL. Use this when you no longer need the branded domain or want to simplify your infrastructure.
Get current vanity subdomain config
SUPABASE_BETA_GET_VANITY_SUBDOMAIN_CONFIGRetrieves the current vanity subdomain settings for your Supabase project, including whether it's active and what custom domain name is configured. Use this to verify your project's custom domain setup and troubleshoot connectivity issues.
Deploy and manage serverless edge functions for backend logic and API endpoints. Create, update, delete, and invoke functions to execute custom code closer to your users with low latency.
Create a function
SUPABASE_CREATE_FUNCTIONDeploy custom serverless functions to handle business logic without managing infrastructure, enabling you to build APIs, automate workflows, and process data in real-time for your applications.
Delete an edge function by slug
SUPABASE_DELETE_FUNCTIONRemove an Edge Function from your Supabase project when it's no longer needed, freeing up resources and cleaning up your infrastructure.
Deploy function
SUPABASE_DEPLOY_FUNCTIONDeploy serverless functions to your Supabase project to add custom backend logic without managing infrastructure. This enables you to build and run code directly in the cloud for handling tasks like payments, notifications, and data processing.
Discover available regions and infrastructure options for hosting your Supabase projects. Use this to plan deployments and understand regional availability for optimal performance and compliance.
Get Available Regions
SUPABASE_GET_AVAILABLE_REGIONSRetrieves the list of geographic regions where you can deploy a new Supabase project, helping you choose the best location for your database based on performance and user proximity.
Track and apply database schema changes over time. Manage migration history, apply pending migrations, and maintain database versioning for reproducible deployments across environments.
Apply a database migration
SUPABASE_APPLY_A_MIGRATIONExecutes database schema changes and updates to your Supabase project by applying tracked migrations, such as creating tables, modifying columns, or restructuring your database.
Manage team structures and membership within your Supabase account. Create organizations, add members, and retrieve team information for collaborative project management.
Create an organization
SUPABASE_CREATE_ORGANIZATIONSets up a new Supabase organization to manage your projects, billing, and team members in one centralized workspace. Use this when you're ready to organize multiple database projects or establish a dedicated billing entity.
Create, configure, and manage your Supabase projects. Update project settings, check upgrade eligibility, control read-only mode, and perform administrative tasks across your project portfolio.
Create new project
SUPABASE_CREATE_A_PROJECTProvisions a new Supabase backend project with a unique name within your organization, enabling you to set up a new database and API infrastructure for your application.
Delete project by ref
SUPABASE_DELETE_PROJECTPermanently remove a Supabase project and all its associated data by its reference ID. Use this when you no longer need a project and want to completely clean up your infrastructure.
Disable project readonly mode
SUPABASE_DISABLE_PROJECT_READONLYTemporarily unlock your Supabase project from read-only mode for 15 minutes to perform urgent write operations like database updates or migrations, after which it automatically reverts to read-only for data protection.
Securely store and manage environment variables and sensitive credentials for your project. Bulk create or delete secrets to keep API keys, passwords, and configuration values protected and organized.
Bulk create secrets
SUPABASE_CREATE_BULK_SECRETSCreate multiple secret credentials for your Supabase project in one operation, enabling you to securely store API keys, database passwords, and other sensitive configuration data all at once.
Bulk delete secrets
SUPABASE_DELETE_SECRETSRemove multiple API keys, passwords, or sensitive credentials from your Supabase project in a single operation. Use this when cleaning up outdated secrets or revoking access across multiple integrations at once.
Enforce security policies and manage database protection mechanisms. Configure network restrictions, SSL enforcement, password rotation, and access controls to secure your Supabase infrastructure.
Beta update project network restrictions
SUPABASE_BETA_UPDATE_PROJECT_NETWORK_RESTRICTIONSControl who can access your Supabase project by setting up network restrictions based on IP addresses, ensuring only trusted networks can connect to your database and APIs.
Create CLI login role
SUPABASE_CREATE_LOGIN_ROLESet up temporary database access credentials for your development team or administrative tools that need to manage your database from the command line.
Create project signing key
SUPABASE_CREATE_PROJECT_SIGNING_KEYGenerate a new signing key for securing JWT token authentication in your Supabase project, enabling you to control and rotate credentials for API access.
Delete CLI login roles
SUPABASE_DELETE_LOGIN_ROLESRemove CLI authentication roles that were previously set up for Supabase project access, allowing you to revoke outdated or unnecessary command-line login credentials.
Get project network restrictions
SUPABASE_BETA_GET_PROJECT_NETWORK_RESTRICTIONSRetrieve the current IP allowlist and network security settings for your Supabase project to verify which IP addresses can access your database.
Get project pgsodium config
SUPABASE_BETA_GET_PROJECT_PGSODIUM_CONFIGRetrieve the encryption key configuration for your Supabase project, enabling you to manage how sensitive data is encrypted and secured at the database level.
Get project SSL enforcement configuration
SUPABASE_BETA_GET_PROJECT_SSL_ENFORCEMENT_CONFIGCheck whether your database requires SSL connections, helping you verify your project's security settings and connection requirements.
Remove project network bans
SUPABASE_BETA_REMOVE_NETWORK_BANSUnblock specific IP addresses from accessing your Supabase project, allowing previously restricted users or services to reconnect immediately. Use this when you need to grant access to a location or device that was previously blocked.
Retrieve network bans for project
SUPABASE_BETA_GET_PROJECT_NETWORK_BANSView all IPv4 addresses that have been blocked from accessing your Supabase project, helping you monitor and manage security threats.
Bulk update functions
SUPABASE_UPDATE_FUNCTIONSTool to bulk update Edge Functions in a Supabase project.
Execute read-only database query
SUPABASE_RUN_READ_ONLY_QUERY[Beta] Run a SQL query as supabasereadonlyuser.
Get a database branch
SUPABASE_GET_BRANCHRetrieves detailed information about a specific database branch by its name and project reference.
Get a migration
SUPABASE_GET_MIGRATIONRetrieves a specific database migration entry from the migration history using its version identifier.
Get a specific SQL snippet
SUPABASE_GET_SQL_SNIPPETRetrieves a specific SQL snippet by its unique identifier.
Get a SSO provider by its UUID
SUPABASE_GET_SSO_PROVIDERRetrieves the configuration details for a specific Single Sign-On (SSO) provider (e.g., SAML, Google, GitHub, Azure AD), identified by its UUID, within a…
Get API Health Status
SUPABASE_GET_HEALTHTool to check the health status of the Supabase API.
Get database branch config
SUPABASE_GET_DATABASE_BRANCH_CONFIGRetrieves the read-only configuration and status for a Supabase database branch, typically for monitoring or verifying its settings.
Get Database Metadata
SUPABASE_GET_DATABASE_METADATAGets database metadata for the given project.
Get information about an organization
SUPABASE_GET_ORGANIZATIONFetches comprehensive details for a specific Supabase organization using its unique slug.
Get JIT access config
SUPABASE_GET_JIT_ACCESS_CONFIG[Beta] Retrieves the project's just-in-time (JIT) access configuration, including user roles and their expiration settings.
Get legacy signing key
SUPABASE_GET_LEGACY_SIGNING_KEYRetrieves the signing key information for the JWT secret imported as signing key for this project.
Get performance advisors
SUPABASE_GET_PERFORMANCE_ADVISORSRetrieves project performance advisors for a Supabase project.
Get project
SUPABASE_GET_PROJECTRetrieves detailed information about a specific Supabase project by its unique reference ID.
Get project API key
SUPABASE_GET_PROJECT_API_KEYRetrieves details of a specific API key for a Supabase project by its UUID.
Get project API keys
SUPABASE_GET_PROJECT_API_KEYSRetrieves all API keys for an existing Supabase project, specified by its unique reference ID (ref); this is a read-only operation.
Get project legacy API keys status
SUPABASE_GET_PROJECT_LEGACY_API_KEYSChecks whether JWT-based legacy API keys (anon, servicerole) are enabled for a Supabase project.
Get project logs
SUPABASE_GET_PROJECT_LOGSRetrieves analytics logs for a Supabase project.
Get project PgBouncer config
SUPABASE_GET_PROJECT_PGBOUNCER_CONFIGRetrieves the active PgBouncer configuration (PostgreSQL connection pooler) for a Supabase project, used for performance tuning, auditing, or getting the…
Get project postgres config
SUPABASE_GET_PROJECT_POSTGRES_CONFIGRetrieves the current read-only PostgreSQL database configuration for a specified Supabase project's ref, noting that some advanced or security-sensitive…
Get project signing keys
SUPABASE_GET_PROJECT_SIGNING_KEYSTool to list all signing keys for a Supabase project.
Get project Supavisor configuration
SUPABASE_GET_PROJECT_SUPAVISOR_CONFIGRetrieves the Supavisor (connection pooler) configuration for a specified Supabase project, identified by its reference ID.
Get Project Upgrade Eligibility
SUPABASE_GET_PROJECT_UPGRADE_ELIGIBILITYChecks a Supabase project's eligibility for an upgrade, verifying compatibility and identifying potential issues; this action does not perform the actual…
Get project upgrade status
SUPABASE_GET_PROJECT_UPGRADE_STATUSRetrieves the latest status of a Supabase project's database upgrade for monitoring purposes; does not initiate or modify upgrades.
Get project's auth config
SUPABASE_GETS_PROJECT_S_AUTH_CONFIGRetrieves the project's complete read-only authentication configuration, detailing all settings (e.g., providers, MFA, email/SMS, JWT, security policies) but…
Get project's PostgREST config
SUPABASE_GET_PROJECT_POSTGREST_CONFIGRetrieves the PostgREST configuration for a specific Supabase project.
Get project's read-only mode status
SUPABASE_GET_PROJECT_READONLY_MODE_STATUSRetrieves the read-only mode status for a specified Supabase project to check its operational state; this action does not change the read-only state.
Get project's service health status
SUPABASE_GETS_PROJECT_S_SERVICE_HEALTH_STATUSRetrieves the current health status for a Supabase project, for specified services or all services if the 'services' list is omitted.
Get Security Advisors
SUPABASE_GET_SECURITY_ADVISORSRetrieves security advisor findings and recommendations for a Supabase project.
Get Table Schemas
SUPABASE_GET_TABLE_SCHEMASRetrieves column details, types, and constraints for multiple database tables to help debug schema issues and write accurate SQL queries.
Get TUS resumable upload base options
SUPABASE_GET_RESUMABLE_UPLOAD_BASE_OPTIONSHandles OPTIONS request for TUS Resumable uploads to discover server capabilities.
Get TUS resumable upload options
SUPABASE_GET_RESUMABLE_UPLOAD_OPTIONSHandles OPTIONS request for TUS Resumable uploads to discover server capabilities.
Invoke Edge Function
SUPABASE_INVOKE_EDGE_FUNCTIONTool to invoke a deployed Supabase Edge Function over HTTPS.
List all buckets
SUPABASE_LIST_BUCKETSRetrieves a list of all storage buckets for a Supabase project, without returning bucket contents or access policies.
List all database branches
SUPABASE_LIST_DATABASE_BRANCHESLists all database branches for a specified Supabase project, used for isolated development and testing of schema changes; ensure the project reference ID is…
List all functions
SUPABASE_LIST_FUNCTIONSLists metadata for all Edge Functions in a Supabase project (specified by 'ref'), excluding function code or logs; the project must exist.
List all organizations
SUPABASE_LIST_ALL_ORGANIZATIONSLists all organizations (ID and name only) associated with the Supabase account, excluding project details within these organizations.
List all projects
SUPABASE_LIST_ALL_PROJECTSRetrieves a list of all Supabase projects, including their ID, name, region, and status, for the authenticated user.
List all secrets
SUPABASE_LIST_SECRETSRetrieves all secrets for a Supabase project using its reference ID; secret values in the response may be masked.
List all SSO providers
SUPABASE_LIST_SSO_PROVIDERSLists all configured Single Sign-On (SSO) providers for a Supabase project, requiring the project reference ID (ref) of an existing project.
List Database Tables
SUPABASE_LIST_TABLESLists all tables and views in specified database schemas, providing a quick overview of database structure to help identify available tables before fetching…
List members of an organization
SUPABASE_LIST_ORGANIZATION_MEMBERSRetrieves all members of a Supabase organization, identified by its unique slug, including their user ID, username, email, role, and MFA status.
List migration history
SUPABASE_LIST_MIGRATION_HISTORYRetrieves the list of applied database migration versions for a Supabase project.
List project database backups
SUPABASE_LIST_BACKUPSLists all database backups for a Supabase project, providing details on existing backups but not creating new ones or performing restores; availability may…
List SQL snippets for the logged in user
SUPABASE_LIST_SQL_SNIPPETSRetrieves a list of SQL snippets for the logged-in user, optionally filtered by a specific Supabase project if projectref is provided.
OPTIONS for resumable upload sign
SUPABASE_HANDLE_RESUMABLE_UPLOAD_SIGN_OPTIONSHandles CORS preflight OPTIONS request for TUS resumable upload signing.
OPTIONS for resumable upload sign
SUPABASE_HANDLE_RESUMABLE_UPLOAD_SIGN_OPTIONS_WITH_IDHandles CORS preflight OPTIONS request for TUS resumable upload signing endpoints.
Patch a migration
SUPABASE_PATCH_MIGRATION[Beta] Patches an existing entry in the project's migration history, updating the name or rollback script.
Patch project network restrictions
SUPABASE_PATCH_NETWORK_RESTRICTIONSUpdates project's network restrictions by incrementally adding or removing IPv4/IPv6 CIDR blocks.
Push a database branch
SUPABASE_PUSH_BRANCHPushes a database branch, applying migrations and changes to the specified branch.
Reset a database branch
SUPABASE_RESET_DATABASE_BRANCHResets an existing Supabase database branch, identified by branchid, to its initial clean state, irreversibly deleting all its current data and schema changes.
Restore database PITR backup
SUPABASE_RESTORE_PITR_BACKUPRestores a Supabase project's database to a specific Unix timestamp using Point-in-Time Recovery (PITR), overwriting the current state; requires a paid plan…
Retrieve a function
SUPABASE_GET_FUNCTIONRetrieves detailed information, metadata, configuration, and status for a specific Edge Function using its project reference ID and function slug.
Retrieve a function body
SUPABASE_GET_FUNCTION_BODYRetrieves the source code (body) for a specified serverless Edge Function using its project reference and function slug; this is a read-only operation that…
Reverify custom hostname
SUPABASE_VERIFY_CUSTOM_HOSTNAME_DNSRe-verifies DNS and SSL configurations for an existing custom hostname associated with a Supabase project.
Select From Table
SUPABASE_SELECT_FROM_TABLETool to select rows from a Supabase/PostgREST table.
Update a function
SUPABASE_UPDATE_A_FUNCTIONUpdates an existing Supabase Edge Function's properties (like name, slug, source code, JWT settings, import map) identified by project ref and functionslug,…
Update a project
SUPABASE_UPDATE_PROJECTUpdates a Supabase project's configuration (currently supports updating the project name).
Update an SSO provider by its UUID
SUPABASE_UPDATE_SSO_PROVIDERUpdates an existing SSO provider's SAML metadata, associated email domains, or attribute mappings for a Supabase project, identified by ref and providerid.
Update database branch config
SUPABASE_UPDATE_DATABASE_BRANCH_CONFIGUpdates the configuration of a Supabase database branch, allowing modification of its name, associated Git branch, reset-on-push behavior, persistence, and…
Update database password
SUPABASE_UPDATE_DATABASE_PASSWORDUpdates the database password for a Supabase project.
Update database pooler config
SUPABASE_UPDATE_PROJECT_SUPAVISOR_CONFIGUpdates the Supavisor (database pooler) configuration, such as defaultpoolsize, for an existing Supabase project identified by ref; the poolmode parameter in…
Update JIT access config
SUPABASE_UPDATE_JIT_ACCESS_CONFIG[Beta] Update a Supabase project's just-in-time (JIT) access configuration.
Update pgsodium root key
SUPABASE_UPDATE_PGSODIUM_CONFIGCritically updates or initializes a Supabase project's pgsodium root encryption key for security setup or key rotation, requiring secure backup of the new key…
Update project legacy API keys
SUPABASE_UPDATE_PROJECT_LEGACY_API_KEYSTool to disable or re-enable JWT-based legacy API keys (anon, servicerole) for a Supabase project.
Update project's auth config
SUPABASE_UPDATE_PROJECT_AUTH_CONFIGUpdate Supabase project Auth configuration via the Management API.
Update project's custom hostname configuration
SUPABASE_UPDATE_PROJECT_CUSTOM_HOSTNAMEUpdates the custom hostname for a Supabase project, requiring subsequent DNS changes to a user-controlled domain for SSL certificate issuance and domain…
Update project's postgres config
SUPABASE_UPDATE_PROJECT_POSTGRES_CONFIGUpdates specified PostgreSQL configuration parameters for an existing Supabase project (ref) to optimize database performance; note that unspecified parameters…
Update project's PostgREST config
SUPABASE_UPDATE_PROJECT_POSTGREST_CONFIGUpdates PostgREST configuration settings (e.g., maxrows, dbpool, dbschema, dbextrasearchpath) for a Supabase project to fine-tune API performance, data…
Update SSL enforcement config
SUPABASE_UPDATE_SSL_ENFORCEMENT_CONFIGUpdates the SSL enforcement configuration (enable/disable) for a specified Supabase project's database.
Upsert migration
SUPABASE_UPSERT_MIGRATIONTool to upsert a database migration without applying it.
Drop a trigger and an action into a template; approve from your phone; the workflow runs.