Nova Admin Docs
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

Steps

  1. Go to https://supabase.com/dashboard/account/tokens
  2. Click 'Generate new token'
  3. Give it a name and copy the token
  4. Paste the token above

Credential fields

FieldRequiredDescription
Access TokenYesSecret — 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.

On this page