Amazon API Gateway · Capability

Amazon API Gateway V2 (HTTP and WebSocket) — Integrations

Amazon API Gateway V2 (HTTP and WebSocket) — Integrations. 2 operations. Lead operation: Amazon API Gateway List Integrations. Self-contained Naftiko capability covering one Aws Api Gateway business surface.

Run with Naftiko Aws Api GatewayIntegrations

What You Can Do

GET
Getintegrations — Amazon API Gateway List Integrations
/v1/v2/apis/{api-id}/integrations
POST
Createintegration — Amazon API Gateway Create an Integration
/v1/v2/apis/{api-id}/integrations

MCP Tools

amazon-api-gateway-list-integrations

Amazon API Gateway List Integrations

read-only idempotent
amazon-api-gateway-create-integration

Amazon API Gateway Create an Integration

Capability Spec

v2-integrations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Amazon API Gateway V2 (HTTP and WebSocket) — Integrations
  description: 'Amazon API Gateway V2 (HTTP and WebSocket) — Integrations. 2 operations. Lead operation: Amazon API Gateway
    List Integrations. Self-contained Naftiko capability covering one Aws Api Gateway business surface.'
  tags:
  - Aws Api Gateway
  - Integrations
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AWS_API_GATEWAY_API_KEY: AWS_API_GATEWAY_API_KEY
capability:
  consumes:
  - type: http
    namespace: v2-integrations
    baseUri: https://apigateway.{region}.amazonaws.com
    description: Amazon API Gateway V2 (HTTP and WebSocket) — Integrations business capability. Self-contained, no shared
      references.
    resources:
    - name: v2-apis-api_id-integrations
      path: /v2/apis/{api_id}/integrations
      operations:
      - name: getintegrations
        method: GET
        description: Amazon API Gateway List Integrations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createintegration
        method: POST
        description: Amazon API Gateway Create an Integration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.AWS_API_GATEWAY_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: v2-integrations-rest
    port: 8080
    description: REST adapter for Amazon API Gateway V2 (HTTP and WebSocket) — Integrations. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/v2/apis/{api-id}/integrations
      name: v2-apis-api-id-integrations
      description: REST surface for v2-apis-api_id-integrations.
      operations:
      - method: GET
        name: getintegrations
        description: Amazon API Gateway List Integrations
        call: v2-integrations.getintegrations
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createintegration
        description: Amazon API Gateway Create an Integration
        call: v2-integrations.createintegration
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: v2-integrations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Amazon API Gateway V2 (HTTP and WebSocket) — Integrations. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: amazon-api-gateway-list-integrations
      description: Amazon API Gateway List Integrations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: v2-integrations.getintegrations
      outputParameters:
      - type: object
        mapping: $.
    - name: amazon-api-gateway-create-integration
      description: Amazon API Gateway Create an Integration
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: v2-integrations.createintegration
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.