Skip to content

Supabase credentials#

You can use these credentials to authenticate the following nodes:

Prerequisites#

Create a Supabase account.

Supported authentication methods#

  • API key

Refer to Supabase's API documentation for more information about the service.

Using Access Token#

To configure this credential, you'll need:

  • A Host: Go to Project Settings > API. Copy the URL from the Config section and enter it as your n8n Host.
  • A Service Role Secret: Go to Project Settings > API. Reveal the secret for the service_role API key. Copy that secret and enter it as your n8n Service Role Secret.

Refer to API URL and keys for more detailed instructions.

Refer to Understanding API Keys for more information on the service_role privileges.