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 Run
airplane:cancel_run
Cancel a running or queued task run.
Write
High risk
Create Task
airplane:create_task
Create a new task with the specified configuration.
Write
Medium risk
Create View
airplane:create_view
Create a new view with the specified configuration.
Write
Medium risk
Delete Task
airplane:delete_task
Delete a task permanently. This action cannot be undone.
Write
High risk
Delete View
airplane:delete_view
Delete a view permanently. This action cannot be undone.
Write
High risk
Execute Task
airplane:execute_task
Execute a task with optional parameters and return the run details.
Write
Medium risk
Get Run
airplane:get_run
Fetch a single task run by ID with status and output.
Read
Low risk
Get Task
airplane:get_task
Fetch a single task by ID with configuration and metadata.
Read
Low risk
Get View
airplane:get_view
Fetch a single view by ID with configuration and metadata.
Read
Low risk
List Runs
airplane:list_runs
List task runs with optional filtering and pagination.
Read
Low risk
List Tasks
airplane:list_tasks
List tasks with optional filtering and pagination.
Read
Low risk
List Views
airplane:list_views
List views with optional filtering and pagination.
Read
Low risk
Update Task
airplane:update_task
Update an existing task's configuration.
Write
Medium risk
Update View
airplane:update_view
Update an existing view's configuration.
Write
Medium risk