All integrations
Data Platform
SIMBA + Supabase
Use your Supabase Postgres as the agent's read/write store.
Supabase API docsConnect Supabase and SIMBA agents read from and write to your tables during conversations. Works with PostgREST (no custom server) or via Edge Functions for richer logic.
What agents can do
- PostgREST queries and mutations
- Edge Function invocation
- Row-level security compatible
Common workflows
Custom backend
Your app already runs on Supabase — agents use the same tables, no new database.
Setup
- 1Copy the Service Role key from Supabase → Settings → API.
- 2Add the Supabase integration in SIMBA.
- 3Wire supabase_select and supabase_insert tools.
Frequently asked questions
Is the Service Role key safe to store?
SIMBA stores it server-side, never returns it to the browser, and you can restrict it with RLS policies.
Connect Supabase in the dashboard
Bring your own credentials. SIMBA stores them server-side and your agents call Supabase during conversations.