# Airtable AI integration on Definable

> Airtable merges spreadsheet functionality with database power, enabling teams to organize projects, track tasks, and collaborate through customizable views, automation, and integrations for data management

## What this connects

Airtable merges spreadsheet functionality with database power, enabling teams to organize projects, track tasks, and collaborate through customizable views, automation, and integrations for data management

Vendor: https://www.airtable.com/

## Tools available

**23** tools available. First 12:

- `AIRTABLE_CREATE_BASE` — Create base — Creates a new Airtable base with specified tables and fields within a workspace.
- `AIRTABLE_CREATE_COMMENT` — Create Comment — Tool to create a comment on a specific Airtable record. Use when adding comments to records, mentioning collaborators using @[userId] syntax, or creating threaded comment replies. Supports optional parentCommentId for threaded conversations.
- `AIRTABLE_CREATE_FIELD` — Create Field — Creates a new field within a specified table in an Airtable base.
- `AIRTABLE_CREATE_MULTIPLE_RECORDS` — Create multiple records (Deprecated) — DEPRECATED: Use AIRTABLE_CREATE_RECORDS instead. Creates multiple new records in a specified Airtable table.
- `AIRTABLE_CREATE_RECORD` — Create a record (Deprecated) — DEPRECATED: Use CreateRecords instead. Creates a new record in a specified Airtable table; field values must conform to the table's column types.
- `AIRTABLE_CREATE_RECORD_FROM_NATURAL_LANGUAGE` — Create Record From Natural Language — Creates a new record in an Airtable table from a natural language description. Fetches the table schema, uses an LLM to generate the correct field payload, and creates the record with typecast enabled for automatic type conversion.
- `AIRTABLE_CREATE_RECORDS` — Create records — Tool to create multiple records (up to 10) in a specified Airtable table. Use when you need to add new rows to a table with field values. Rate limit: 5 requests per second per base.
- `AIRTABLE_CREATE_TABLE` — Create table — Creates a new table within a specified existing Airtable base, allowing definition of its name, description, and field structure.
- `AIRTABLE_DELETE_COMMENT` — Delete Comment — Tool to delete a comment from a record in an Airtable table. Use when you need to remove an existing comment. Non-admin users can only delete their own comments; Enterprise Admins can delete any comment.
- `AIRTABLE_DELETE_MULTIPLE_RECORDS` — Delete multiple records — Tool to delete up to 10 specified records from a table within an Airtable base. Use when you need to remove multiple records in a single operation.
- `AIRTABLE_DELETE_RECORD` — Delete Record — Permanently deletes a specific record from an existing table within an existing Airtable base.
- `AIRTABLE_GET_BASE_SCHEMA` — Get Base Schema — Retrieves the detailed schema for a specified Airtable base, including its tables, fields, field types, and configurations, using the `baseId`.

## Auth

Auth schemes: `OAUTH2`, `API_KEY`. Managed by Definable: `OAUTH2` — no client credentials required from the user.

## How agents use Airtable

Inside a Definable workflow, Airtable is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Airtable** — the Researcher (GPT-5.5) pulls context from Airtable (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Airtable** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Airtable (create record, post message, draft email).
- **Designer / Engineer → Distributor → Airtable** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Airtable (attach file, open PR comment, post status).

The Verifier checks every Airtable call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- productivity — https://definable.ai/apps/category/productivity/
- spreadsheets — https://definable.ai/apps/category/spreadsheets/
- databases — https://definable.ai/apps/category/databases/

## Related

- HTML page: https://definable.ai/apps/airtable/
- Same category (productivity): https://definable.ai/apps/category/productivity/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
