Saltar al contenido principal

This connection lets your assistants query databases to review product catalogs, check inventory, or store customer records.


1. Supabase

supabaseUrlstringrequired

The web address of your Supabase project (e.g. https://xyzproject.supabase.co).

serviceRoleKeystringrequired

Your secret API key (service_role or anon) from the API settings of your Supabase project.


2. Direct PostgreSQL

Connect any standard PostgreSQL database.

connectionStringstringrequired

Database connection string:

postgresql://user:password@host.example.com:5432/database_name?sslmode=require

3. Airtable

personalAccessTokenstringrequired

Personal access token generated in the Airtable developer settings.

baseIdstringoptional

Unique identifier of your Airtable base (starts with app...).