ClawLink
Productivity23 toolsBrowser login (OAuth), no API keys

Airtable integration for AI agents

Manage bases, tables, and records

Use it from your agent

One ClawLink account serves every agent you run. Pick the guide for yours, or connect Airtable once and call the same tools from all of them.

Deeper comparison, failure modes and setup details: Airtable for AI agents, in depth.

Setup

Connect Airtable through ClawLink's hosted setup to browse bases and tables, inspect records, and unlock managed Airtable actions without pasting tokens manually.

  • Auth: Browser login (OAuth), no API keys. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
  • Where: the ClawLink dashboard, or ask your agent to connect it.

What your agent can do

Airtable exposes 23 tools through ClawLink. The 20 most used are listed here; your agent sees all of them.

ToolWhat it doesKind
airtable_create_commentCreate a comment on an Airtable recordWrite
airtable_create_fieldCreate a field in an Airtable tableWrite
airtable_create_tableCreate a new Airtable tableWrite
airtable_get_recordGet a specific Airtable recordRead
airtable_list_basesList Airtable bases available to the connected accountRead
airtable_list_recordsList records in an Airtable tableRead
airtable_update_commentUpdate a comment on an Airtable recordWrite
airtable_update_fieldUpdate a field in an Airtable tableWrite
airtable_update_tableUpdate an Airtable tableWrite
airtable_get_base_schemaRetrieves the detailed schema for a specified Airtable base, including its tables, fieldsRead
airtable_get_user_infoRetrieves information, such as ID and permission scopes, for the currently authenticatedRead
airtable_list_commentsList comments on a specific Airtable recordRead
airtable_create_baseCreates a new Airtable base with specified tables and fields within a workspaceWrite
airtable_create_record_from_natural_languageCreates a new record in an Airtable table from a natural language descriptionWrite
airtable_create_recordsCreate multiple records (up to 10) in a specified Airtable tableWrite
airtable_update_multiple_recordsUpdate up to 10 records in an Airtable table with selective field modificationsWrite
airtable_update_multiple_records_putDestructively update multiple records in Airtable using PUT, clearing unspecified fieldsWrite
airtable_update_recordModifies specified fields of an existing record in an Airtable base and table; the base, tableWrite
airtable_update_record_putUpdates an existing record in an Airtable base using PUT methodWrite
airtable_upload_attachmentUploads a file attachment to a specified field in an Airtable recordWrite