Airtable
Overview
SLUG: AIRTABLE
Description
Airtable merges spreadsheet functionality with database power, enabling teams to organize projects, track tasks, and collaborate through customizable views, automation, and integrations for data management
Authentication Details
OAuth2
Bearer Token
API Key
Connecting to Airtable
Create an auth config
Use the dashboard to create an auth config for the Airtable toolkit. This allows you to connect multiple Airtable accounts to Composio for agents to use.
Create and Get auth config ID
Click “Create Integration”. After creation, copy the displayed ID starting with ac_
. This is your auth config ID. This is not a sensitive ID — you can save it in environment variables or a database.
This ID will be used to create connections to the toolkit for a given user.
Connect Your Account
Using OAuth2
Using Bearer Token
Using API Key
Tools
Executing tools
To prototype you can execute some tools to see the responses and working on the Airtable toolkit’s playground
OpenAI (Python)
Anthropic (TypeScript)
Google (Python)
Vercel (TypeScript)
Tool List
AIRTABLE_LIST_BASES
Tool Name: List bases
Description
Action Parameters
Action Response
AIRTABLE_CREATE_BASE
Tool Name: Create base
Description
Action Parameters
Action Response
AIRTABLE_CREATE_COMMENT
Tool Name: Create Comment
Description
Action Parameters
Action Response
AIRTABLE_CREATE_FIELD
Tool Name: Create Field
Description
Action Parameters
Action Response
AIRTABLE_CREATE_MULTIPLE_RECORDS
Tool Name: Create multiple records
Description
Action Parameters
Action Response
AIRTABLE_CREATE_RECORD
Tool Name: Create a record
Description
Action Parameters
Action Response
AIRTABLE_CREATE_TABLE
Tool Name: Create table
Description
Action Parameters
Action Response
AIRTABLE_DELETE_COMMENT
Tool Name: Delete Comment
Description
Action Parameters
Action Response
AIRTABLE_DELETE_MULTIPLE_RECORDS
Tool Name: Delete multiple records
Description
Action Parameters
Action Response
AIRTABLE_DELETE_RECORD
Tool Name: Delete Record
Description
Action Parameters
Action Response
AIRTABLE_GET_BASE_SCHEMA
Tool Name: Get Base Schema
Description
Action Parameters
Action Response
AIRTABLE_GET_RECORD
Tool Name: Get Record
Description
Action Parameters
Action Response
AIRTABLE_GET_USER_INFO
Tool Name: Get user information
Description
Action Parameters
Action Response
AIRTABLE_LIST_COMMENTS
Tool Name: List Comments
Description
Action Parameters
Action Response
AIRTABLE_LIST_RECORDS
Tool Name: List records
Description
Action Parameters
Action Response
AIRTABLE_UPDATE_MULTIPLE_RECORDS
Tool Name: Update multiple records
Description
Action Parameters
Action Response
AIRTABLE_UPDATE_RECORD
Tool Name: Update record
Description
Action Parameters
Action Response