Airtable

api.airtable.com

Community

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

Pricing

free

Spec version

1.0

Base URL

https://api.airtable.com

Crawl failures

1

Last verified

2026-03-01 11:52:48

Health

Loading health data...

Capabilities

create_record

productivity

Create one or more new records in a table with specified field values.

Detail: https://api.airtable.com/capabilities/create_record

delete_record

productivity

Permanently delete one or more records from a table by their record IDs.

Detail: https://api.airtable.com/capabilities/delete_record

get_base_schema

productivity

Retrieve 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

productivity

List all bases the authenticated user has access to, including their names and permission levels.

Detail: https://api.airtable.com/capabilities/list_bases

list_records

productivity

Retrieve records from a table in a base, with optional filtering, sorting, and field selection.

Detail: https://api.airtable.com/capabilities/list_records

update_record

productivity

Update 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.