Supabase
Connect Supabase to access databases, auth, and storage through Cendriix agents.
Overview
| Auth method | API Key |
| Setup time | ~5 minutes |
How to connect
- Navigate to Settings → Integrations → Connectors
- Click Connect on the Supabase integration
- Enter your Supabase project URL and API key
- Once configured, project data becomes available
Getting your credentials
- Go to Supabase Dashboard
- Select your project → Settings → API
- 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
anonkey for read-only public access - The
service_rolekey 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