GitHub · Capability

GitHub Org API — Archive

GitHub Org API — Archive. 2 operations. Lead operation: GitHub Download an Organization Migration Archive. Self-contained Naftiko capability covering one Github business surface.

Run with Naftiko GithubArchive

What You Can Do

GET
Downloadanorganizationmigrationarchive — GitHub Download an Organization Migration Archive
/v1/orgs/{org}/migrations/{migration-id}/archive
DELETE
Deleteanorganizationmigrationarchive — GitHub Delete an Organization Migration Archive
/v1/orgs/{org}/migrations/{migration-id}/archive

MCP Tools

github-download-organization-migration-archive

GitHub Download an Organization Migration Archive

read-only idempotent
github-delete-organization-migration-archive

GitHub Delete an Organization Migration Archive

idempotent

Capability Spec

organizations-archive.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: GitHub Org API — Archive
  description: 'GitHub Org API — Archive. 2 operations. Lead operation: GitHub Download an Organization Migration Archive.
    Self-contained Naftiko capability covering one Github business surface.'
  tags:
  - Github
  - Archive
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GITHUB_API_KEY: GITHUB_API_KEY
capability:
  consumes:
  - type: http
    namespace: organizations-archive
    baseUri: ''
    description: GitHub Org API — Archive business capability. Self-contained, no shared references.
    resources:
    - name: orgs-org-migrations-migration_id-archive
      path: /orgs/{org}/migrations/{migration_id}/archive
      operations:
      - name: downloadanorganizationmigrationarchive
        method: GET
        description: GitHub Download an Organization Migration Archive
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: deleteanorganizationmigrationarchive
        method: DELETE
        description: GitHub Delete an Organization Migration Archive
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.GITHUB_API_KEY}}'
  exposes:
  - type: rest
    namespace: organizations-archive-rest
    port: 8080
    description: REST adapter for GitHub Org API — Archive. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/orgs/{org}/migrations/{migration-id}/archive
      name: orgs-org-migrations-migration-id-archive
      description: REST surface for orgs-org-migrations-migration_id-archive.
      operations:
      - method: GET
        name: downloadanorganizationmigrationarchive
        description: GitHub Download an Organization Migration Archive
        call: organizations-archive.downloadanorganizationmigrationarchive
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteanorganizationmigrationarchive
        description: GitHub Delete an Organization Migration Archive
        call: organizations-archive.deleteanorganizationmigrationarchive
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: organizations-archive-mcp
    port: 9090
    transport: http
    description: MCP adapter for GitHub Org API — Archive. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: github-download-organization-migration-archive
      description: GitHub Download an Organization Migration Archive
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: organizations-archive.downloadanorganizationmigrationarchive
      outputParameters:
      - type: object
        mapping: $.
    - name: github-delete-organization-migration-archive
      description: GitHub Delete an Organization Migration Archive
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: organizations-archive.deleteanorganizationmigrationarchive
      outputParameters:
      - type: object
        mapping: $.