Airtable

Airtable

Build flexible databases and apps with Airtable

15 tools
2 triggers

Tools

Name
create_record

Create a new record in an Airtable table

find_record

Find records using an Airtable formula

get_record

Get a specific record by ID

update_record

Update an existing record

delete_record

Delete a record from a table

list_records

List records from a table with optional filtering and sorting

create_table

Create a new table in a base

find_table

Search for a table by name in a base

get_table_schema

Get the schema of a table including fields and views

create_base

Create a new Airtable base in a workspace

find_base

Search for a base by name

get_base_schema

Get the full schema of a base including all tables and fields

add_comment

Add a comment to a record

upload_attachment

Add an attachment to a record by URL

custom_api_call

Make a custom API call to the Airtable API

Triggers

Name
new_record

Triggers when a new record is created in a table

updated_record

Triggers when a record is updated in a table

Quick Start

TypeScript
import { WeavzClient } from '@weavz/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.

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.