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 Incident
better_stack:acknowledge_incident
Acknowledge an incident to indicate it's being worked on.
Write
Medium risk
Create Heartbeat
better_stack:create_heartbeat
Create a new heartbeat monitor.
Write
Medium risk
Create Monitor
better_stack:create_monitor
Create a new monitor with specified configuration.
Write
Medium risk
Delete Heartbeat
better_stack:delete_heartbeat
Delete a heartbeat monitor permanently. This action cannot be undone.
Write
High risk
Delete Monitor
better_stack:delete_monitor
Delete a monitor permanently. This action cannot be undone.
Write
High risk
Get Heartbeat
better_stack:get_heartbeat
Fetch a single heartbeat monitor by ID with current status.
Read
Low risk
Get Incident
better_stack:get_incident
Fetch a single incident by ID with details and timeline.
Read
Low risk
Get Monitor
better_stack:get_monitor
Fetch a single monitor by ID with current status and configuration.
Read
Low risk
Get Status Page
better_stack:get_status_page
Fetch a single status page by ID with configuration and current status.
Read
Low risk
List Heartbeats
better_stack:list_heartbeats
List heartbeat monitors with optional filtering and pagination.
Read
Low risk
List Incidents
better_stack:list_incidents
List incidents with optional filtering and pagination.
Read
Low risk
List Monitors
better_stack:list_monitors
List monitors with optional filtering and pagination.
Read
Low risk
List Status Pages
better_stack:list_status_pages
List status pages with pagination.
Read
Low risk
Pause Monitor
better_stack:pause_monitor
Pause a monitor to stop checking temporarily.
Write
Low risk
Ping Heartbeat
better_stack:ping_heartbeat
Send a ping to a heartbeat monitor to indicate the service is alive.
Write
Medium risk
Resolve Incident
better_stack:resolve_incident
Resolve an incident to mark it as fixed.
Write
Medium risk
Resume Monitor
better_stack:resume_monitor
Resume a paused monitor to start checking again.
Write
Low risk
Update Heartbeat
better_stack:update_heartbeat
Update an existing heartbeat monitor's configuration.
Write
Medium risk
Update Monitor
better_stack:update_monitor
Update an existing monitor's configuration.
Write
Medium risk