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
scale_ai:cancel_task
Cancel a pending task. Only works for tasks in "pending" status.
Write
High risk
Create Batch
scale_ai:create_batch
Create a batch of multiple tasks at once for efficient processing.
Write
Medium risk
Create Project
scale_ai:create_project
Create a new project to organize related tasks.
Write
Medium risk
Create Task
scale_ai:create_task
Create a new task for data labeling or annotation.
Write
Medium risk
Get Batch Status
scale_ai:get_batch_status
Get the status and progress of a batch operation.
Read
Low risk
Get Project
scale_ai:get_project
Fetch project details including configuration and statistics.
Read
Low risk
Get Task
scale_ai:get_task
Fetch a single task by ID with its current status and results.
Read
Low risk
List Projects
scale_ai:list_projects
List all projects in your Scale AI account.
Read
Low risk
List Tasks
scale_ai:list_tasks
List tasks with optional filtering by project, type, status, and date range.
Read
Low risk
Update Project
scale_ai:update_project
Update an existing project's configuration.
Write
Medium risk