Contour · Capability

Contour HTTPProxy API — HTTPProxy

Contour HTTPProxy API — HTTPProxy. 7 operations. Lead operation: Contour List HTTPProxy resources across all namespaces. Self-contained Naftiko capability covering one Contour business surface.

Run with Naftiko ContourHTTPProxy

What You Can Do

GET
Listhttpproxyallnamespaces — Contour List HTTPProxy resources across all namespaces
/v1/apis/projectcontour-io/v1/httpproxies
GET
Listnamespacedhttpproxy — Contour List HTTPProxy resources in a namespace
/v1/apis/projectcontour-io/v1/namespaces/{namespace}/httpproxies
POST
Createnamespacedhttpproxy — Contour Create an HTTPProxy resource
/v1/apis/projectcontour-io/v1/namespaces/{namespace}/httpproxies
GET
Readnamespacedhttpproxy — Contour Get a specific HTTPProxy resource
/v1/apis/projectcontour-io/v1/namespaces/{namespace}/httpproxies/{name}
PUT
Replacenamespacedhttpproxy — Contour Replace an HTTPProxy resource
/v1/apis/projectcontour-io/v1/namespaces/{namespace}/httpproxies/{name}
PATCH
Patchnamespacedhttpproxy — Contour Partially update an HTTPProxy resource
/v1/apis/projectcontour-io/v1/namespaces/{namespace}/httpproxies/{name}
DELETE
Deletenamespacedhttpproxy — Contour Delete an HTTPProxy resource
/v1/apis/projectcontour-io/v1/namespaces/{namespace}/httpproxies/{name}

MCP Tools

contour-list-httpproxy-resources-across

Contour List HTTPProxy resources across all namespaces

read-only idempotent
contour-list-httpproxy-resources-namespace

Contour List HTTPProxy resources in a namespace

read-only idempotent
contour-create-httpproxy-resource

Contour Create an HTTPProxy resource

contour-get-specific-httpproxy-resource

Contour Get a specific HTTPProxy resource

read-only idempotent
contour-replace-httpproxy-resource

Contour Replace an HTTPProxy resource

idempotent
contour-partially-update-httpproxy-resource

Contour Partially update an HTTPProxy resource

idempotent
contour-delete-httpproxy-resource

Contour Delete an HTTPProxy resource

idempotent

Capability Spec

