Skip to main content
The Airtable toolkit lets agents manage records in Airtable bases and tables: create, find, update, delete, upload attachments, and call the Airtable REST API for operations without a dedicated tool. Add it on the agent Toolkits tab, connect a Personal Access Token (PAT), then reference tools with @ in the personality prompt.

Prerequisites

  • An Airtable account
  • A Personal Access Token from airtable.com/create/tokens
  • Recommended scopes: data.records:read, data.records:write, and schema.bases:read (schema scope helps field discovery and type coercion)
  • Token access granted to the bases the agent should use
  • An agent you can edit

Setup

  1. Create a PAT in Airtable with the scopes and base access you need.
  2. Open the agent → Toolkits → add Airtable.
  3. Create or select a connection and paste the PAT.
  4. Save, @-mention Airtable tools in the personality prompt, and test with a known base and table ID.

Available tools

Use cases

  • Log support tickets or lead notes into a shared Airtable base from chat
  • Look up a record by email or ticket ID before updating status
  • Attach a generated file or screenshot to an existing row
  • Call a niche Airtable endpoint through Custom API Call when no dedicated tool fits

Tips

  • Grant the PAT only the bases the agent needs.
  • Include schema.bases:read so field types coerce correctly (checkboxes, numbers, multi-select, and similar).
  • Prefer base and table IDs from the Airtable UI when names are ambiguous.
  • On Update Record, empty values clear fields — omit fields you want to leave unchanged.
  • Do not put the PAT in prompts, logs, or shared screenshots.

Troubleshooting