What is Supabase?
Supabase is a data & databases tool. With OSP.net, your AI agent connects to it directly so it can act on your behalf instead of just answering questions about it.
What your OSP agent can do with Supabase
- Explore your project's schema and tables
- Run read-only SQL against your database
- Inspect project logs and settings (read-only)
How to connect Supabase
- Create a personal access token: Supabase → Account → Access Tokens → Generate new token. Copy it (sbp_…, shown once). supabase.com → Account → Access Tokens
- Find your project ref (20 lowercase letters): Project Settings → General, or the subdomain of your project URL (https://<ref>.supabase.co). supabase.com → Project Settings → General
- Paste both here and Connect. Your agent talks to Supabase's official MCP server, always in READ-ONLY mode and scoped to just this project. Supabase Docs: MCP server
Security: Your agent runs the Supabase MCP server with --read-only and pinned to this one project, so it can explore and query but never mutate your data or touch other projects. The access token grants management-API access — revoke it any time from the same Supabase page. (Prefer a raw read-only DB connection instead? The Postgres integration takes a connection string.)
Related data & databases integrations
Frequently asked questions
- Can OSP.net connect to Supabase?
- Yes. Supabase is a native OSP.net integration — you bring your own Supabase key or token, paste it in your dashboard, and your agent restarts live.
- What can my OSP agent do with Supabase?
- Your agent works with your OWN Supabase project — read-only: query tables, inspect schema, read logs. Specifically: Explore your project's schema and tables; Run read-only SQL against your database; Inspect project logs and settings (read-only).
- Is Supabase a native integration or via the gateway?
- Supabase is a native, baked-in integration. You connect it with your own credentials, which are stored in an encrypted vault and injected only at runtime.
- Is my Supabase data secure with OSP.net?
- Yes. Your Supabase credentials live in an encrypted secrets vault, are injected only at container runtime, and are never written to disk in plaintext or used to train any model. Each customer runs in a fully isolated instance.