Powerful automation workflows you can set up in minutes with AI agents.
On every insert into the users table, write a matching HubSpot contact and tag with their plan from the Supabase row.
“New Supabase user -> HubSpot contact with plan tag.”
Watch the Supabase auth log for failed logins over a threshold and post a security alert to the #security Slack channel.
“5+ failed logins -> Slack #security alert with user ID.”
Every night, query Supabase for 7-day inactive users and enqueue a SendGrid win-back email using the stored profile fields.
“Nightly cron -> Supabase cohort query -> SendGrid win-back batch.”
An event occurs in Supabase or a connected app that starts your automation.
The AI agent analyzes the data, makes intelligent decisions, and determines the best actions.
The agent executes actions in Supabase and other tools — no manual work required.
Supabase simplifies workflows, while Arahi AI empowers these tasks with ai developers.
Insert new rows into Supabase from every form submission, webhook, or email with fields mapped.
Archive Supabase rows older than N days to cold storage on a weekly cron.
Post Slack or email alerts when rows in Supabase change specific columns or cross thresholds.
Keep Supabase and your CRM in lockstep — two-way sync with conflict resolution rules.
Ready-to-use Supabase actions you can add to your agents instantly.
Custom API calls to Supabase with full control for advanced use cases.
Sign in to your Arahi AI account and navigate to integrations or create a new AI agent.
A secure pop-up will ask you to log in. This authorizes Arahi AI to access your API using API Key.
Choose "Supabase" from the tool list, then select the action you want to perform.
Test your automation with sample data, then deploy it to run on schedule or by event.
The integration uses secure API Key authentication, ensuring only authorized workflows access your Supabase data.
Your data remains private and is never used for model training.
We never store anything we don't need to. Inputs and outputs of your tools are never stored.
Supabase is an open source Firebase alternative. With Arahi AI, you can connect Supabase to Airtable, Directus, Fauna and 1,500+ other apps using AI-powered workflows. No coding required — set up triggers, actions, and intelligent automation in minutes.
As a databases tool, Supabase connects with other databases apps like Airtable, Directus, Fauna, Firebase Admin through Arahi AI's integration platform. Build multi-step automations that combine Supabase with AI-powered decision making, data transformation, and cross-app orchestration.
Every item is a real, named endpoint from Supabase's API. Your agent can watch events and run 79 actions — no glue code.
Things the agent can do
Creates a 'publishable' or 'secret' api key for an existing supabase project, optionally with a description; 'secret' keys can have customized jwt templates.
Permanently deletes a specific api key (identified by `id`) from a supabase project (identified by `ref`), revoking its access.
Retrieves the detailed configuration for a specific third-party authentication (tpa) provider, identified by `tpa id`, within an existing supabase project specified by `ref`.
Lists all configured third-party authentication provider integrations for an existing supabase project (using its `ref`), suitable for read-only auditing or verifying current aut…
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.
Updates an existing supabase project api key's `description` and/or `secret jwt template` (which defines its `role`); does not regenerate the key string.
Activates a previously configured custom hostname for a supabase project, assuming dns settings are verified externally.
Activates a vanity subdomain for the specified supabase project, requiring subsequent dns configuration for the subdomain to become operational.
Generates a supabase oauth 2.0 authorization url for user redirection, requiring a pre-registered `client id` and a `redirect uri` that matches one of its pre-registered uris.
Checks if a specific vanity subdomain is available for a supabase project; this action does not reserve or assign the subdomain.
Enables database webhooks for the supabase project `ref`, triggering real-time notifications for insert, update, or delete events.
Retrieves the ssl enforcement configuration for a specified supabase project, indicating if ssl connections are mandated for its database.
Fetches the current vanity subdomain configuration, including its status and custom domain name, for a supabase project identified by its reference id.
Retrieves a supabase project's custom hostname configuration, including its status, ssl certificate, and ownership verification, noting that availability may depend on the projec…
Retrieves the list of banned ipv4 addresses for a supabase project using its unique project reference string; this is a read-only operation.
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 ne…
Retrieves the pgsodium configuration, including the root encryption key, for an existing supabase project identified by its `ref`.
Irreversibly initiates the removal of a specified read replica from an existing supabase project, confirming only the start of the process, not its completion.
Removes specified ipv4 addresses from a supabase project's network ban list, granting immediate access; ips not currently banned are ignored.
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…
Provisions a read-only replica for a supabase project in a specified, supabase-supported aws region to enhance read performance and reduce latency.
Updates and applies network access restrictions (ipv4/ipv6 cidr lists) for a supabase project, which may terminate existing connections not matching the new rules.
Initiates an asynchronous upgrade of a supabase project's postgresql database to a specified `target version` from a selected `release channel`, returning a `tracking id` to moni…
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 irrevers…
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 ca…
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.
Creates a new supabase organization, which serves as a top-level container for projects, billing, and team access.
Creates a new supabase project, requiring a unique name (no dots) within the organization; project creation is asynchronous.
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.
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 suppor…
Re-verifies dns and ssl configurations for an existing custom hostname associated with a supabase project.
Permanently and irreversibly deletes a specific, non-default database branch by its `branch id`, without affecting other branches.
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…
Deletes an active custom hostname configuration for the project identified by `ref`, reverting to the default supabase-provided hostname; this action immediately makes the projec…
Permanently and irreversibly deletes an active vanity subdomain configuration for the specified supabase project, reverting it to its default supabase url.
Permanently and irreversibly deletes a supabase project, identified by its unique `ref` id, resulting in complete data loss.
Deploys edge functions to a supabase project using multipart upload.
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 revert…
Disables the preview branching feature for an existing supabase project, identified by its unique reference id (`ref`).
(beta) implements the oauth 2.0 token endpoint to exchange an authorization code or refresh token for access/refresh tokens, based on `grant type`.
Generates and retrieves typescript types from a supabase project's database; any schemas specified in `included schemas` must exist in the project.
Retrieves the read-only configuration and status for a supabase database branch, typically for monitoring or verifying its settings.
Retrieves all api keys for an existing supabase project, specified by its unique reference id (`ref`); this is a read-only operation.
Retrieves the active pgbouncer configuration (postgresql connection pooler) for a supabase project, used for performance tuning, auditing, or getting the connection string.
Checks a supabase project's eligibility for an upgrade, verifying compatibility and identifying potential issues; this action does not perform the actual upgrade.
Retrieves the latest status of a supabase project's database upgrade for monitoring purposes; does not initiate or modify upgrades.
Retrieves a specific sql snippet by its unique identifier.
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.
Fetches comprehensive details for a specific supabase organization using its unique slug.
Retrieves the project's complete read-only authentication configuration, detailing all settings (e.g., providers, mfa, email/sms, jwt, security policies) but excluding sensitive …
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 omitt…
Retrieves the postgrest configuration for a specific supabase project.
Retrieves the current health status for a supabase project, for specified services or all services if the 'services' list is omitted.
Retrieves the supavisor (connection pooler) configuration for a specified supabase project, identified by its reference id.
Retrieves column details, types, and constraints for multiple database tables to help debug schema issues and write accurate sql queries.
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.
Lists metadata for all edge functions in a supabase project (specified by 'ref'), excluding function code or logs; the project must exist.
Lists all organizations (id and name only) associated with the supabase account, excluding project details within these organizations.
Retrieves a list of all supabase projects, including their id, name, region, and status, for the authenticated user.
Retrieves all secrets for a supabase project using its reference id; secret values in the response may be masked.
Retrieves all members of a supabase organization, identified by its unique slug, including their user id, username, email, role, and mfa status.
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 con…
Retrieves a list of all storage buckets for a supabase project, without returning bucket contents or access policies.
Lists all configured single sign-on (sso) providers for a supabase project, requiring the project reference id (`ref`) of an existing project.
Retrieves a list of sql snippets for the logged-in user, optionally filtered by a specific supabase project if `project ref` is provided.
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 lo…
Resets an existing supabase database branch, identified by `branch id`, to its initial clean state, irreversibly deleting all its current data and schema changes.
Restores a supabase project's database to a specific unix timestamp using point-in-time recovery (pitr), overwriting the current state; requires a paid plan with pitr and physica…
Retrieves detailed information, metadata, configuration, and status for a specific edge function using its project reference id and function slug.
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 f…
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.
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…
Updates the configuration of a supabase database branch, allowing modification of its name, associated git branch, reset-on-push behavior, persistence, and status.
Updates the custom hostname for a supabase project, requiring subsequent dns changes to a user-controlled domain for ssl certificate issuance and domain ownership.
Updates an existing sso provider's saml metadata, associated email domains, or attribute mappings for a supabase project, identified by `ref` and `provider id`.
Updates specified postgresql configuration parameters for an existing supabase project (`ref`) to optimize database performance; note that unspecified parameters remain unchanged…
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, an…
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…
Updates the ssl enforcement configuration (enable/disable) for a specified supabase project's database.
Curated for Supabase's real category — not Pipedream's auto-tagged bucket.
Explore AI-powered workflows that work with Supabase.