> ## Documentation Index
> Fetch the complete documentation index at: https://nango-wari-add-support-for-humaans.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-wari-add-support-for-humaans/-QYpjtU98hJTvyWO/api-integrations/supabase/project_url.png?fit=max&auto=format&n=-QYpjtU98hJTvyWO&q=85&s=afae05554845e0ad2cbac625b2b99b77" 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-wari-add-support-for-humaans/-QYpjtU98hJTvyWO/api-integrations/supabase/api_key.png?fit=max&auto=format&n=-QYpjtU98hJTvyWO&q=85&s=c42abb6ae3fa0abee4100df387ba0b73" 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-wari-add-support-for-humaans/-QYpjtU98hJTvyWO/api-integrations/supabase/form.png?fit=max&auto=format&n=-QYpjtU98hJTvyWO&q=85&s=b745ad229d447c79caba9f940e90da10" style={{maxWidth: "450px" }} width="501" height="699" data-path="api-integrations/supabase/form.png" />

You are now connected to Supabase.
