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.
Acknowledge Alert
alerty:acknowledge_alert
Acknowledge an alert to stop escalation and indicate someone is working on it.
Write
Medium risk
Create Incident
alerty:create_incident
Create a new incident with specified details and assignment.
Write
Medium risk
Create Service
alerty:create_service
Create a new service with specified team and escalation policy.
Write
Medium risk
Get Alert
alerty:get_alert
Fetch a single alert by ID with current status and details.
Read
Low risk
Get Escalation Policy
alerty:get_escalation_policy
Fetch a single escalation policy by ID with rules and targets.
Read
Low risk
Get Incident
alerty:get_incident
Fetch a single incident by ID with current status and timeline.
Read
Low risk
Get Service
alerty:get_service
Fetch a single service by ID with current status and configuration.
Read
Low risk
Get Team
alerty:get_team
Fetch a single team by ID with members and services.
Read
Low risk
Get User
alerty:get_user
Fetch a single user by ID with contact details and team memberships.
Read
Low risk
List Alerts
alerty:list_alerts
List alerts with optional filtering by status, service, severity, or incident.
Read
Low risk
List Escalation Policies
alerty:list_escalation_policies
List escalation policies with optional filtering by team or name search.
Read
Low risk
List Incidents
alerty:list_incidents
List incidents with optional filtering by status, service, severity, or assignee.
Read
Low risk
List Services
alerty:list_services
List services with optional filtering by team, status, or name search.
Read
Low risk
List Teams
alerty:list_teams
List teams with optional name search.
Read
Low risk
List Users
alerty:list_users
List users with optional filtering by team, role, status, or search.
Read
Low risk
Resolve Incident
alerty:resolve_incident
Mark an incident as resolved with optional resolution notes.
Write
Medium risk
Update Incident
alerty:update_incident
Update an existing incident's details, status, or assignment.
Write
Medium risk