batch_create_records | Create up to 10 records in a table in one call. |
batch_delete_records | Delete up to 10 records by ID in one call. |
batch_replace_records | Replace up to 10 records entirely in one call (unlisted fields are cleared). |
batch_update_records | Update up to 10 records in one call, with optional upsert on merge fields. |
create_base | Create a base in a workspace with at least one table. |
create_comment | Add a comment on a record, optionally as a reply to another comment. |
create_field | Add a field (column) to a table. |
create_record | Create a single record in a table. |
create_table | Create a table in a base with an initial set of fields. |
create_webhook | Register a webhook on a base to be notified of data or schema changes. |
delete_comment | Delete a comment from a record. |
delete_record | Delete a single record by its ID. |
delete_webhook | Delete a webhook from a base. |
refresh_webhook | Extend the life of a webhook by 7 days before it expires. |
replace_record | Replace a record entirely (fields not given are cleared). |
update_comment | Edit the text of a comment you authored. |
update_field | Rename a field or change its description. |
update_record | Update some fields of a record (unlisted fields are left unchanged). |
update_table | Rename a table or change its description. |