Supabase integration
Databases · 8 actions · API key auth
Open-source Firebase alternative providing a Postgres database, authentication, instant APIs, and realtime subscriptions
The ModuleX Supabase integration lets a ModuleX agent operate Supabase on your behalf, running update and remove actions across select rows, rows and batch insert rows, directly from a plain-English request, using your organization's own Supabase credentials. No pre-built workflow is required: the agent picks the right Supabase action for the task.
Supabase is a databases platform. ModuleX adds the agent layer: ask for an outcome and it selects and runs the right Supabase action. Or, when you want a repeatable process, the composer assembles a Supabase workflow for you, streaming the nodes onto the canvas as it builds.
Drive Supabase in plain English
Type what you want. A ModuleX agent picks the right Supabase action, or chains several, and runs it. No workflow to build.
- “Update row(s) in a Supabase database table matching a column value”resolves to
update_row - “Select row(s) from a Supabase database table with optional filtering and ordering”resolves to
select_row - “Insert a new row into a Supabase database table”resolves to
insert_row
What you can automate with Supabase
- Update a row the moment something changes
update_row - Select row(s) from a Supabase database table with optional filtering and ordering
select_row - Insert a new row into a Supabase database table
insert_row - Insert a row or update it if it already exists in a Supabase database table
upsert_row - Delete row(s) from a Supabase database table matching a column value
delete_row - Insert multiple rows into a Supabase database table at once
batch_insert_rows
All 8 Supabase actions
select_rowinsert_rowupdate_rowupsert_rowdelete_rowcount_rowsbatch_insert_rowsremote_procedure_callSee full parameters and response schemas in the Supabase integration docs
Two ways to use Supabase in ModuleX
Connecting Supabase
Works with Supabase
Agents often chain Supabase with these. Connect them once and one agent can use all of them in a single task.
Supabase + ModuleX FAQ
A ModuleX agent can run any of Supabase's 8 actions, across select rows, rows, batch insert rows and remote procedure calls, from a plain-English request, using your organization's own Supabase credentials.
Put Supabase to work in ModuleX.
Connect Supabase once with your own credentials and let your agent run all 8 actions on demand.
Last updated: Jul 2026Browse all 179 integrations