Skip to main content

Setup

1

Get your project credentials

In Supabase dashboard, go to Settings → API and copy your Project URL and Service Role Key.
2

Add credentials in Orova

Settings → Integrations → Supabase → enter your Project URL and Service Role Key.
3

Create tool and assign

Tools → Create Tool → select Supabase → assign to your agent.
The Service Role Key bypasses Row Level Security. Only use this for trusted agent operations.

Available tools

ToolDescription
list_tablesList database tables
get_table_schemaGet table columns and types
select_rowsQuery rows with filters
insert_rowInsert a new row
update_rowsUpdate rows matching a filter
delete_rowsDelete rows matching a filter
run_rpcCall a Postgres function
count_rowsCount rows in a table