Weavz
Atlassian Statuspage

Atlassian Statuspage

Public status pages, components, incidents, and maintenance updates

12 tools
1 trigger

Tools

Name
validate_connection

Validate the Statuspage API key by listing pages.

list_pages

List Statuspage pages available to the API key.

get_page

Get a Statuspage page profile.

list_components

List components for a Statuspage page.

get_component

Get a Statuspage component by ID.

create_component

Create a Statuspage component.

update_component

Update selected Statuspage component fields.

list_incidents

List incidents for a Statuspage page.

get_incident

Get one Statuspage incident by ID.

create_incident

Create a Statuspage incident or scheduled maintenance. Requires explicit confirmation.

update_incident

Update a Statuspage incident and optionally post a new update body.

list_incident_updates

List updates for a Statuspage incident.

Triggers

Name
new_or_updated_incident

Poll Statuspage for incidents updated since the previous poll.

Quick Start

TypeScript
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.

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.