Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Create Field
aitable_ai:create_field
Create a new field in a datasheet with the specified type and properties.
Write
Medium risk
Create Record
aitable_ai:create_record
Create a new record in a datasheet with the specified field values.
Write
Medium risk
Create Records Batch
aitable_ai:create_records_batch
Create multiple records in a datasheet in a single batch operation (max 10 records).
Write
Medium risk
Delete Field
aitable_ai:delete_field
Delete a field from a datasheet. WARNING: This will permanently delete all data in this field.
Write
High risk
Delete Record
aitable_ai:delete_record
Delete a record from a datasheet. WARNING: This action cannot be undone.
Write
High risk
Get Datasheet
aitable_ai:get_datasheet
Fetch a single datasheet (table) with its metadata and field information.
Read
Low risk
Get Field
aitable_ai:get_field
Fetch a single field from a datasheet with its configuration and properties.
Read
Low risk
Get Record
aitable_ai:get_record
Fetch a single record from a datasheet with all its field values.
Read
Low risk
Get Space
aitable_ai:get_space
Fetch a single space with its metadata and permissions.
Read
Low risk
List Datasheets
aitable_ai:list_datasheets
List all datasheets (tables) you have access to, optionally filtered by space.
Read
Low risk
List Fields
aitable_ai:list_fields
List all fields in a datasheet, optionally filtered by view.
Read
Low risk
List Records
aitable_ai:list_records
List records from a datasheet with optional filtering, sorting, and field selection.
Read
Low risk
List Spaces
aitable_ai:list_spaces
List all spaces you have access to.
Read
Low risk
Update Field
aitable_ai:update_field
Update an existing field's name, properties, or description.
Write
Medium risk
Update Record
aitable_ai:update_record
Update an existing record in a datasheet with new field values.
Write
Medium risk