Give agents tools for secure, real-time access to fetch, search, write, and sync across every system, with replication, entity mapping, and auth built-in.


About this Connector
Airtable is a cloud-based platform that combines the simplicity of a spreadsheet with the power of a database. This connector provides access to bases, tables, and records for data analysis and workflow automation.
CRM
Sales Analytics
Customer Data
Version Information
Package version
0.1.29
Connector version
1.0.4
SDK commit
64ac3a66e77864c942825e7f9491a0a46e704d21
Support Open Source
Star us on GitHub to help grow the Airbyte community
Installation & Usage
1
Install Package
Using uv or pip
bash
uv pip install airbyte-agent-airtable
2
Import
Initialize and use
python
from airbyte_agent_airtable import AirtableConnector
from airbyte_agent_airtable.models import AirtableAuthConfig
connector = AirtableConnector(
auth_config=AirtableAuthConfig(
personal_access_token="<Airtable Personal Access Token. See https://airtable.com/developers/web/guides/personal-access-tokens>"
)
)3
Tool
Add tools to your agent
python
@agent.tool_plain # assumes you're using Pydantic AI
@AirtableConnector.tool_utils
async def airtable_execute(entity: str, action: str, params: dict | None = None):
return await connector.execute(entity, action, params or {})Supported Entities & Actions
Lorem ipsum
Lorem ipsum
| Entity | Actions |\n|--------|---------|\n| Bases | [List](./REFERENCE.md#bases-list), [Search](./REFERENCE.md#bases-search) |\n| Tables | [List](./REFERENCE.md#tables-list), [Search](./REFERENCE.md#tables-search) |\n| Records | [List](./REFERENCE.md#records-list), [Get](./REFERENCE.md#records-get) |
Example Prompts
Lorem ipsum
List all my Airtable bases - What tables are in my first base? - Show me the schema for tables in a base - List records from a table in my base - Show me recent records from a table - What fields are in a table? - List records where Status is 'Done' in table tblXXX - Find records created last week in table tblXXX - Show me records updated in the last 30 days in base appXXX
Why Airbyte for AI Agents?
Built for production AI workloads with enterprise-grade reliability
Agent-Native Design
Structured, LLM-friendly schemas optimized for AI agent consumption with natural language query support.
Secure Authentication
Built-in OAuth 2.0 handling with automatic token refresh. No hard-coded credentials.
Production Ready
Battle-tested connectors with comprehensive error handling, logging, and retry logic.
Open Source
Fully open source under the MIT license. Contribute, customize, and extend freely.
Works with your favorite frameworks
🦜
LangChain
🦙
LlamaIndex
🤖
CrewAI
⚡
AutoGen
🧠
OpenAI Agents SDK
🔮
Claude Agents SDK
Frequently Asked Questions
Didn't find your answer? Please don't hesitate to reach out.
What authentication methods does the airtable connector support?
Can I use this connector with any AI agent framework?
What AI agent frameworks is this connector compatible with?
Does this connector support write operations?
Does the airtable connector support write operations?
How is this different from the Airbyte data connector?
How is this different from traditional Airbyte connectors?
Will there be a platform for agent connectors?
When will the hosted version be available?