Skip to main content

Airtable

The Airtable connection allows agents to read the structure of bases, retrieve records from tables, and create or modify records. It is suitable for lightweight CRM, content planning, internal records, or operational tables maintained in Airtable.

When to Use It

Use it when an agent needs to work with data stored in Airtable and exporting to a file is not sufficient. Typical scenarios include searching for a record, adding a new item, updating a status, or deleting an incorrectly created record.

Setup

  1. In Connections, click on Add Integration.
  2. Select Airtable.
  3. Log in or enter the required access according to the organization's configuration.
  4. Verify that the account has access to the correct base and tables.
  5. In the connection details, enable only the functions that the agent will actually use.

What the Tool Can Do

  • list available bases,
  • load the base schema including tables and fields,
  • list records from a table,
  • create new records,
  • modify existing records,
  • delete records.

Security and Confirmation

Creating, modifying, and deleting records changes data in Airtable. For these actions, enable confirmation if the agent is working with a production table, customer data, or operational records.

Example Use

Find all new leads from this week in the Airtable Leads table and prepare a suggestion for which I should contact first. Do not modify anything without confirmation.

Verify the result directly in Airtable, and any execution can be found in Run Tools.

Technical Notes

  • Implementation: The connection exposes Airtable table and record operations.
  • Authentication/scopes: use an Airtable personal access token or OAuth credential with access to the selected bases. Record reads need data read permission; create, update, delete, table creation, and base creation require write/schema permissions on the relevant workspace or base.
  • Functions: list bases, inspect base schema, list records, create records, update records, delete records, create tables, and create bases.
  • Write behavior: record, table, and base changes modify Airtable directly, so production agents should use confirmations for create/update/delete actions.