Skip to Content
ConnectorsSupabase

Supabase

Connect Supabase to access databases, auth, and storage through Cendriix agents.

Overview

Auth methodAPI Key
Setup time~5 minutes

How to connect

  1. Navigate to Settings → Integrations → Connectors
  2. Click Connect on the Supabase integration
  3. Enter your Supabase project URL and API key
  4. Once configured, project data becomes available

Getting your credentials

  1. Go to Supabase Dashboard 
  2. Select your project → Settings → API
  3. Copy the Project URL and service_role or anon key

Capabilities

Once connected, Cendriix agents can:

  • Query Postgres tables via the Supabase API
  • Access authentication and user data
  • Reference storage bucket contents

Security notes

  • Use the anon key for read-only public access
  • The service_role key bypasses Row Level Security — use with caution
  • Keys are stored encrypted in AWS Secrets Manager
  • Disconnect at any time from Settings → Integrations → Connectors

Further reading

Last updated on