Atlassian · Capability

Atlassian Confluence Content API — Archive

Atlassian Confluence Content API — Archive. 1 operations. Lead operation: Atlassian Archive Pages. Self-contained Naftiko capability covering one Atlassian business surface.

Run with Naftiko AtlassianArchive

What You Can Do

POST
Archivepages — Atlassian Archive Pages
/v1/wiki/rest/api/content/archive

MCP Tools

atlassian-archive-pages

Atlassian Archive Pages

Capability Spec

confluence-content-archive.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Atlassian Confluence Content API — Archive
  description: 'Atlassian Confluence Content API — Archive. 1 operations. Lead operation: Atlassian Archive Pages. Self-contained
    Naftiko capability covering one Atlassian business surface.'
  tags:
  - Atlassian
  - Archive
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ATLASSIAN_API_KEY: ATLASSIAN_API_KEY
capability:
  consumes:
  - type: http
    namespace: confluence-content-archive
    baseUri: ''
    description: Atlassian Confluence Content API — Archive business capability. Self-contained, no shared references.
    resources:
    - name: wiki-rest-api-content-archive
      path: /wiki/rest/api/content/archive
      operations:
      - name: archivepages
        method: POST
        description: Atlassian Archive Pages
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: bearer
      token: '{{env.ATLASSIAN_API_KEY}}'
  exposes:
  - type: rest
    namespace: confluence-content-archive-rest
    port: 8080
    description: REST adapter for Atlassian Confluence Content API — Archive. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/wiki/rest/api/content/archive
      name: wiki-rest-api-content-archive
      description: REST surface for wiki-rest-api-content-archive.
      operations:
      - method: POST
        name: archivepages
        description: Atlassian Archive Pages
        call: confluence-content-archive.archivepages
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: confluence-content-archive-mcp
    port: 9090
    transport: http
    description: MCP adapter for Atlassian Confluence Content API — Archive. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: atlassian-archive-pages
      description: Atlassian Archive Pages
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: confluence-content-archive.archivepages
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.