Airtable

Airtable

Build flexible databases and apps with Airtable

15 actions
2 triggers

Actions

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({
  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.