Incident.io · Capability

Incident.io API — Status Pages

Incident.io API — Status Pages. 2 operations. Lead operation: Status Pages. Self-contained Naftiko capability covering one Incident Io business surface.

Run with Naftiko Incident IoStatus Pages

What You Can Do

GET
Liststatuspages — liststatuspages
/v1/status-pages
GET
Getstatuspage — getstatuspage
/v1/status-pages/{id}

MCP Tools

liststatuspages

liststatuspages

read-only idempotent
getstatuspage

getstatuspage

read-only idempotent

Capability Spec

incident-io-status-pages.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Incident.io API — Status Pages
  description: 'Incident.io API — Status Pages. 2 operations. Lead operation: Status Pages. Self-contained Naftiko capability
    covering one Incident Io business surface.'
  tags:
  - Incident Io
  - Status Pages
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    INCIDENT_IO_API_KEY: INCIDENT_IO_API_KEY
capability:
  consumes:
  - type: http
    namespace: incident-io-status-pages
    baseUri: https://api.incident.io/v2
    description: Incident.io API — Status Pages business capability. Self-contained, no shared references.
    resources:
    - name: status-pages
      path: /status-pages
      operations:
      - name: liststatuspages
        method: GET
        description: ''
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: status-pages-id
      path: /status-pages/{id}
      operations:
      - name: getstatuspage
        method: GET
        description: ''
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.INCIDENT_IO_API_KEY}}'
  exposes:
  - type: rest
    namespace: incident-io-status-pages-rest
    port: 8080
    description: REST adapter for Incident.io API — Status Pages. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/status-pages
      name: status-pages
      description: REST surface for status-pages.
      operations:
      - method: GET
        name: liststatuspages
        description: liststatuspages
        call: incident-io-status-pages.liststatuspages
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/status-pages/{id}
      name: status-pages-id
      description: REST surface for status-pages-id.
      operations:
      - method: GET
        name: getstatuspage
        description: getstatuspage
        call: incident-io-status-pages.getstatuspage
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: incident-io-status-pages-mcp
    port: 9090
    transport: http
    description: MCP adapter for Incident.io API — Status Pages. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: liststatuspages
      description: liststatuspages
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: incident-io-status-pages.liststatuspages
      outputParameters:
      - type: object
        mapping: $.
    - name: getstatuspage
      description: getstatuspage
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: incident-io-status-pages.getstatuspage
      outputParameters:
      - type: object
        mapping: $.