Supabase
Query Supabase tables and use its PostgreSQL database in workflows
Supabase is an open-source Firebase alternative built on PostgreSQL. CipherSense Agents connects via your project URL and service role key to query tables, fetch records, and pass structured data to Agent nodes. It also supports the Supabase REST API for direct table access.
Official documentationSetup
Find your project URL and keys
Find your project URL and keys
In your Supabase project: Settings > API. Copy the Project URL and the service_role key (use the anon key for read-only workflows). Never expose the service_role key on the client side.
Add the integration in CipherSense Agents
Add the integration in CipherSense Agents
Go to Project > Integrations > Add Integration > Supabase. Enter your Project URL and service role (or anon) key. Click Save & Test.
Use Row Level Security (recommended)
Use Row Level Security (recommended)
Enable RLS on your tables and use the anon key instead of the service_role key for least-privilege access. Add policies that restrict which rows CipherSense Agents can read.
Connection Fields
Fields required when adding this integration in your Project › Integrations.
| Field | Required | Description |
|---|---|---|
| Supabase URL | Required | Your Supabase project URL from Settings > API. |
| Anon or Service Role Key | Required | Use the anon key with RLS enabled, or the service_role key for unrestricted access. |
Common Use Cases
Ready to connect Supabase?
Add this integration from your project dashboard and wire it into a workflow.
On This Page