What problem does it solve? Working with Airtable data from an AI agent or terminal normally requires an SDK, OAuth setup, or manual UI clicks. This Skill provides direct REST API access via curl so you can read, create, update, upsert, and delete Airtable records with nothing more than a personal access token. ## Core Features & Use Cases - Full Records CRUD: Create, read, update (PATCH), upsert by merge field, and delete records, including batch operations of up to 10 records per request. - Filtering, Sorting & Views: Query records with URL-encoded filterByFormula expressions, server-side sorting, field selection, and named views. - Schema Inspection: List accessible bases and table schemas before mutating data to confirm exact field names, IDs, and select options. - Use Case: Sync a list of customer emails into an Airtable CRM table idempotently using performUpsert on the Email field, without creating duplicates. ## Quick Start Ask the agent to list the records in your Airtable table or add a new row to a specific base and table using your configured AIRTABLE_API_KEY.