Airbyte · Capability

airbyte-api — public_root

airbyte-api — public_root. 1 operations. Lead operation: Airbyte Root Path, Currently Returns a Redirect to the Documentation. Self-contained Naftiko capability covering one Airbyte business surface.

Run with Naftiko Airbytepublic_root

What You Can Do

GET
Getdocumentation — Airbyte Root Path, Currently Returns a Redirect to the Documentation
/v1

MCP Tools

airbyte-root-path-currently-returns

Airbyte Root Path, Currently Returns a Redirect to the Documentation

read-only idempotent

Capability Spec

airbyte-public-root.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: airbyte-api — public_root
  description: 'airbyte-api — public_root. 1 operations. Lead operation: Airbyte Root Path, Currently Returns a Redirect to
    the Documentation. Self-contained Naftiko capability covering one Airbyte business surface.'
  tags:
  - Airbyte
  - public_root
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AIRBYTE_API_KEY: AIRBYTE_API_KEY
capability:
  consumes:
  - type: http
    namespace: airbyte-public-root
    baseUri: https://api.airbyte.com/v1
    description: airbyte-api — public_root business capability. Self-contained, no shared references.
    resources:
    - name: root
      path: /
      operations:
      - name: getdocumentation
        method: GET
        description: Airbyte Root Path, Currently Returns a Redirect to the Documentation
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: airbyte-public-root-rest
    port: 8080
    description: REST adapter for airbyte-api — public_root. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1
      name: root
      description: REST surface for root.
      operations:
      - method: GET
        name: getdocumentation
        description: Airbyte Root Path, Currently Returns a Redirect to the Documentation
        call: airbyte-public-root.getdocumentation
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: airbyte-public-root-mcp
    port: 9090
    transport: http
    description: MCP adapter for airbyte-api — public_root. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: airbyte-root-path-currently-returns
      description: Airbyte Root Path, Currently Returns a Redirect to the Documentation
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: airbyte-public-root.getdocumentation
      outputParameters:
      - type: object
        mapping: $.