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 Issue
sentry:assign_issue
Assign an issue to a user or team member.
Write
Medium risk
Create Project
sentry:create_project
Create a new project in the specified organization.
Write
Medium risk
Create Release
sentry:create_release
Create a new release and associate it with specified projects.
Write
Medium risk
Delete Issue
sentry:delete_issue
Permanently delete an issue and all its events. This action cannot be undone!
Write
High risk
Delete Project
sentry:delete_project
Permanently delete a project and all its data. This action cannot be undone!
Write
High risk
Delete Release
sentry:delete_release
Permanently delete a release. This action cannot be undone!
Write
High risk
Get Event
sentry:get_event
Fetch details about a specific event including stack trace, context, and user data.
Read
Low risk
Get Issue
sentry:get_issue
Fetch details about a specific issue including events, tags, and metadata.
Read
Low risk
Get Organization
sentry:get_organization
Fetch details about a specific organization including teams and project count.
Read
Low risk
Get Project
sentry:get_project
Fetch details about a specific project including platform, team assignments, and configuration.
Read
Low risk
Get Release
sentry:get_release
Fetch details about a specific release including deploy information and commit data.
Read
Low risk
List Events
sentry:list_events
List events for a project with optional filtering.
Read
Low risk
List Issues
sentry:list_issues
Search and list issues with filtering and sorting options.
Read
Low risk
List Organizations
sentry:list_organizations
List all organizations you have access to.
Read
Low risk
List Projects
sentry:list_projects
List projects you have access to, optionally filtered by organization or search query.
Read
Low risk
List Releases
sentry:list_releases
List releases for an organization or specific project.
Read
Low risk
List Teams
sentry:list_teams
List all teams in an organization.
Read
Low risk
Resolve Issue
sentry:resolve_issue
Mark an issue as resolved with optional release or commit association.
Write
Medium risk
Update Issue
sentry:update_issue
Update an issue's status, assignment, and other properties.
Write
Medium risk
Update Project
sentry:update_project
Update an existing project's settings and configuration.
Write
Medium risk