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.
Create Account
devrev:create_account
Create a new account (customer/organization).
Write
Medium risk
Create Part
devrev:create_part
Create a new part (product/component).
Write
Medium risk
Create Timeline Entry
devrev:create_timeline_entry
Create a timeline entry (comment, update, note) on a work item or account.
Write
Medium risk
Create Work
devrev:create_work
Create a new work item (ticket, issue, task, or opportunity).
Write
Medium risk
Delete Work
devrev:delete_work
Permanently delete a work item. This action cannot be undone.
Write
High risk
Get Account
devrev:get_account
Fetch a single account (customer/organization) by ID with full details.
Read
Low risk
Get Part
devrev:get_part
Fetch a single part (product/component) by ID with full details.
Read
Low risk
Get User
devrev:get_user
Fetch a single user by ID with profile details.
Read
Low risk
Get Work
devrev:get_work
Fetch a single work item (ticket, issue, or task) by ID with full details.
Read
Low risk
List Accounts
devrev:list_accounts
List accounts (customers/organizations) with optional filtering and pagination.
Read
Low risk
List Parts
devrev:list_parts
List parts (products/components) with optional filtering and pagination.
Read
Low risk
List Timeline Entries
devrev:list_timeline_entries
List timeline entries (comments, updates, notes) for a work item or account.
Read
Low risk
List Users
devrev:list_users
List users with optional filtering and pagination.
Read
Low risk
List Works
devrev:list_works
List works (tickets, issues, tasks) with optional filtering and pagination.
Read
Low risk
Search
devrev:search
Search across DevRev objects (works, accounts, parts, users) using text query.
Write
Low risk
Update Account
devrev:update_account
Update an existing account with new values.
Write
Medium risk
Update Work
devrev:update_work
Update an existing work item with new values.
Write
Medium risk