Databases connector

Supabase connector for governed AI agent access

Connect Supabase with the session pooler host, database, and login credentials over the Postgres wire protocol.

Query

Direct answer

OneQuery supports Supabase for governed agent access.

Teams use the Supabase connector to give AI agents SQL-style query workflows for structured data access while OneQuery keeps credentials centralized, limits access to approved sources, and preserves audit logs for review.

Agent workflow

What this connector enables

Supabase becomes an approved OneQuery source instead of a secret copied into an agent prompt, shell session, or model tool. The agent receives a governed access path, and the source credentials stay behind OneQuery.

  • Use SQL-style query workflows for structured data access for databases context.
  • Keep Supabase credentials centralized and out of agent runtimes.
  • Review agent access through OneQuery audit history instead of reconstructing direct service usage.

Setup checklist

Prepare the Supabase connection

Use postgres credentials and connect the source through the Dashboard and CLI. Keep credentials scoped to the data the agent is allowed to read.

  1. Open the Supabase Connect panel and retrieve the Session pooler host, database name, username, and password.
  2. Use the Supabase provider with the Postgres connection fields shown below.
  3. Prefer the Session pooler for OneQuery's persistent backend connection path. Keep SSL enabled and confirm the correct port before building the payload.

FAQ

Supabase connector questions

What is the OneQuery Supabase connector?

The OneQuery Supabase connector makes databases context from Supabase available to AI agents through SQL-style query workflows for structured data access. Connect Supabase with the session pooler host, database, and login credentials over the Postgres wire protocol.

How do AI agents access Supabase through OneQuery?

Agents call OneQuery instead of receiving raw Supabase credentials. OneQuery keeps credentials centralized, applies source boundaries, and records access in audit logs while exposing SQL-style query workflows for structured data access.

How do I set up the Supabase connector?

Prepare postgres credentials and connect Supabase from the OneQuery dashboard or CLI. Start with this setup step: Open the Supabase Connect panel and retrieve the Session pooler host, database name, username, and password.