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 Comment
height:create_comment
Create a comment on a task or reply to an existing comment.
Write
Medium risk
Create List
height:create_list
Create a new list in a specific workspace.
Write
Medium risk
Create Task
height:create_task
Create a new task in a specific list with optional assignees and metadata.
Write
Medium risk
Delete Comment
height:delete_comment
Permanently delete a comment and all its replies. This action cannot be undone.
Write
High risk
Delete List
height:delete_list
Permanently delete a list and all its tasks. This action cannot be undone.
Write
High risk
Delete Task
height:delete_task
Permanently delete a task and all its subtasks. This action cannot be undone.
Write
High risk
Get List
height:get_list
Fetch a single list by ID with metadata and task counts.
Read
Low risk
Get Task
height:get_task
Fetch a single task by ID with all details including assignees and status.
Read
Low risk
Get User
height:get_user
Fetch a single user by ID with profile information.
Read
Low risk
Get Workspace
height:get_workspace
Fetch a single workspace by ID with metadata and member counts.
Read
Low risk
List Comments
height:list_comments
List all comments on a specific task, including replies.
Read
Low risk
List Lists
height:list_lists
List all lists you have access to, optionally filtered by workspace.
Read
Low risk
List Tasks
height:list_tasks
List tasks with optional filtering by list, workspace, status, or assignee.
Read
Low risk
List Users
height:list_users
List all users you have access to, optionally filtered by workspace.
Read
Low risk
List Workspaces
height:list_workspaces
List all workspaces you have access to.
Read
Low risk
Update Comment
height:update_comment
Update the content of an existing comment.
Write
Medium risk
Update List
height:update_list
Update an existing list's properties or archive status.
Write
Medium risk
Update Task
height:update_task
Update an existing task's properties, status, assignees, or move to different list.
Write
Medium risk