Agent Interface
REST API v0WebhooksMCP Server (community)Airtable Automations (native)
What an agent can do
- ✓Read, create, update, and delete records
- ✓List tables and field schemas
- ✓Search records with formula filters
- ✓Upload attachments to attachment fields
- ✓Trigger Airtable Automations via API
- ✓Manage views (read)
What it can't do
- ✗Create or modify tables and fields via REST API (schema changes require UI or Metadata API beta)
- ✗Run complex cross-table joins in a single query
- ✗Access Airtable AI features via API
- ✗Stream record changes in real-time (webhooks fire on change, polling for others)
Auth Model
Personal Access TokenOAuth 2.0 (beta)
Builder Notes
Airtable's API is flexible but has a 100 records/request limit — agents must handle pagination. Rate limit: 5 req/sec per base. Formula filters are powerful for targeted reads. The Metadata API (beta) can schema-inspect tables — useful for agents discovering database structure dynamically.
Sources
Last verified: 2026-03-01