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.
Assign Item
rollbar:assign_item
Assign an item (error/exception) to a specific user.
Write
Medium risk
Create Deploy
rollbar:create_deploy
Create a deploy record to track code deployments.
Write
Medium risk
Create Item
rollbar:create_item
Create a new item (error/exception) manually.
Write
Medium risk
Get Deploy
rollbar:get_deploy
Fetch a single deploy by ID.
Read
Low risk
Get Item
rollbar:get_item
Fetch a single item (error/exception) by ID with occurrence details.
Read
Low risk
Get Occurrence
rollbar:get_occurrence
Fetch a single occurrence (specific instance of an error) by ID.
Read
Low risk
Get Project
rollbar:get_project
Fetch project details by ID.
Read
Low risk
List Deploys
rollbar:list_deploys
List recent deploys.
Read
Low risk
List Items
rollbar:list_items
List items (errors/exceptions) with optional filtering.
Read
Low risk
List Occurrences
rollbar:list_occurrences
List occurrences (specific instances) for a given item.
Read
Low risk
List Projects
rollbar:list_projects
List all projects accessible with the current access token.
Read
Low risk
Update Item Level
rollbar:update_item_level
Update the level (severity) of an item (error/exception).
Write
Medium risk
Update Item Status
rollbar:update_item_status
Update the status of an item (error/exception).
Write
Medium risk