Overview
When something goes wrong with your Supabase-backed database, APIs, or authentication flows, OpenSRE can use your project configuration to investigate issues, inspect resources, and gather operational insights.Prerequisites
- A Supabase project
- Your Supabase Project URL
- A Supabase Service Role Key
- Permissions to access project resources
Setup
There is no dedicatedopensre integrations setup supabase wizard today. Configure via environment variables or the persistent store, then verify.
Option 1: Environment variables
Option 2: Persistent store
Credentials
- Log in to Supabase
- Open your project
- Navigate to Settings → API
- Copy the Project URL
- Copy the Service Role Key (not the anon key)
The Service Role Key has elevated privileges. Store it securely and never expose it in client-side applications or public repositories.
Investigation tools
Verify
Troubleshooting
Security
- Use the service role key only on the server side — never in client apps or public repos.
- Rotate the service role key if it is ever exposed.
- Prefer a dedicated Supabase project or restricted key for investigation workloads when possible.