DocsIntegrationsSupabase
supabase
Data Source

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 documentation

Setup

1

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.

2

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.

3

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.

FieldRequiredDescription
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

Read user profiles and application recordsFetch real-time table data for analytics agentsLog AI outputs back to Supabase tablesBuild knowledge bases from Supabase content

Ready to connect Supabase?

Add this integration from your project dashboard and wire it into a workflow.