Instatus

Instatus is a status page and incident communication platform for managing service health, incidents, maintenance, monitors, and subscribers.

15 actions Integration catalog
Request access
Connect Instatus once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Add Incident UpdateINSTATUS_ADD_INCIDENT_UPDATE
Post a public lifecycle update to an Instatus incident and change affected component states. This can send external notifications to page and affected-component subscribers when notify is true.
Add Maintenance UpdateINSTATUS_ADD_MAINTENANCE_UPDATE
Post a public progress update to an Instatus maintenance, optionally changing its lifecycle, timing, and affected component states. This can send external notifications to page and affected-component subscribers when notify is true.
Create ComponentINSTATUS_CREATE_COMPONENT
Create a component on an Instatus status page. This changes the page's component configuration and can make the new component and its initial health status publicly visible.
Create IncidentINSTATUS_CREATE_INCIDENT
Create an incident on an Instatus status page with optional affected component states. The incident is published publicly by default; notify=true can send notifications to page and affected-component subscribers.
Create MaintenanceINSTATUS_CREATE_MAINTENANCE
Schedule or start a maintenance on an Instatus status page. The required notification controls are side-effecting: notify can contact subscribers immediately, while notify_start, notify_end, and notify_early schedule later subscriber notifications.
Get ComponentINSTATUS_GET_COMPONENT
Get the current health and configuration of one component on an Instatus status page.
Get IncidentINSTATUS_GET_INCIDENT
Get one Instatus incident with its affected components and update history.
Get MaintenanceINSTATUS_GET_MAINTENANCE
Get one Instatus maintenance with its schedule, affected components, automation settings, and update history.
List ComponentsINSTATUS_LIST_COMPONENTS
List components and their current health for one Instatus status page, including child components where present. Pass the response's next_cursor back unchanged to fetch another page.
List IncidentsINSTATUS_LIST_INCIDENTS
List incidents for an Instatus status page, optionally including or excluding lifecycle statuses.
List MaintenancesINSTATUS_LIST_MAINTENANCES
List scheduled and historical maintenances for an Instatus status page.
List Status PagesINSTATUS_LIST_STATUS_PAGES
List status pages available to the connected Instatus account so an agent can discover page IDs for component, incident, and maintenance operations.
Update ComponentINSTATUS_UPDATE_COMPONENT
Change a component's health or presentation on an Instatus status page.
Update IncidentINSTATUS_UPDATE_INCIDENT
Edit an existing Instatus incident's name, timing, lifecycle status, affected components, or component states. Setting notify to true sends notifications to page and affected-component subscribers.
Update MaintenanceINSTATUS_UPDATE_MAINTENANCE
Fully replace an Instatus maintenance's public message, schedule, lifecycle state, affected components and states, and automation settings. Call INSTATUS_GET_MAINTENANCE first and preserve unchanged values; setting notify to true sends subscriber notifications.