All integrations
Data Platform

SIMBA + Supabase

Use your Supabase Postgres as the agent's read/write store.

Supabase API docs

Connect 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

  1. 1
    Copy the Service Role key from Supabase → Settings → API.
  2. 2
    Add the Supabase integration in SIMBA.
  3. 3
    Wire 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.

More data platform integrations