Create baseCreates a new airtable base with specified tables and fields within a workspace; ensure field options are valid for their type.
Create CommentCreates a new comment on a specific record within an airtable base and table.
Create FieldCreates a new field within a specified table in an airtable base.
Create multiple recordsCreates multiple new records in a specified airtable table.
Create a recordCreates a new record in a specified airtable table; field values must conform to the table's column types.
Create tableCreates a new table within a specified existing airtable base, allowing definition of its name, description, and field structure.
Delete CommentDeletes an existing comment from a specified record in an airtable table.
Delete multiple recordsDeletes up to 10 specified records from a table within an airtable base.
Delete RecordPermanently deletes a specific record from an existing table within an existing airtable base.
Get Base SchemaRetrieves the detailed schema for a specified airtable base, including its tables, fields, field types, and configurations, using the `baseid`.
Get RecordRetrieves a specific record from a table within an airtable base.
Get user informationRetrieves information, such as id and permission scopes, for the currently authenticated airtable user from the `/meta/whoami` endpoint.
List basesRetrieves all airtable bases accessible to the authenticated user, which may include an 'offset' for pagination.
List CommentsRetrieves all comments for a specific record in an airtable table, requiring existing `baseid`, `tableidorname`, and `recordid`.
List recordsRetrieves records from an airtable table, with options for filtering, sorting, pagination, and specifying returned fields.
Update multiple recordsUpdates multiple existing records in a specified airtable table; these updates are not performed atomically.
Update recordModifies specified fields of an existing record in an airtable base and table; the base, table, and record must exist.