airtable - Manage Airtable bases, tables, and records via curl REST API
Perform CRUD operations, formula filtering, sorting, batch updates, and upserts on Airtable bases and records using curl and REST API.
Tags
Updated: 2026-09-24Capabilities
Typical Inputs
Typical Outputs
What this skill does
- List bases and table schemas
- Query and filter records
- Create single or batch records
- Update records via PATCH merge
- Upsert records by merge fields
- Delete single or batch records
Inputs
- Airtable Personal Access Token
- Base and table identifiers
- Record IDs and field values
- Formula expressions for filtering
Outputs
- JSON response with bases metadata
- JSON response with table schemas
- JSON response with record data
- Updated Airtable database records
Requirements
- AIRTABLE_API_KEY environment variable
- curl command-line tool
- python3 for JSON parsing
- Airtable PAT with required scopes
