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
autom:cancel_execution
Cancel a running workflow execution.
Write
High risk
Create Workflow
autom:create_workflow
Create a new workflow with trigger and actions.
Write
Medium risk
Delete Workflow
autom:delete_workflow
Delete a workflow permanently. This cannot be undone.
Write
High risk
Execute Workflow
autom:execute_workflow
Manually trigger a workflow execution with optional input data.
Write
Medium risk
Get Execution
autom:get_execution
Fetch details of a workflow execution including logs and results.
Read
Low risk
Get Trigger
autom:get_trigger
Fetch details of a workflow trigger configuration.
Read
Low risk
Get Workflow
autom:get_workflow
Fetch a single workflow by ID with its configuration and status.
Read
Low risk
List Executions
autom:list_executions
List workflow executions with optional filtering.
Read
Low risk
List Triggers
autom:list_triggers
List workflow triggers with optional filtering.
Read
Low risk
List Workflows
autom:list_workflows
List workflows with optional filtering and search.
Read
Low risk
Test Trigger
autom:test_trigger
Test a trigger with sample data to verify it works correctly.
Write
Medium risk
Update Workflow
autom:update_workflow
Update an existing workflow's configuration.
Write
Medium risk