Supabase
Connect an existing Supabase project for schema-aware code generation
Give the agent access to your existing Supabase project. It reads your schema, auth config, and storage setup, then generates code that works with your actual data.

Every project already includes Cloud — a built-in backend. This integration is for connecting a separate Supabase project you manage outside of Swarmz.
Setup
Go to Settings > Integrations and click Supabase.
Click Connect and authorize through Supabase OAuth.
Select the organization and project to connect.
What the agent gets access to
- Your schema — it reads tables, types, and RLS policies to generate accurate queries
- Auth config — it scaffolds login flows using the providers you've already set up
- Realtime — it wires up subscriptions with proper cleanup
- Multi-project — connect staging and production separately to keep environments isolated