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
devin:cancel_task
Cancel a pending or in-progress task.
Write
High risk
Create Project
devin:create_project
Create a new project for Devin to work on.
Write
Medium risk
Create Task
devin:create_task
Create a new task for Devin to work on within a project.
Write
Medium risk
Delete Project
devin:delete_project
Permanently delete a project and all associated data.
Write
High risk
Get Project
devin:get_project
Fetch a single project by ID with current status and configuration.
Read
Low risk
Get Session
devin:get_session
Fetch a single work session by ID with activity details and logs.
Read
Low risk
Get Task
devin:get_task
Fetch a single task by ID with current status and progress details.
Read
Low risk
List Projects
devin:list_projects
List projects with optional filtering by status and language.
Read
Low risk
List Sessions
devin:list_sessions
List work sessions with optional filtering by project and status.
Read
Low risk
List Tasks
devin:list_tasks
List tasks with optional filtering by project, status, and priority.
Read
Low risk
Start Session
devin:start_session
Start a new work session for Devin to begin working on a task.
Write
Medium risk
Stop Session
devin:stop_session
Stop an active work session and save progress.
Write
Low risk
Update Project
devin:update_project
Update an existing project's configuration and metadata.
Write
Medium risk
Update Task
devin:update_task
Update an existing task's details and status.
Write
Medium risk