APIIDA · Capability

APIIDA API Gateway Manager

APIIDA API Gateway Manager. 1 operations. Lead operation: APIIDA List APIs on a Gateway. Self-contained Naftiko capability covering one Apiida business surface.

Run with Naftiko Apiida

What You Can Do

GET
Listgatewayapis — APIIDA List APIs on a Gateway
/v1/gateways/{gatewayid}/apis

MCP Tools

apiida-list-apis-gateway

APIIDA List APIs on a Gateway

read-only idempotent

Capability Spec

api-gateway-manager-general.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIIDA API Gateway Manager
  description: 'APIIDA API Gateway Manager. 1 operations. Lead operation: APIIDA List APIs on a Gateway. 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-gateway-manager-general
    baseUri: https://{tenant}.backend.apiida.io
    description: APIIDA API Gateway Manager business capability. Self-contained, no shared references.
    resources:
    - name: gateways-gatewayId-apis
      path: /gateways/{gatewayId}/apis
      operations:
      - name: listgatewayapis
        method: GET
        description: APIIDA List APIs on a Gateway
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.APIIDA_API_KEY}}'
  exposes:
  - type: rest
    namespace: api-gateway-manager-general-rest
    port: 8080
    description: REST adapter for APIIDA API Gateway Manager. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/gateways/{gatewayid}/apis
      name: gateways-gatewayid-apis
      description: REST surface for gateways-gatewayId-apis.
      operations:
      - method: GET
        name: listgatewayapis
        description: APIIDA List APIs on a Gateway
        call: api-gateway-manager-general.listgatewayapis
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: api-gateway-manager-general-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIIDA API Gateway Manager. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: apiida-list-apis-gateway
      description: APIIDA List APIs on a Gateway
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: api-gateway-manager-general.listgatewayapis
      outputParameters:
      - type: object
        mapping: $.