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.
Add Column
grist:add_column
Add a new column to a table with specified type and optional formula.
Write
Medium risk
Create Record
grist:create_record
Create a new record in a table with the specified field values.
Write
Medium risk
Create Records Bulk
grist:create_records_bulk
Create multiple records in a table in a single API call.
Write
Medium risk
Delete Record
grist:delete_record
Delete a record from a table. This action cannot be undone.
Write
High risk
Get Document
grist:get_document
Fetch a single document's metadata and basic information.
Read
Low risk
Get Record
grist:get_record
Fetch a single record by ID from a table.
Read
Low risk
Get Table
grist:get_table
Fetch table metadata including column information and structure.
Read
Low risk
List Documents
grist:list_documents
List all documents accessible to the API key, optionally filtered by workspace.
Read
Low risk
List Records
grist:list_records
List records from a table with optional filtering and sorting.
Read
Low risk
List Tables
grist:list_tables
List all tables in a document with their basic metadata.
Read
Low risk
Search Records
grist:search_records
Search for records containing the query text across specified or all columns.
Read
Low risk
Update Record
grist:update_record
Update an existing record with new field values.
Write
Medium risk
Update Records Bulk
grist:update_records_bulk
Update multiple records in a table in a single API call.
Write
Medium risk