Airtable
Build flexible databases and apps with Airtable
Actions
| 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/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'airtable',
actionName: 'create_record',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})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 actions programmatically.
What actions does Airtable support?
Airtable supports 15 actions 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 TOOLS mode or CODE mode. CODE mode provides 3 meta-tools with on-demand API discovery for efficient agent access.
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 1,000 free actions every month. No credit card required.