All integrations
Supabase
Databases
Reach your Supabase project as one integration — database rows, auth users and storage objects, rather than three separate connections.
What teams build with this
Answer product questions from your application database
Look up and manage users during a support workflow
Generate a signed URL for a stored file as part of a handoff
What this integration is allowed to do
7 read-only
Reads data. Cannot change anything in the connected system.
5 reversible
Writes data, but the change can be undone.
3 irreversible
Writes data in a way that cannot be automatically undone.
Attach only the tools an agent needs. Run the whole integration against a vendor sandbox or the Fruxon simulator before it touches production.
Available tools
Each tool is attached per agent step, so an agent only gets what its job requires.
list_rows | Query rows from a table with optional filtering, sorting, and pagination | Read-only |
get_row | Get a single row by primary key column and value | Read-only |
insert_row | Insert a new row into a table (supports upsert) | Reversible |
update_rows | Update rows matching a filter condition | Reversible |
delete_rows | Delete rows matching a filter condition | Irreversible |
call_rpc_function | Call a PostgreSQL function via RPC | Reversible |
list_users | List all users with pagination (requires service_role key) | Read-only |
get_user | Get a specific user by ID (requires service_role key) | Read-only |
create_user | Create a new user (requires service_role key) | Reversible |
update_user | Update a user's email, password, or metadata (requires service_role key) | Reversible |
delete_user | Delete a user (requires service_role key) | Irreversible |
list_buckets | List all storage buckets | Read-only |
list_objects | List files in a bucket with optional prefix filtering | Read-only |
delete_objects | Delete one or more files from a bucket | Irreversible |
create_signed_url | Create a temporary signed URL for private file access | Read-only |
Connect Supabase to your agents
Set up credentials once at the tenant level, then attach the tools you need to any agent.