Envoy · Capability

Envoy AI Gateway API — Models

Envoy AI Gateway API — Models. 1 operations. Lead operation: Envoy List available models. Self-contained Naftiko capability covering one Envoy business surface.

Run with Naftiko EnvoyModels

What You Can Do

GET
Listmodels — Envoy List available models
/v1/v1/models

MCP Tools

envoy-list-available-models

Envoy List available models

read-only idempotent

Capability Spec

ai-gateway-models.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Envoy AI Gateway API — Models
  description: 'Envoy AI Gateway API — Models. 1 operations. Lead operation: Envoy List available models. Self-contained Naftiko
    capability covering one Envoy business surface.'
  tags:
  - Envoy
  - Models
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ENVOY_API_KEY: ENVOY_API_KEY
capability:
  consumes:
  - type: http
    namespace: ai-gateway-models
    baseUri: https://{gateway-host}
    description: Envoy AI Gateway API — Models business capability. Self-contained, no shared references.
    resources:
    - name: v1-models
      path: /v1/models
      operations:
      - name: listmodels
        method: GET
        description: Envoy List available models
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.ENVOY_API_KEY}}'
  exposes:
  - type: rest
    namespace: ai-gateway-models-rest
    port: 8080
    description: REST adapter for Envoy AI Gateway API — Models. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/v1/models
      name: v1-models
      description: REST surface for v1-models.
      operations:
      - method: GET
        name: listmodels
        description: Envoy List available models
        call: ai-gateway-models.listmodels
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: ai-gateway-models-mcp
    port: 9090
    transport: http
    description: MCP adapter for Envoy AI Gateway API — Models. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: envoy-list-available-models
      description: Envoy List available models
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: ai-gateway-models.listmodels
      outputParameters:
      - type: object
        mapping: $.