> ## Documentation Index
> Fetch the complete documentation index at: https://nango-marcin-get-deployments-docs.mintlify.site/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-marcin-get-deployments-docs/HDUjkjftYIkgNPjA/api-integrations/supabase/project_url.png?fit=max&auto=format&n=HDUjkjftYIkgNPjA&q=85&s=9aa15ca02d02027d95dc6e6ca21735fc" 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-marcin-get-deployments-docs/HDUjkjftYIkgNPjA/api-integrations/supabase/api_key.png?fit=max&auto=format&n=HDUjkjftYIkgNPjA&q=85&s=518474f5b7aff252a3d6b10ab581f592" 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-marcin-get-deployments-docs/HDUjkjftYIkgNPjA/api-integrations/supabase/form.png?fit=max&auto=format&n=HDUjkjftYIkgNPjA&q=85&s=2a7af950f5df70bc232d4437b6ba3cd0" style={{maxWidth: "450px" }} width="501" height="699" data-path="api-integrations/supabase/form.png" />

You are now connected to Supabase.