httpproxy-httpproxy.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Contour HTTPProxy API — HTTPProxy
  description: 'Contour HTTPProxy API — HTTPProxy. 7 operations. Lead operation: Contour List HTTPProxy resources across all
    namespaces. Self-contained Naftiko capability covering one Contour business surface.'
  tags:
  - Contour
  - HTTPProxy
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    CONTOUR_API_KEY: CONTOUR_API_KEY
capability:
  consumes:
  - type: http
    namespace: httpproxy-httpproxy
    baseUri: https://{kubernetes-api-server}
    description: Contour HTTPProxy API — HTTPProxy business capability. Self-contained, no shared references.
    resources:
    - name: apis-projectcontour.io-v1-httpproxies
      path: /apis/projectcontour.io/v1/httpproxies
      operations:
      - name: listhttpproxyallnamespaces
        method: GET
        description: Contour List HTTPProxy resources across all namespaces
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: apis-projectcontour.io-v1-namespaces-namespace-httpproxies
      path: /apis/projectcontour.io/v1/namespaces/{namespace}/httpproxies
      operations:
      - name: listnamespacedhttpproxy
        method: GET
        description: Contour List HTTPProxy resources in a namespace
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createnamespacedhttpproxy
        method: POST
        description: Contour Create an HTTPProxy resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: apis-projectcontour.io-v1-namespaces-namespace-httpproxies-name
      path: /apis/projectcontour.io/v1/namespaces/{namespace}/httpproxies/{name}
      operations:
      - name: readnamespacedhttpproxy
        method: GET
        description: Contour Get a specific HTTPProxy resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: replacenamespacedhttpproxy
        method: PUT
        description: Contour Replace an HTTPProxy resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: patchnamespacedhttpproxy
        method: PATCH
        description: Contour Partially update an HTTPProxy resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deletenamespacedhttpproxy
        method: DELETE
        description: Contour Delete an HTTPProxy resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: httpproxy-httpproxy-rest
    port: 8080
    description: REST adapter for Contour HTTPProxy API — HTTPProxy. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/apis/projectcontour-io/v1/httpproxies
      name: apis-projectcontour-io-v1-httpproxies
      description: REST surface for apis-projectcontour.io-v1-httpproxies.
      operations:
      - method: GET
        name: listhttpproxyallnamespaces
        description: Contour List HTTPProxy resources across all namespaces
        call: httpproxy-httpproxy.listhttpproxyallnamespaces
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/apis/projectcontour-io/v1/namespaces/{namespace}/httpproxies
      name: apis-projectcontour-io-v1-namespaces-namespace-httpproxies
      description: REST surface for apis-projectcontour.io-v1-namespaces-namespace-httpproxies.
      operations:
      - method: GET
        name: listnamespacedhttpproxy
        description: Contour List HTTPProxy resources in a namespace
        call: httpproxy-httpproxy.listnamespacedhttpproxy
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createnamespacedhttpproxy
        description: Contour Create an HTTPProxy resource
        call: httpproxy-httpproxy.createnamespacedhttpproxy
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/apis/projectcontour-io/v1/namespaces/{namespace}/httpproxies/{name}
      name: apis-projectcontour-io-v1-namespaces-namespace-httpproxies-name
      description: REST surface for apis-projectcontour.io-v1-namespaces-namespace-httpproxies-name.
      operations:
      - method: GET
        name: readnamespacedhttpproxy
        description: Contour Get a specific HTTPProxy resource
        call: httpproxy-httpproxy.readnamespacedhttpproxy
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: replacenamespacedhttpproxy
        description: Contour Replace an HTTPProxy resource
        call: httpproxy-httpproxy.replacenamespacedhttpproxy
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: patchnamespacedhttpproxy
        description: Contour Partially update an HTTPProxy resource
        call: httpproxy-httpproxy.patchnamespacedhttpproxy
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletenamespacedhttpproxy
        description: Contour Delete an HTTPProxy resource
        call: httpproxy-httpproxy.deletenamespacedhttpproxy
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: httpproxy-httpproxy-mcp
    port: 9090
    transport: http
    description: MCP adapter for Contour HTTPProxy API — HTTPProxy. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: contour-list-httpproxy-resources-across
      description: Contour List HTTPProxy resources across all namespaces
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: httpproxy-httpproxy.listhttpproxyallnamespaces
      outputParameters:
      - type: object
        mapping: $.
    - name: contour-list-httpproxy-resources-namespace
      description: Contour List HTTPProxy resources in a namespace
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: httpproxy-httpproxy.listnamespacedhttpproxy
      outputParameters:
      - type: object
        mapping: $.
    - name: contour-create-httpproxy-resource
      description: Contour Create an HTTPProxy resource
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: httpproxy-httpproxy.createnamespacedhttpproxy
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: contour-get-specific-httpproxy-resource
      description: Contour Get a specific HTTPProxy resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: httpproxy-httpproxy.readnamespacedhttpproxy
      outputParameters:
      - type: object
        mapping: $.
    - name: contour-replace-httpproxy-resource
      description: Contour Replace an HTTPProxy resource
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: httpproxy-httpproxy.replacenamespacedhttpproxy
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: contour-partially-update-httpproxy-resource
      description: Contour Partially update an HTTPProxy resource
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: httpproxy-httpproxy.patchnamespacedhttpproxy
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: contour-delete-httpproxy-resource
      description: Contour Delete an HTTPProxy resource
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: httpproxy-httpproxy.deletenamespacedhttpproxy
      outputParameters:
      - type: object
        mapping: $.