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 Widget
callpage:create_widget
Create a new widget with specified configuration.
Write
Medium risk
Delete Widget
callpage:delete_widget
Permanently delete a widget and all its associated data.
Write
High risk
Get Callback
callpage:get_callback
Fetch a single callback by ID with status and scheduling details.
Read
Low risk
Get Lead
callpage:get_lead
Fetch a single lead by ID with contact details and call history.
Read
Low risk
Get Widget
callpage:get_widget
Fetch a single widget by ID with configuration and statistics.
Read
Low risk
List Callbacks
callpage:list_callbacks
List callbacks with optional filtering, searching, and pagination.
Read
Low risk
List Leads
callpage:list_leads
List leads with optional filtering, searching, and pagination.
Read
Low risk
List Widgets
callpage:list_widgets
List all widgets with optional filtering and pagination.
Read
Low risk
Schedule Callback
callpage:schedule_callback
Schedule a new callback request through a specific widget.
Write
Medium risk
Update Callback
callpage:update_callback
Update callback status, outcome, and scheduling information.
Write
Medium risk
Update Lead
callpage:update_lead
Update lead status, call information, and custom data.
Write
Medium risk
Update Widget
callpage:update_widget
Update an existing widget's configuration.
Write
Medium risk