Airtable Integration
API Key (Bearer)Connect your AI agent to Airtable. Manage records, query bases, create tables, and filter views directly from conversations.
What your agent can do
With Airtable credentials, your agent gets full access to your bases, tables, and records through the Airtable API.
Record management
Create, read, update, and delete records across any base and table in your Airtable workspace.
Base queries
Search records with filters, sort by fields, and paginate through large datasets.
Table creation
Create new tables and fields, define field types, and set up linked record relationships.
View filtering
Query specific views, apply formula filters, and retrieve records matching complex criteria.
Automations
Trigger Airtable automations, run scripts, and manage webhook subscriptions programmatically.
Prerequisites
- ✓An Airtable account (Free, Plus, Pro, or Enterprise)
- ✓Personal Access Token from Account > Developer Hub
- ✓A ClawTrust agent on any plan (Starter, Pro, or Enterprise)
Step-by-step setup
Generate a Personal Access Token in Airtable and add it to your agent.
Open Airtable Developer Hub
Go to airtable.com/create/tokens and sign in. This is the Personal Access Token management page.
Create a Personal Access Token
Click "Create new token". Name it (e.g., "ClawTrust Agent"), select the scopes you need (data.records:read, data.records:write, schema.bases:read), and choose which bases to grant access to.
Copy the token
Copy the generated token (starts with pat.). Airtable only shows it once. This is a Bearer token for API authentication.
Add to ClawTrust
In your agent's dashboard, go to Credentials > Add Credential. Select "API Key (Bearer)", paste your token, and set allowed domains to *.airtable.com and api.airtable.com.
Credential details
Type
Header
Authorization: Bearer pat.xxxAllowed domains
*.airtable.comFields
Personal Access Token (single field)Example actions
Once connected, you can ask your agent to perform actions like these.
"Add a new row to the Leads table with name John Smith and email john@acme.com"
Creates a new record in the Leads table with the specified field values.
"Show me all records in the Projects table where Status is In Progress"
Queries the table with a filter formula and returns matching records.
"Update the Budget field to $50,000 for the Q2 Campaign record"
Finds the record by name and updates the specified field value.
"Create a new table called Vendors with columns for Name, Email, and Category"
Creates a new table in the base with the specified fields and types.
Ready to connect your agent to Airtable?
Add your Personal Access Token and your agent starts managing records immediately.