Atlassian Statuspage
Public status pages, components, incidents, and maintenance updates
Tools
| Name | Description |
|---|---|
validate_connectionValidate the Statuspage API key by listing pages. | Validate the Statuspage API key by listing pages. |
list_pagesList Statuspage pages available to the API key. | List Statuspage pages available to the API key. |
get_pageGet a Statuspage page profile. | Get a Statuspage page profile. |
list_componentsList components for a Statuspage page. | List components for a Statuspage page. |
get_componentGet a Statuspage component by ID. | Get a Statuspage component by ID. |
create_componentCreate a Statuspage component. | Create a Statuspage component. |
update_componentUpdate selected Statuspage component fields. | Update selected Statuspage component fields. |
list_incidentsList incidents for a Statuspage page. | List incidents for a Statuspage page. |
get_incidentGet one Statuspage incident by ID. | Get one Statuspage incident by ID. |
create_incidentCreate a Statuspage incident or scheduled maintenance. Requires explicit confirmation. | Create a Statuspage incident or scheduled maintenance. Requires explicit confirmation. |
update_incidentUpdate a Statuspage incident and optionally post a new update body. | Update a Statuspage incident and optionally post a new update body. |
list_incident_updatesList updates for a Statuspage incident. | List updates for a Statuspage incident. |
Triggers
| Name | Description |
|---|---|
new_or_updated_incidentPoll Statuspage for incidents updated since the previous poll. | Poll Statuspage for incidents updated since the previous poll. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('statuspage', 'validate_connection', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'statuspage',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Atlassian Statuspage to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Atlassian Statuspage support?
Atlassian Statuspage supports 12 tools including Validate Connection, List Pages, Get Page, List Components, Get Component, and more.
Can I use Atlassian Statuspage with AI agents?
Yes. Add Atlassian Statuspage to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
How do I connect Atlassian Statuspage to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Atlassian Statuspage as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Atlassian Statuspage tools exposed by that workspace.
Does Atlassian Statuspage work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Atlassian Statuspage work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Atlassian Statuspage?
Atlassian Statuspage exposes 12 tools, including Validate Connection, List Pages, Get Page, List Components, Get Component, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can Atlassian Statuspage be used in stateful agent workflows?
Yes. Agents can combine Atlassian Statuspage tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Atlassian Statuspage use?
Atlassian Statuspage uses API Key. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Atlassian Statuspage integration cost?
The Atlassian Statuspage integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Atlassian Statuspage support?
Atlassian Statuspage supports 1 triggers including New or Updated Incident.
Connect Atlassian Statuspage in minutes
Get 20,000 free action executions every month. No credit card required.