Home / Formulas / Supabase

Supabase

supabase

Authenticate with Supabase using service role keys or personal access tokens. Access database, auth, and storage APIs.

🔐 Authentication Methods

service_role
Service Role Key
  • Go to Project Settings > API
  • Copy the service_role secret (bypasses RLS)
anon_key
Anon Key
  • Go to Project Settings > API
  • Copy the anon public key

👤 Identity

Project: Project ID from your Supabase dashboard

🌐 APIs

rest
Base URL: https://{project_id}.supabase.co/rest/v1
Auth Header: apikey: {token}
Spec Type: openapi
Methods: service_role anon_key
gotrue
Base URL: https://{project_id}.supabase.co/auth/v1
Auth Header: apikey: {token}
Methods: anon_key
← Back to all formulas