Supabase Connection
Connect Supabase for PostgreSQL database access, authentication, and real-time features.
Required Credentials
- URL (Project URL)
- Anon Key (public API key)
- Service Role Key (optional, for admin access)
Setup Steps
- Go to Supabase Dashboard
- Create a new project or select existing
- Go to Project Settings → API
- Copy the Project URL
- Copy the
anonpublic key - Optionally copy the
service_rolekey for admin operations - Add credentials to your Workflow Builder connections
Features
- Select data from tables
- Insert new rows
- Update existing rows
- Delete rows
- Real-time subscriptions
Best Practices
- Use
anonkey for user-facing operations - Use
service_rolekey only for admin/server operations - Enable Row Level Security (RLS) on tables
- Use proper filters to limit data access