Airtable
Build flexible databases and apps with Airtable
Tools
| Name | Description |
|---|---|
create_recordCreate a new record in an Airtable table | Create a new record in an Airtable table |
find_recordFind records using an Airtable formula | Find records using an Airtable formula |
get_recordGet a specific record by ID | Get a specific record by ID |
update_recordUpdate an existing record | Update an existing record |
delete_recordDelete a record from a table | Delete a record from a table |
list_recordsList records from a table with optional filtering and sorting | List records from a table with optional filtering and sorting |
create_tableCreate a new table in a base | Create a new table in a base |
find_tableSearch for a table by name in a base | Search for a table by name in a base |
get_table_schemaGet the schema of a table including fields and views | Get the schema of a table including fields and views |
create_baseCreate a new Airtable base in a workspace | Create a new Airtable base in a workspace |
find_baseSearch for a base by name | Search for a base by name |
get_base_schemaGet the full schema of a base including all tables and fields | Get the full schema of a base including all tables and fields |
add_commentAdd a comment to a record | Add a comment to a record |
upload_attachmentAdd an attachment to a record by URL | Add an attachment to a record by URL |
custom_api_callMake a custom API call to the Airtable API | Make a custom API call to the Airtable API |
Triggers
| Name | Description |
|---|---|
new_recordTriggers when a new record is created in a table | Triggers when a new record is created in a table |
updated_recordTriggers when a record is updated in a table | Triggers when a record is updated in a table |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('airtable', 'create_record', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'airtable',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Airtable to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Airtable support?
Airtable supports 15 tools including Create Record, Find Record, Get Record, Update Record, Delete Record, and more.
Can I use Airtable with AI agents?
Yes. Add Airtable to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
How do I connect Airtable to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Airtable as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Airtable tools exposed by that workspace.
Does Airtable work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Airtable work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Airtable?
Airtable exposes 15 tools, including Create Record, Find Record, Get Record, Update Record, Delete Record, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can Airtable be used in stateful agent workflows?
Yes. Agents can combine Airtable tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Airtable use?
Airtable uses API Key. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Airtable integration cost?
The Airtable integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Airtable support?
Airtable supports 2 triggers including New Record, Updated Record.
Connect Airtable in minutes
Get 20,000 free action executions every month. No credit card required.