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 Box
streak:create_box
Create a new box (deal/opportunity) in a pipeline.
Write
Medium risk
Create Contact
streak:create_contact
Create a new contact with email and optional details.
Write
Medium risk
Create Pipeline
streak:create_pipeline
Create a new pipeline with optional stages.
Write
Medium risk
Create Task
streak:create_task
Create a new task in a box.
Write
Medium risk
Delete Box
streak:delete_box
Permanently delete a box and all its associated data.
Write
High risk
Delete Task
streak:delete_task
Permanently delete a task.
Write
High risk
Get Box
streak:get_box
Fetch a single box (deal/opportunity) by ID with all details.
Read
Low risk
Get Contact
streak:get_contact
Fetch a single contact by key with all details.
Read
Low risk
Get Pipeline
streak:get_pipeline
Fetch a single pipeline by ID with stages and settings.
Read
Low risk
Get Task
streak:get_task
Fetch a single task by key with all details.
Read
Low risk
List Boxes
streak:list_boxes
List boxes (deals/opportunities) in a specific pipeline.
Read
Low risk
List Contacts
streak:list_contacts
List contacts with optional email filter.
Read
Low risk
List Pipelines
streak:list_pipelines
List all pipelines accessible to the authenticated user.
Read
Low risk
List Tasks
streak:list_tasks
List tasks for a specific box with optional completion filter.
Read
Low risk
Move Box Stage
streak:move_box_stage
Move a box to a different stage in its pipeline.
Write
Medium risk
Search Boxes
streak:search_boxes
Search for boxes across pipelines or within a specific pipeline.
Read
Low risk
Update Box
streak:update_box
Update an existing box with new information.
Write
Medium risk
Update Contact
streak:update_contact
Update an existing contact with new information.
Write
Medium risk
Update Task
streak:update_task
Update an existing task with new information.
Write
Medium risk