Skip to main content

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.

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.

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.
You are now connected to Supabase.