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.
Create Component
statuspage:create_component
Create a new component on a status page.
Write
Medium risk
Create Incident
statuspage:create_incident
Create a new incident on a status page.
Write
Medium risk
Create Incident Update
statuspage:create_incident_update
Add a new update to an existing incident.
Write
Medium risk
Create Subscriber
statuspage:create_subscriber
Create a new subscriber for a status page.
Write
Medium risk
Delete Component
statuspage:delete_component
Delete a component from a status page. This action cannot be undone.
Write
High risk
Delete Incident
statuspage:delete_incident
Delete an incident from a status page. This action cannot be undone.
Write
High risk
Delete Subscriber
statuspage:delete_subscriber
Delete a subscriber from a status page. This action cannot be undone.
Write
High risk
Get Component
statuspage:get_component
Fetch a single component by ID from a specific page.
Read
Low risk
Get Incident
statuspage:get_incident
Fetch a single incident by ID with all updates and affected components.
Read
Low risk
Get Page
statuspage:get_page
Fetch a single status page by ID with basic information.
Read
Low risk
Get Page Status
statuspage:get_page_status
Get the overall status summary for a status page including component statuses.
Read
Low risk
List Components
statuspage:list_components
List all components for a specific status page.
Read
Low risk
List Incidents
statuspage:list_incidents
List incidents for a status page with optional filtering.
Read
Low risk
List Pages
statuspage:list_pages
List all status pages accessible with the current API key.
Read
Low risk
List Subscribers
statuspage:list_subscribers
List subscribers for a status page with optional filtering.
Read
Low risk
Update Component
statuspage:update_component
Update an existing component on a status page.
Write
Medium risk
Update Incident
statuspage:update_incident
Update an existing incident. If body is provided, creates a new incident update.
Write
Medium risk