AWS App Runner · Capability

AWS App Runner API — Deployments

AWS App Runner API — Deployments. 2 operations. Lead operation: AWS App Runner List Operations. Self-contained Naftiko capability covering one Aws App Runner business surface.

Run with Naftiko Aws App RunnerDeployments

What You Can Do

POST
Listoperations — AWS App Runner List Operations
/v1/listoperations
POST
Startdeployment — AWS App Runner Start a Deployment
/v1/startdeployment

MCP Tools

aws-app-runner-list-operations

AWS App Runner List Operations

read-only
aws-app-runner-start-deployment

AWS App Runner Start a Deployment

Capability Spec

aws-app-runner-deployments.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: AWS App Runner API — Deployments
  description: 'AWS App Runner API — Deployments. 2 operations. Lead operation: AWS App Runner List Operations. Self-contained
    Naftiko capability covering one Aws App Runner business surface.'
  tags:
  - Aws App Runner
  - Deployments
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AWS_APP_RUNNER_API_KEY: AWS_APP_RUNNER_API_KEY
capability:
  consumes:
  - type: http
    namespace: aws-app-runner-deployments
    baseUri: https://apprunner.{region}.amazonaws.com
    description: AWS App Runner API — Deployments business capability. Self-contained, no shared references.
    resources:
    - name: '#ListOperations'
      path: /#ListOperations
      operations:
      - name: listoperations
        method: POST
        description: AWS App Runner List Operations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: X-Amz-Target
          in: header
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: '#StartDeployment'
      path: /#StartDeployment
      operations:
      - name: startdeployment
        method: POST
        description: AWS App Runner Start a Deployment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: X-Amz-Target
          in: header
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.AWS_APP_RUNNER_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: aws-app-runner-deployments-rest
    port: 8080
    description: REST adapter for AWS App Runner API — Deployments. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/listoperations
      name: listoperations
      description: 'REST surface for #ListOperations.'
      operations:
      - method: POST
        name: listoperations
        description: AWS App Runner List Operations
        call: aws-app-runner-deployments.listoperations
        with:
          X-Amz-Target: rest.X-Amz-Target
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/startdeployment
      name: startdeployment
      description: 'REST surface for #StartDeployment.'
      operations:
      - method: POST
        name: startdeployment
        description: AWS App Runner Start a Deployment
        call: aws-app-runner-deployments.startdeployment
        with:
          X-Amz-Target: rest.X-Amz-Target
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: aws-app-runner-deployments-mcp
    port: 9090
    transport: http
    description: MCP adapter for AWS App Runner API — Deployments. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: aws-app-runner-list-operations
      description: AWS App Runner List Operations
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: aws-app-runner-deployments.listoperations
      with:
        X-Amz-Target: tools.X-Amz-Target
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: aws-app-runner-start-deployment
      description: AWS App Runner Start a Deployment
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: aws-app-runner-deployments.startdeployment
      with:
        X-Amz-Target: tools.X-Amz-Target
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.