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 Task
skyvern:cancel_task
Cancel a running task. Only tasks with status "running" can be cancelled.
Write
High risk
Create Task
skyvern:create_task
Create a new browser automation task to navigate and interact with a website.
Write
Medium risk
Create Workflow
skyvern:create_workflow
Create a new workflow that can contain multiple tasks and logic blocks.
Write
Medium risk
Get Task
skyvern:get_task
Fetch a single task by ID with its current status and results.
Read
Low risk
Get Task Artifacts
skyvern:get_task_artifacts
Get artifacts (screenshots, recordings, logs) generated during task execution.
Read
Low risk
Get Task Steps
skyvern:get_task_steps
Get detailed step-by-step execution log for a task.
Read
Low risk
Get Workflow
skyvern:get_workflow
Fetch a single workflow by ID with its definition and metadata.
Read
Low risk
Get Workflow Run
skyvern:get_workflow_run
Fetch a single workflow run by ID with its status and results.
Read
Low risk
List Tasks
skyvern:list_tasks
List tasks with optional filtering and pagination.
Read
Low risk
List Workflows
skyvern:list_workflows
List workflows with optional filtering and pagination.
Read
Low risk
Run Workflow
skyvern:run_workflow
Execute a workflow with optional input data.
Write
Medium risk