Statuspage website screenshot

Statuspage

Statuspage by Atlassian is a hosted status page and incident communication platform that helps companies communicate real-time service status, incident updates, scheduled maintenance, and component health to customers and internal stakeholders. It supports public and private pages, audience-specific pages, subscriber notifications via email, SMS, webhooks, Slack, and Teams, and 150+ third-party component integrations. The Statuspage REST API provides programmatic access to pages, components, incidents, maintenances, metrics, subscribers, and users authenticated with an OAuth-prefixed API key.

Statuspage publishes 2 APIs on the APIs.io network: Webhook Notifications and Pages API. Tagged areas include Status Page, Incident Communication, Incident Management, Uptime, and Reliability.

The Statuspage catalog on APIs.io includes 1 event-driven AsyncAPI specification and 1 Spectral governance ruleset.

Statuspage’s developer surface includes authentication, documentation, pricing, signup flow, support, and 10 more developer resources.

41.4/100 thin ▬ flat Agent 33/100 agent aware Full breakdown ↓
scored 2026-07-28 · rubric v0.6
AccessSelf serve
4 APIs
Status PageIncident CommunicationIncident ManagementUptimeReliabilityAtlassian

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-28 · rubric v0.6
Composite quality — 41.4/100 · thin
Contract Quality 16.4 / 25
Developer Ergonomics 6.5 / 20
Commercial Clarity 6.3 / 20
Operational Transparency 0.7 / 13
Governance 5.0 / 12
Discoverability 6.5 / 10
Agent readiness — 33/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 6 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/statuspage: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 4

Individual APIs this provider publishes, each with its own machine-readable definition.

Statuspage Manage API

REST API for managing Statuspage pages, components, component groups, incidents, incident templates, scheduled maintenances, metrics, subscribers, users, and page access groups....

Statuspage Status API (v2)

Public, read-only REST API exposed by every Statuspage at /api/v2 that returns current status, components, incidents, maintenances, and uptime data as JSON. Useful for embedding...

Statuspage Webhook Notifications

Outbound webhook notifications Statuspage POSTs to subscriber endpoints for component status changes, incident lifecycle updates, and scheduled maintenance lifecycle updates. Su...

Statuspage Pages API

The Pages API from Statuspage — 17 operation(s) for pages.

Open Collections 1

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

Statuspage REST API

OPEN COLLECTION

GraphQL 1

GraphQL schemas published by this provider.

Atlassian Statuspage GraphQL Schema

This conceptual GraphQL schema represents the Atlassian Statuspage REST API surface, which provides programmatic access to hosted status pages and incident communication. The RE...

GRAPHQL

Event Specifications 1

AsyncAPI definitions for this provider's event-driven and streaming APIs.

Statuspage Webhook Notifications

AsyncAPI description of the webhook notifications that Atlassian Statuspage delivers to subscriber endpoints. Statuspage POSTs a JSON body to a customer-configured URL whenever ...

ASYNCAPI

Spectral Rules 1

Spectral governance rulesets for linting and validating these APIs.

Statuspage API Rules

6 rules · 1 errors 5 warnings

SPECTRAL

Security Posture 4

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Statuspage Authentication

apiKey · 1 scheme

SECURITY

Statuspage Domain Security

TLSv1.3 · HSTS · DNSSEC · DMARC

SECURITY

Statuspage Vulnerability Disclosure

security.txt · contact published

SECURITY

Statuspage Trust Center

FedRAMP

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Statuspage Agentic Access

29 operations · 14 acting

29 operations · 14 acting

AGENTIC

Resources

Get Started 3

Portal, sign-up, and the first successful call

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 4

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Commercial 1

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: statuspage
name: Statuspage
description: Statuspage by Atlassian is a hosted status page and incident communication platform that helps companies communicate
  real-time service status, incident updates, scheduled maintenance, and component health to customers and internal stakeholders.
  It supports public and private pages, audience-specific pages, subscriber notifications via email, SMS, webhooks, Slack,
  and Teams, and 150+ third-party component integrations. The Statuspage REST API provides programmatic access to pages, components,
  incidents, maintenances, metrics, subscribers, and users authenticated with an OAuth-prefixed API key.
