Integrations
Supabase
How to get your Supabase API key and connect it to Nova Admin.
Manage Supabase projects, databases, storage, edge functions, and more via the Management API.
Prerequisites
- A Supabase account. Sign up at https://supabase.com/docs/reference/api/introduction.
- An active Nova Admin workspace. Go to /agents/integrations to connect.
Steps
- Go to https://supabase.com/dashboard/account/tokens
- Click 'Generate new token'
- Give it a name and copy the token
- Paste the token above
Credential fields
| Field | Required | Description |
|---|---|---|
| Access Token | Yes | Secret — stored encrypted, never exposed. (e.g. sbp_...) |
Troubleshooting
- Invalid credentials: verify the key was copied in full with no trailing spaces.
- Key not working: check that your Supabase account has API access enabled and billing is active if required.
- Need help?: refer to the Supabase documentation.