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
kadoa:cancel_execution
Cancel a running workflow execution.
Write
High risk
Create Workflow
kadoa:create_workflow
Create a new workflow for web scraping and data extraction.
Write
Medium risk
Delete Workflow
kadoa:delete_workflow
Permanently delete a workflow and all its associated data.
Write
High risk
Get Data Source
kadoa:get_data_source
Fetch details of a specific data source configuration.
Read
Low risk
Get Execution
kadoa:get_execution
Fetch details of a specific workflow execution including status and results.
Read
Low risk
Get Execution Data
kadoa:get_execution_data
Retrieve the extracted data from a completed workflow execution.
Read
Low risk
Get Workflow
kadoa:get_workflow
Fetch a single workflow by ID with configuration and status details.
Read
Low risk
List Data Sources
kadoa:list_data_sources
List data sources with optional filtering and pagination.
Read
Low risk
List Executions
kadoa:list_executions
List workflow executions with optional filtering and pagination.
Read
Low risk
List Workflows
kadoa:list_workflows
List workflows with optional filtering and pagination.
Read
Low risk
Run Workflow
kadoa:run_workflow
Trigger a workflow execution and optionally wait for completion.
Write
Medium risk
Update Workflow
kadoa:update_workflow
Update an existing workflow's configuration and settings.
Write
Medium risk