naftiko: 1.0.0-alpha2 info: label: Amazon API Gateway V1 (REST) — Deployments description: 'Amazon API Gateway V1 (REST) — Deployments. 2 operations. Lead operation: Amazon API Gateway List Deployments. Self-contained Naftiko capability covering one Aws Api Gateway business surface.' tags: - Aws Api Gateway - Deployments 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: v1-deployments baseUri: https://apigateway.{region}.amazonaws.com description: Amazon API Gateway V1 (REST) — Deployments business capability. Self-contained, no shared references. resources: - name: restapis-restapi_id-deployments path: /restapis/{restapi_id}/deployments operations: - name: getdeployments method: GET description: Amazon API Gateway List Deployments outputRawFormat: json outputParameters: - name: result type: object value: $. - name: createdeployment method: POST description: Amazon API Gateway Create a Deployment 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: v1-deployments-rest port: 8080 description: REST adapter for Amazon API Gateway V1 (REST) — Deployments. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/restapis/{restapi-id}/deployments name: restapis-restapi-id-deployments description: REST surface for restapis-restapi_id-deployments. operations: - method: GET name: getdeployments description: Amazon API Gateway List Deployments call: v1-deployments.getdeployments outputParameters: - type: object mapping: $. - method: POST name: createdeployment description: Amazon API Gateway Create a Deployment call: v1-deployments.createdeployment with: body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: v1-deployments-mcp port: 9090 transport: http description: MCP adapter for Amazon API Gateway V1 (REST) — Deployments. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: amazon-api-gateway-list-deployments description: Amazon API Gateway List Deployments hints: readOnly: true destructive: false idempotent: true call: v1-deployments.getdeployments outputParameters: - type: object mapping: $. - name: amazon-api-gateway-create-deployment description: Amazon API Gateway Create a Deployment hints: readOnly: false destructive: false idempotent: false call: v1-deployments.createdeployment with: body: tools.body outputParameters: - type: object mapping: $.