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.
Bulk Create Records
cloudtables:bulk_create_records
Create multiple records in a table in a single operation.
Write
Medium risk
Create Record
cloudtables:create_record
Create a new record in a table.
Write
Medium risk
Delete Record
cloudtables:delete_record
Delete a record from a table. This action cannot be undone.
Write
High risk
Get Dataset
cloudtables:get_dataset
Get dataset information and metadata.
Read
Low risk
Get Record
cloudtables:get_record
Fetch a single record by ID from a table.
Read
Low risk
Get Table
cloudtables:get_table
Get table schema and metadata information.
Read
Low risk
List Datasets
cloudtables:list_datasets
List all datasets accessible with the current API key.
Read
Low risk
List Records
cloudtables:list_records
List records from a table with optional filtering and pagination.
Read
Low risk
List Tables
cloudtables:list_tables
List all tables in a dataset.
Read
Low risk
Search Records
cloudtables:search_records
Search for records in a table using text search.
Read
Low risk
Update Record
cloudtables:update_record
Update an existing record in a table.
Write
Medium risk