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 Error
bugsnag:assign_error
Assign an error to a specific collaborator for investigation.
Write
Medium risk
Create Project
bugsnag:create_project
Create a new project in the organization.
Write
Medium risk
Delete Project
bugsnag:delete_project
Permanently delete a project and all its error data. This action cannot be undone.
Write
High risk
Get Error
bugsnag:get_error
Fetch a single error with details, stack trace, and occurrence statistics.
Read
Low risk
Get Event
bugsnag:get_event
Fetch a single event with full stack trace, user data, and context.
Read
Low risk
Get Organization
bugsnag:get_organization
Fetch organization details including billing and usage information.
Read
Low risk
Get Project
bugsnag:get_project
Fetch a single project by ID with configuration and error statistics.
Read
Low risk
Ignore Error
bugsnag:ignore_error
Mark an error as ignored so it won't appear in error lists or send notifications.
Write
Low risk
List Collaborators
bugsnag:list_collaborators
List all collaborators who have access to a project.
Read
Low risk
List Errors
bugsnag:list_errors
List errors in a project with filtering and sorting options.
Read
Low risk
List Events
bugsnag:list_events
List events in a project or for a specific error with filtering options.
Read
Low risk
List Projects
bugsnag:list_projects
List all projects in the organization with error counts and basic info.
Read
Low risk
Reopen Error
bugsnag:reopen_error
Reopen a previously resolved or ignored error.
Write
Low risk
Resolve Error
bugsnag:resolve_error
Mark an error as resolved, optionally specifying the version it was fixed in.
Write
Low risk
Update Error
bugsnag:update_error
Update error status, assignment, or resolution version.
Write
Medium risk
Update Project
bugsnag:update_project
Update project settings like name or resolved version.
Write
Medium risk