Productivity connector
Airtable connector for governed AI agent access
Connect Airtable with a Personal Access Token and optional default base ID.
Direct answer
OneQuery supports Airtable for governed agent access.
Teams use the Airtable connector to give AI agents bounded source API calls for endpoint-specific context while OneQuery keeps credentials centralized, limits access to approved sources, and preserves audit logs for review.
Agent workflow
What this connector enables
Airtable 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 bounded source API calls for endpoint-specific context for productivity context.
- Keep Airtable credentials centralized and out of agent runtimes.
- Review agent access through OneQuery audit history instead of reconstructing direct service usage.
Setup checklist
Prepare the Airtable connection
Use airtable credentials and connect the source through the Dashboard and CLI. Keep credentials scoped to the data the agent is allowed to read.
- Create an Airtable Personal Access Token with scopes and base access for the records or metadata endpoints OneQuery should call.
- Copy the token into `credentials.personalAccessToken`.
- Optionally include `baseId` so source API selectors like `/TableName` expand to `/v0/<baseId>/TableName`.
FAQ
Airtable connector questions
What is the OneQuery Airtable connector?
The OneQuery Airtable connector makes productivity context from Airtable available to AI agents through bounded source API calls for endpoint-specific context. Connect Airtable with a Personal Access Token and optional default base ID.
How do AI agents access Airtable through OneQuery?
Agents call OneQuery instead of receiving raw Airtable credentials. OneQuery keeps credentials centralized, applies source boundaries, and records access in audit logs while exposing bounded source API calls for endpoint-specific context.
How do I set up the Airtable connector?
Prepare airtable credentials and connect Airtable from the OneQuery dashboard or CLI. Start with this setup step: Create an Airtable Personal Access Token with scopes and base access for the records or metadata endpoints OneQuery should call.