GitHub · Capability

GitHub Org API — Start

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

Run with Naftiko GithubStart

What You Can Do

POST
Startanorganizationmigration — GitHub Start an Organization Migration
/v1/orgs/{org}/migrations

MCP Tools

github-start-organization-migration

GitHub Start an Organization Migration

Capability Spec

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