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.
Cancel Execution
bippybox:cancel_execution
Cancel a running workflow execution.
Write
High risk
Create Connection
bippybox:create_connection
Create a new external service connection.
Write
Medium risk
Create Workflow
bippybox:create_workflow
Create a new workflow with trigger and actions.
Write
Medium risk
Delete Connection
bippybox:delete_connection
Delete an external service connection. This will break workflows using this connection.
Write
High risk
Delete Workflow
bippybox:delete_workflow
Permanently delete a workflow. This action cannot be undone.
Write
High risk
Get Connection
bippybox:get_connection
Fetch details of an external service connection.
Read
Low risk
Get Execution
bippybox:get_execution
Fetch details of a workflow execution including status and results.
Read
Low risk
Get Workflow
bippybox:get_workflow
Fetch a single workflow by ID with its configuration and status.
Read
Low risk
List Connections
bippybox:list_connections
List external service connections with optional filtering.
Read
Low risk
List Executions
bippybox:list_executions
List workflow executions with optional filtering and pagination.
Read
Low risk
List Workflows
bippybox:list_workflows
List workflows with optional filtering and pagination.
Read
Low risk
Test Connection
bippybox:test_connection
Test an external service connection to verify it's working properly.
Write
Medium risk
Trigger Workflow
bippybox:trigger_workflow
Manually trigger a workflow execution with optional input data.
Write
Medium risk
Update Connection
bippybox:update_connection
Update an existing external service connection.
Write
Medium risk
Update Workflow
bippybox:update_workflow
Update an existing workflow's configuration.
Write
Medium risk