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 Comment
smartsuite:add_comment
Add a comment to a SmartSuite record.
Write
Medium risk
Create Record
smartsuite:create_record
Create a new record in a SmartSuite table.
Write
Medium risk
Delete Record
smartsuite:delete_record
Permanently delete a record from a SmartSuite table. This action cannot be undone.
Write
High risk
Get Application
smartsuite:get_application
Fetch details about a specific SmartSuite application/workspace.
Read
Low risk
Get Record
smartsuite:get_record
Fetch a specific record from a SmartSuite table.
Read
Low risk
Get Table
smartsuite:get_table
Fetch details about a specific table within a SmartSuite application.
Read
Low risk
List Applications
smartsuite:list_applications
List all SmartSuite applications/workspaces accessible to the authenticated user.
Read
Low risk
List Comments
smartsuite:list_comments
List all comments on a SmartSuite record.
Read
Low risk
List Records
smartsuite:list_records
List records from a SmartSuite table with optional filtering and sorting.
Read
Low risk
List Tables
smartsuite:list_tables
List all tables within a SmartSuite application.
Read
Low risk
Search Records
smartsuite:search_records
Search for records in a SmartSuite table using text query.
Read
Low risk
Update Record
smartsuite:update_record
Update an existing record in a SmartSuite table.
Write
Medium risk