Supabase - How do I link my account?
Overview
To authenticate with Supabase, you need the following:
- Project URL - The unique project reference URL for your Supabase project
- API Key - The anon or service_role API key for your Supabase project
This guide will walk you through finding those credentials within Supabase.
Prerequisites
- You must have administrative access to your Supabase project.
- Ensure you have permission to generate and manage API keys.
Step 1: Find your project URL
- In your Supabase dashboard, go to
Project Settings
at the bottom left >Data API
.
- Under the
Project URL
section, copy theURL
value.
Step 2: Get your API Key
- In your Supabase dashboard, go to
Project Settings
at the bottom left >Data API
.
- Under
Project API keys
, copy theanon
orservice_role
key.
- Use the
service_role
key for admin access, oranon
for public access. The anon key is safe to use in a browser if Row Level Security is enabled for your tables and configured policies, while the service_role key has the ability to bypass Row Level Security.
Step 3: Connect your Supabase account
To authenticate using your API credentials, navigate to the Supabase authentication form. Enter your credentials as follows:
- Project URL: Your Supabase project URL
- API Key: Your Supabase
anon
orservice_role
key
Click “Connect” to complete the authentication.