> ## Documentation Index
> Fetch the complete documentation index at: https://nango.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Supabase - How do I link my account?

# Overview

To authenticate with Supabase, you need the following:

1. **Project URL** – The unique project reference URL for your Supabase project.
2. **Secret key** – The secret API key for your Supabase project (e.g. sb\_secret\_...).

This guide walks you through finding these in the Supabase dashboard.

### Prerequisites

* You must have administrative access to your Supabase project.
* Ensure you have permission to view or manage secret keys.

### Instructions

#### Step 1: Find your Project URL

1. Go to your Supabase dashboard and select your project by clicking on it.
2. Your **Project URL** will be displayed to you.

<img src="https://mintcdn.com/nango/SxyebBRQSucDoMlj/api-integrations/supabase/project_url.png?fit=max&auto=format&n=SxyebBRQSucDoMlj&q=85&s=7dbf46bed1c13d266720eea145af13f6" width="1911" height="607" data-path="api-integrations/supabase/project_url.png" />

#### Step 2: Finding your secret key

1. From the left navigation bar, click on the **Settings** icon.
2. Click the **API keys** button to open the **API keys** page.
3. Copy your secret key.

<img src="https://mintcdn.com/nango/SxyebBRQSucDoMlj/api-integrations/supabase/api_key.png?fit=max&auto=format&n=SxyebBRQSucDoMlj&q=85&s=b3495f5e0dfb375043ab1a7a9dd51671" width="1911" height="802" data-path="api-integrations/supabase/api_key.png" />

#### Step 3: Enter credentials in the Connect UI

Once you have your **Project URL** and **secret key**:

1. Open the form where you need to authenticate with Supabase.
2. Enter your **Project URL** and **Secret key** in their respective fields.
3. Submit the form; you should then be successfully authenticated.

<img src="https://mintcdn.com/nango/SxyebBRQSucDoMlj/api-integrations/supabase/form.png?fit=max&auto=format&n=SxyebBRQSucDoMlj&q=85&s=3d87f122355625c0592f861d7e3ab600" style={{maxWidth: "450px" }} width="501" height="699" data-path="api-integrations/supabase/form.png" />

You are now connected to Supabase.
