Airtable for your agents.
Connect Airtable once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 9 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Airtable.
What agents can do with Airtable
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
airtable_list_basesList bases the token can access.
airtable_list_recordsList records from a table. Table can be a name or tbl id.
airtable_create_recordCreate one record. `fields` is an object of column name to value.
airtable_update_recordUpdate fields on one record (PATCH semantics: only given fields change).
airtable_delete_recordDelete a single record by record id.
airtable_get_recordGet a single record by record id.
airtable_create_recordsCreate up to 10 records in one request. `records` is an array of {fields} objects.
airtable_update_recordsUpdate up to 10 records in one request. `records` is an array of {id, fields} objects.
airtable_list_table_fieldsGet the schema of a specific table, including field names and types.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Click 'Create new token'.
- Add scopes data.records:read, data.records:write, and schema.bases:read.
- Grant access to the bases you want agents to use, then create and copy the token.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Airtable to Even: call connect_begin("airtable") on the even-connect MCP and walk me through it.
List products from a table, create new order records with customer data, and update status fields as shipments progress.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.