Estimated time: 2 minutes. You authorize Clarion through Supabase — there is no token to create or paste.
Prerequisites
- A Supabase account with at least one project
- Permission to authorize an OAuth application for that organization
Connect
- In Clarion, open Integrations and find Supabase.
- Click Connect with Supabase. You will be sent to Supabase to authorize Clarion for one organization.
- Back in Clarion, choose the project agents may read.
Read-only by design
Clarion connects to Supabase in read-only mode, scoped to the single project you choose:- Queries run as a read-only Postgres user, so a write fails rather than taking effect.
- The connection is scoped to one project, which also puts organization-level actions out of reach — agents cannot see, create, pause, or restore any other project in your organization.
- Only the database and debugging tool groups are enabled. Migrations, edge-function deploys, branching, and storage settings are not available at all.
- Every tool Supabase advertises is checked before an agent is given it, and anything that writes is refused — including a tool Supabase labels read-only but names as a write.
What agents can do
The tool list is mirrored from Supabase and refreshed daily, so a read tool Supabase adds becomes available without waiting on a Clarion release. Today that is:Where it helps
Start withget_advisors for any question about exposure — it returns findings rather than customer data, and it is usually the fastest route from “is this project exposed?” to a concrete answer. Use query_logs with the auth service when investigating suspicious sign-in activity, and list_migrations when you need to know whether a schema change lines up with the start of an incident.