packages/integrations-docs/src/integrations_docs/docs/supabase.md
The Supabase Integration allows your app to connect to Supabase — a hosted Postgres database with real-time subscriptions, authentication, and file storage. Once connected, your app can query and update data securely, power dashboards, and sync workflows in real time.
With Supabase, your app can:
Go to your Supabase Project.
Choose the project you want to connect.
Navigate to Project Settings.
Go to Data API and copy your Supabase_URL.
Then go to API Keys and copy your Supabase_Key (the secret key).
https://your-project.supabase.cosb_xxxxxxxxxxxxxxxxxxxxxxxxxxxx.Once connected, your app can query and update your Supabase database directly from workflows and UI actions.
Supabase_Key key in client-side code.