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 Bulk Run
browse_ai:create_bulk_run
Create a bulk run to execute a robot multiple times with different input parameters.
Write
Medium risk
Get Bulk Run
browse_ai:get_bulk_run
Get the status and progress of a bulk run.
Read
Low risk
Get Bulk Run Tasks
browse_ai:get_bulk_run_tasks
Get all individual tasks from a bulk run with their status and results.
Read
Low risk
Get Robot
browse_ai:get_robot
Fetch details of a specific robot including its configuration and status.
Read
Low risk
Get Task
browse_ai:get_task
Get the status and results of a specific task (robot run).
Read
Low risk
Get Task Data
browse_ai:get_task_data
Get the captured data from a completed task in JSON or CSV format.
Read
Low risk
List Bulk Runs
browse_ai:list_bulk_runs
List bulk runs with optional filtering by robot ID.
Read
Low risk
List Robots
browse_ai:list_robots
List all robots in your Browse AI account with pagination.
Read
Low risk
List Tasks
browse_ai:list_tasks
List tasks (robot runs) with optional filtering by robot ID.
Read
Low risk
Run Robot
browse_ai:run_robot
Trigger a robot to run and return the task ID to monitor progress.
Write
Medium risk