GitHub · Capability

GitHub Application API — Manifest

GitHub Application API — Manifest. 1 operations. Lead operation: GitHub Creategithub App Frommanifest. Self-contained Naftiko capability covering one Github business surface.

Run with Naftiko GithubManifest

What You Can Do

POST
Creategithubappfrommanifest — GitHub Creategithub App Frommanifest
/v1/app-manifests/{code}/conversions

MCP Tools

github-creategithub-app-frommanifest

GitHub Creategithub App Frommanifest

Capability Spec

app-manifest.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: GitHub Application API — Manifest
  description: 'GitHub Application API — Manifest. 1 operations. Lead operation: GitHub Creategithub App Frommanifest. Self-contained
    Naftiko capability covering one Github business surface.'
  tags:
  - Github
  - Manifest
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GITHUB_API_KEY: GITHUB_API_KEY
capability:
  consumes:
  - type: http
    namespace: app-manifest
    baseUri: ''
    description: GitHub Application API — Manifest business capability. Self-contained, no shared references.
    resources:
    - name: app-manifests-code-conversions
      path: /app-manifests/{code}/conversions
      operations:
      - name: creategithubappfrommanifest
        method: POST
        description: GitHub Creategithub App Frommanifest
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: code
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.GITHUB_API_KEY}}'
  exposes:
  - type: rest
    namespace: app-manifest-rest
    port: 8080
    description: REST adapter for GitHub Application API — Manifest. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/app-manifests/{code}/conversions
      name: app-manifests-code-conversions
      description: REST surface for app-manifests-code-conversions.
      operations:
      - method: POST
        name: creategithubappfrommanifest
        description: GitHub Creategithub App Frommanifest
        call: app-manifest.creategithubappfrommanifest
        with:
          code: rest.code
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: app-manifest-mcp
    port: 9090
    transport: http
    description: MCP adapter for GitHub Application API — Manifest. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: github-creategithub-app-frommanifest
      description: GitHub Creategithub App Frommanifest
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: app-manifest.creategithubappfrommanifest
      with:
        code: tools.code
      outputParameters:
      - type: object
        mapping: $.