@ 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, andschema.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
- Create a PAT in Airtable with the scopes and base access you need.
- Open the agent → Toolkits → add Airtable.
- Create or select a connection and paste the PAT.
- 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:readso 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.