APIs.io Engineering Platform Cloudflare API — Worker Deployments (Deprecated)

APIs.io Engineering Platform Cloudflare API — Worker Deployments (Deprecated). 2 operations. Lead operation: APIs.io Engineering Platform List Deployments. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformWorker Deployments (Deprecated)

What You Can Do

GET
Workerdeploymentsdeprecatedlistdeployments — APIs.io Engineering Platform List Deployments
/v1/accounts/{account-id}/workers/deployments/by-script/{script-id}
GET
Workerdeploymentsdeprecatedgetdeploymentdetail — APIs.io Engineering Platform Get Deployment Detail
/v1/accounts/{account-id}/workers/deployments/by-script/{script-id}/detail/{deployment-id}

MCP Tools

apis-io-engineering-platform-list-deployments

APIs.io Engineering Platform List Deployments

read-only idempotent
apis-io-engineering-platform-get-deployment

APIs.io Engineering Platform Get Deployment Detail

read-only idempotent

Capability Spec

cloudflare-worker-deployments-deprecated.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — Worker Deployments (Deprecated)
  description: 'APIs.io Engineering Platform Cloudflare API — Worker Deployments (Deprecated). 2 operations. Lead operation:
    APIs.io Engineering Platform List Deployments. Self-contained Naftiko capability covering one Engineering Platform business
    surface.'
  tags:
  - Engineering Platform
  - Worker Deployments (Deprecated)
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ENGINEERING_PLATFORM_API_KEY: ENGINEERING_PLATFORM_API_KEY
capability:
  consumes:
  - type: http
    namespace: cloudflare-worker-deployments-deprecated
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — Worker Deployments (Deprecated) business capability. Self-contained,
      no shared references.
    resources:
    - name: accounts-account_id-workers-deployments-by-script-script_id
      path: /accounts/{account_id}/workers/deployments/by-script/{script_id}
      operations:
      - name: workerdeploymentsdeprecatedlistdeployments
        method: GET
        description: APIs.io Engineering Platform List Deployments
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: script_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
    - name: accounts-account_id-workers-deployments-by-script-script_id-detail-deployment_id
      path: /accounts/{account_id}/workers/deployments/by-script/{script_id}/detail/{deployment_id}
      operations:
      - name: workerdeploymentsdeprecatedgetdeploymentdetail
        method: GET
        description: APIs.io Engineering Platform Get Deployment Detail
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: deployment_id
          in: path
          type: string
          required: true
        - name: script_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.ENGINEERING_PLATFORM_API_KEY}}'
  exposes:
  - type: rest
    namespace: cloudflare-worker-deployments-deprecated-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — Worker Deployments (Deprecated). One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{account-id}/workers/deployments/by-script/{script-id}
      name: accounts-account-id-workers-deployments-by-script-script-id
      description: REST surface for accounts-account_id-workers-deployments-by-script-script_id.
      operations:
      - method: GET
        name: workerdeploymentsdeprecatedlistdeployments
        description: APIs.io Engineering Platform List Deployments
        call: cloudflare-worker-deployments-deprecated.workerdeploymentsdeprecatedlistdeployments
        with:
          script_id: rest.script_id
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/workers/deployments/by-script/{script-id}/detail/{deployment-id}
      name: accounts-account-id-workers-deployments-by-script-script-id-detail-deployment-id
      description: REST surface for accounts-account_id-workers-deployments-by-script-script_id-detail-deployment_id.
      operations:
      - method: GET
        name: workerdeploymentsdeprecatedgetdeploymentdetail
        description: APIs.io Engineering Platform Get Deployment Detail
        call: cloudflare-worker-deployments-deprecated.workerdeploymentsdeprecatedgetdeploymentdetail
        with:
          deployment_id: rest.deployment_id
          script_id: rest.script_id
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-worker-deployments-deprecated-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — Worker Deployments (Deprecated). One tool per
      consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-list-deployments
      description: APIs.io Engineering Platform List Deployments
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-worker-deployments-deprecated.workerdeploymentsdeprecatedlistdeployments
      with:
        script_id: tools.script_id
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-deployment
      description: APIs.io Engineering Platform Get Deployment Detail
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-worker-deployments-deprecated.workerdeploymentsdeprecatedgetdeploymentdetail
      with:
        deployment_id: tools.deployment_id
        script_id: tools.script_id
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.