Authentication: OAuth or personal access token. See Magic Link for the runtime auth flow, or Application credentials to bring your own OAuth app.
Roadmap base where status is In progress and the due date has passed; ping the owner in Slack.Leads base, deduplicating by email.priority:p0 into a single weekly status report.Get information about an attachment
List all accessible Airtable bases
Get base schema including all tables and their structure
Get all tables in a base
Get schema for a specific table
Create a new table in a base
Update an existing table
List all comments on a record
Create a new comment on a record
Update an existing comment
Delete a comment from a record
List all fields in a table
Create a new field in a table
Update an existing field
Get detailed information about a specific field
List records in a table with optional filtering, sorting, and pagination
Create new records in a table (up to 10 at once)
Get a single record by ID
Update a single record
Update multiple records (up to 10 at once)
Replace a record completely (PUT operation)
Delete a single record
Delete multiple records (up to 10 at once)
Validate Airtable credentials by listing accessible bases. Returns {success, message}.