Monitoring & incidents · wired today
Drive Statuspage with governed agents
Incidents move faster than humans can tab-switch. The Statuspage connector is one of 205 executable connectors and gives agents 5 read-only tools, with the credential held in the vault and every call receipted.
What agents can run against Statuspage
| Tool | What it does |
|---|---|
list_pages | List the Statuspage status pages this API key can manage |
get_page | Get one Statuspage status page by its page ID |
list_incidents | List incidents on one Statuspage page, most recent first |
list_unresolved_incidents | List the currently unresolved incidents on one Statuspage page |
list_components | List the components (services) on one Statuspage page with their current status |
Every tool above is read-only. Write surfaces ship only after live testing, and always behind approval gates.
What the Statuspage connector needs
You provide API key, page ID from your Statuspage account; Quox sends it as an API key sent as a header. The credential is stored encrypted in the vault and resolved just-in-time, so agents use it without ever seeing it.
Where to get it: Statuspage's own API documentation ↗ covers creating and scoping the credential.
How proven is this?
Statuspage answers every unauthenticated request identically, so its endpoint paths rest on Statuspage's own published API reference (cited in the connector spec). The credential wire format was verified against the real host. Like every factory connector, it is Beta: it has not yet been run with a real credential.
Statuspage integration FAQ
What can Quox agents do with Statuspage?
Agents can run 5 read-only tools against Statuspage: list pages, get page, list incidents, list unresolved incidents, list components. Every call is receipted in the evidence trail.
What does the Statuspage integration need?
You provide API key, page ID from your Statuspage account; Quox sends it as an API key sent as a header. The credential is stored encrypted in the vault and resolved just-in-time, so agents use it without ever seeing it.
Do agents see my Statuspage credentials?
No. Credentials live encrypted in the Quox vault and are resolved server-side at call time. Agents invoke tools; they never receive the underlying secret.
How proven is the Statuspage connector?
Statuspage answers every unauthenticated request identically, so its endpoint paths rest on Statuspage's own published API reference (cited in the connector spec). The credential wire format was verified against the real host. Like every factory connector, it is Beta: it has not yet been run with a real credential.