type: Index
accessModel:
  pricing: unknown
  onboarding: self-serve
  trial: false
  try_now: false
  public: false
  label: Self-serve signup
  confidence: medium
  source:
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/statuspage.png
tags:
- Status Page
- Incident Communication
- Incident Management
- Uptime
- Reliability
- Atlassian
url: https://raw.githubusercontent.com/api-evangelist/statuspage/refs/heads/main/apis.yml
created: '2026-05-11'
modified: '2026-05-30'
specificationVersion: '0.19'
apis:
- aid: statuspage:manage-api
  name: Statuspage Manage API
  description: REST API for managing Statuspage pages, components, component groups, incidents, incident templates, scheduled
    maintenances, metrics, subscribers, users, and page access groups. Authentication uses an API key passed in the Authorization
    header with the literal "OAuth" prefix.
  humanURL: https://developer.statuspage.io/
  baseURL: https://api.statuspage.io/v1
  tags:
  - Management
  - Incidents
  - Components
  - Subscribers
  - Metrics
  properties:
  - type: Documentation
    url: https://developer.statuspage.io/
  - type: APIReference
    url: https://developer.statuspage.io/
  - type: Authentication
    url: https://support.atlassian.com/statuspage/docs/create-and-manage-api-keys/
  - url: graphql/statuspage-graphql.md
    type: GraphQL
- aid: statuspage:status-api
  name: Statuspage Status API (v2)
  description: Public, read-only REST API exposed by every Statuspage at /api/v2 that returns current status, components,
    incidents, maintenances, and uptime data as JSON. Useful for embedding status data in applications.
  humanURL: https://doers.statuspage.io/api/v2/
  baseURL: https://[page-id].statuspage.io/api/v2
  tags:
  - Status
  - Public
  - Read-Only
  properties:
  - type: Documentation
    url: https://doers.statuspage.io/api/v2/
- aid: statuspage:webhooks
  name: Statuspage Webhook Notifications
  description: Outbound webhook notifications Statuspage POSTs to subscriber endpoints for component status changes, incident
    lifecycle updates, and scheduled maintenance lifecycle updates. Subscribers must respond with a 2xx status code within
    30 seconds.
  humanURL: https://support.atlassian.com/statuspage/docs/enable-webhook-notifications/
  tags:
  - Webhooks
  - Notifications
  - Incidents
  - Components
  - Scheduled Maintenance
  - Event-Driven
  properties:
  - type: Documentation
    url: https://support.atlassian.com/statuspage/docs/enable-webhook-notifications/
  - type: AsyncAPI
    url: https://raw.githubusercontent.com/api-evangelist/statuspage/refs/heads/main/asyncapi/statuspage-webhooks-asyncapi.yml
- aid: statuspage:statuspage-pages-api
  name: Statuspage Pages API
  description: The Pages API from Statuspage — 17 operation(s) for pages.
  humanURL: https://developer.statuspage.io/
  baseURL: https://api.statuspage.io/v1
  tags:
  - Pages
  properties:
  - type: OpenAPI
    url: openapi/statuspage-pages-api-openapi.yml
common:
- type: AgenticAccess
  url: agentic-access/statuspage-agentic-access.yml
- type: TrustCenter
  url: security/statuspage-trust-center.yml
- type: VulnerabilityDisclosure
  url: security/statuspage-vulnerability-disclosure.yml
- type: DomainSecurity
  url: security/statuspage-domain-security.yml
- type: Authentication
  url: authentication/statuspage-authentication.yml
- type: GitHubOrganization
  url: https://github.com/StatusPage
- type: LinkedIn
  url: https://www.linkedin.com/company/statuspage
- type: Website
  url: https://www.atlassian.com/software/statuspage
- type: DeveloperPortal
  url: https://developer.statuspage.io/
- type: Documentation
  url: https://support.atlassian.com/statuspage/
- type: Pricing
  url: https://www.atlassian.com/software/statuspage/pricing
- type: Signup
  url: https://www.atlassian.com/software/statuspage/try
- type: Login
  url: https://manage.statuspage.io/login
- type: Support
  url: https://support.atlassian.com/statuspage/
- type: Integrations
  url: https://www.atlassian.com/software/statuspage/integrations
- type: Parent Company
  url: https://www.atlassian.com/
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com