Airtable
api.airtable.com
Airtable is a spreadsheet-database hybrid that lets you create flexible, relational databases with a simple interface. Use this API to manage bases, tables, and records programmatically, supporting rich field types like attachments, linked records, and formulas.
api_key
free
1.0
https://api.airtable.com
1
2026-03-01T11:52:48.000Z
Health
This is a community-maintained manifest. Health monitoring is not available because this service doesn't host its own /.well-known/agent endpoint yet. Learn more about trust levels →
Capabilities
create_record
productivityCreate one or more new records in a table with specified field values.
Detail: https://api.airtable.com/capabilities/create_record
delete_record
productivityPermanently delete one or more records from a table by their record IDs.
Detail: https://api.airtable.com/capabilities/delete_record
get_base_schema
productivityRetrieve the schema of a base, including all tables, their fields, field types, and configuration.
Detail: https://api.airtable.com/capabilities/get_base_schema
list_bases
productivityList all bases the authenticated user has access to, including their names and permission levels.
Detail: https://api.airtable.com/capabilities/list_bases
list_records
productivityRetrieve records from a table in a base, with optional filtering, sorting, and field selection.
Detail: https://api.airtable.com/capabilities/list_records
update_record
productivityUpdate fields on an existing record in a table, leaving unspecified fields unchanged.
Detail: https://api.airtable.com/capabilities/update_record
Agent Preview
This is what an AI agent sees when it discovers this service via the Gateway:
Service: Airtable Description: Airtable is a spreadsheet-database hybrid that lets you create flexible, relational databases with a simple interface. Use this API to manage bases, tables, and records programmatically, supporting rich field types like attachments, linked records, and formulas. Auth: api_key Capabilities: - create_record: Create one or more new records in a table with specified field values. - delete_record: Permanently delete one or more records from a table by their record IDs. - get_base_schema: Retrieve the schema of a base, including all tables, their fields, field types, and configuration. - list_bases: List all bases the authenticated user has access to, including their names and permission levels. - list_records: Retrieve records from a table in a base, with optional filtering, sorting, and field selection. - update_record: Update fields on an existing record in a table, leaving unspecified fields unchanged.