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.
Assign Task
bugherd:assign_task
Assign a task to a specific user and optionally add a comment.
Write
Medium risk
Close Task
bugherd:close_task
Close a task by setting its status to 'done' and optionally adding a comment.
Write
Medium risk
Create Comment
bugherd:create_comment
Add a comment to an existing task in BugHerd.
Write
Medium risk
Create Project
bugherd:create_project
Create a new project in BugHerd.
Write
Medium risk
Create Task
bugherd:create_task
Create a new task/bug report in a BugHerd project.
Write
Medium risk
Get Organization
bugherd:get_organization
Get details about the current organization.
Read
Low risk
Get Project
bugherd:get_project
Fetch a single project by ID with details and settings.
Read
Low risk
Get Task
bugherd:get_task
Fetch a single task by ID with full details including comments.
Read
Low risk
List Projects
bugherd:list_projects
List all projects accessible to the authenticated user.
Read
Low risk
List Tasks
bugherd:list_tasks
List tasks in a project with optional filtering.
Read
Low risk
List Users
bugherd:list_users
List users in the organization or project.
Read
Low risk
Update Project
bugherd:update_project
Update an existing project in BugHerd.
Write
Medium risk
Update Task
bugherd:update_task
Update an existing task in BugHerd.
Write
Medium risk