APIIDA · Capability

APIIDA API Control Plane

APIIDA API Control Plane. 1 operations. Lead operation: APIIDA Validate Open Proxy Specification. Self-contained Naftiko capability covering one Apiida business surface.

Run with Naftiko Apiida

What You Can Do

POST
Analyzeopenproxyspec — APIIDA Validate Open Proxy Specification
/v1/apis/analyzeopenproxyspec

MCP Tools

apiida-validate-open-proxy-specification

APIIDA Validate Open Proxy Specification

read-only

Capability Spec

api-control-plane-general.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIIDA API Control Plane
  description: 'APIIDA API Control Plane. 1 operations. Lead operation: APIIDA Validate Open Proxy Specification. Self-contained
    Naftiko capability covering one Apiida business surface.'
  tags:
  - Apiida
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    APIIDA_API_KEY: APIIDA_API_KEY
capability:
  consumes:
  - type: http
    namespace: api-control-plane-general
    baseUri: https://{tenant}.backend.apiida.io
    description: APIIDA API Control Plane business capability. Self-contained, no shared references.
    resources:
    - name: apis-analyzeOpenProxySpec
      path: /apis/analyzeOpenProxySpec
      operations:
      - name: analyzeopenproxyspec
        method: POST
        description: APIIDA Validate Open Proxy Specification
        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.APIIDA_API_KEY}}'
  exposes:
  - type: rest
    namespace: api-control-plane-general-rest
    port: 8080
    description: REST adapter for APIIDA API Control Plane. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/apis/analyzeopenproxyspec
      name: apis-analyzeopenproxyspec
      description: REST surface for apis-analyzeOpenProxySpec.
      operations:
      - method: POST
        name: analyzeopenproxyspec
        description: APIIDA Validate Open Proxy Specification
        call: api-control-plane-general.analyzeopenproxyspec
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: api-control-plane-general-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIIDA API Control Plane. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: apiida-validate-open-proxy-specification
      description: APIIDA Validate Open Proxy Specification
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: api-control-plane-general.analyzeopenproxyspec
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.