Setup
Get your project credentials
In Supabase dashboard, go to Settings → API and copy your Project URL and Service Role Key.
Add credentials in Orova
Settings → Integrations → Supabase → enter your Project URL and Service Role Key.
Available tools
| Tool | Description |
|---|---|
list_tables | List database tables |
get_table_schema | Get table columns and types |
select_rows | Query rows with filters |
insert_row | Insert a new row |
update_rows | Update rows matching a filter |
delete_rows | Delete rows matching a filter |
run_rpc | Call a Postgres function |
count_rows | Count rows in a table |

