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.
Batch Create Rows
baserow:batch_create_rows
Create multiple rows in a table at once for better performance.
Write
Medium risk
Batch Delete Rows
baserow:batch_delete_rows
Delete multiple rows from a table at once. This action cannot be undone.
Write
High risk
Batch Update Rows
baserow:batch_update_rows
Update multiple rows in a table at once for better performance.
Write
Low risk
Create Field
baserow:create_field
Create a new field in a table with the specified type and configuration.
Write
Medium risk
Create Row
baserow:create_row
Create a new row in a table with the specified data.
Write
Medium risk
Create Table
baserow:create_table
Create a new table in a database with optional initial fields.
Write
Medium risk
Delete Field
baserow:delete_field
Delete a field permanently. This action cannot be undone and will remove all data in this field.
Write
High risk
Delete Row
baserow:delete_row
Delete a row permanently. This action cannot be undone.
Write
High risk
Delete Table
baserow:delete_table
Delete a table permanently. This action cannot be undone.
Write
High risk
Get Database
baserow:get_database
Fetch a single database by ID with its tables and metadata.
Read
Low risk
Get Field
baserow:get_field
Fetch a single field by ID with its configuration and metadata.
Read
Low risk
Get Row
baserow:get_row
Fetch a single row by ID from a table.
Read
Low risk
Get Table
baserow:get_table
Fetch a single table by ID with its fields and metadata.
Read
Low risk
List Databases
baserow:list_databases
List all databases accessible to the user, optionally filtered by workspace.
Read
Low risk
List Rows
baserow:list_rows
List rows from a table with optional filtering, searching, and pagination.
Read
Low risk
List Tables
baserow:list_tables
List all tables in a database with their basic information.
Read
Low risk
Update Field
baserow:update_field
Update a field's name and configuration.
Write
Medium risk
Update Row
baserow:update_row
Update an existing row with new data.
Write
Medium risk
Update Table
baserow:update_table
Update a table's properties like name.
Write
Medium risk