APIs.io Engineering Platform Cloudflare API — Workers for Platforms

APIs.io Engineering Platform Cloudflare API — Workers for Platforms. 19 operations. Lead operation: APIs.io Engineering Platform List dispatch namespaces. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformWorkers for Platforms

What You Can Do

GET
Namespaceworkerlist — APIs.io Engineering Platform List dispatch namespaces
/v1/accounts/{account-id}/workers/dispatch/namespaces
POST
Namespaceworkercreate — APIs.io Engineering Platform Create dispatch namespace
/v1/accounts/{account-id}/workers/dispatch/namespaces
DELETE
Namespaceworkerdeletenamespace — APIs.io Engineering Platform Delete dispatch namespace
/v1/accounts/{account-id}/workers/dispatch/namespaces/{dispatch-namespace}
GET
Namespaceworkergetnamespace — APIs.io Engineering Platform Get dispatch namespace
/v1/accounts/{account-id}/workers/dispatch/namespaces/{dispatch-namespace}
DELETE
Namespaceworkerscriptdeleteworker — APIs.io Engineering Platform Delete Worker
/v1/accounts/{account-id}/workers/dispatch/namespaces/{dispatch-namespace}/scripts/{script-name}
GET
Namespaceworkerscriptworkerdetails — APIs.io Engineering Platform Worker Details
/v1/accounts/{account-id}/workers/dispatch/namespaces/{dispatch-namespace}/scripts/{script-name}
PUT
Namespaceworkerscriptuploadworkermodule — APIs.io Engineering Platform Upload Worker Module
/v1/accounts/{account-id}/workers/dispatch/namespaces/{dispatch-namespace}/scripts/{script-name}
GET
Namespaceworkergetscriptbindings — APIs.io Engineering Platform Get Script Bindings
/v1/accounts/{account-id}/workers/dispatch/namespaces/{dispatch-namespace}/scripts/{script-name}/bindings
GET
Namespaceworkergetscriptcontent — APIs.io Engineering Platform Get Script Content
/v1/accounts/{account-id}/workers/dispatch/namespaces/{dispatch-namespace}/scripts/{script-name}/content
PUT
Namespaceworkerputscriptcontent — APIs.io Engineering Platform Put Script Content
/v1/accounts/{account-id}/workers/dispatch/namespaces/{dispatch-namespace}/scripts/{script-name}/content
GET
Namespaceworkerlistscriptsecrets — APIs.io Engineering Platform List Script Secrets
/v1/accounts/{account-id}/workers/dispatch/namespaces/{dispatch-namespace}/scripts/{script-name}/secrets
PUT
Namespaceworkerputscriptsecrets — APIs.io Engineering Platform Put Script Secrets
/v1/accounts/{account-id}/workers/dispatch/namespaces/{dispatch-namespace}/scripts/{script-name}/secrets
GET
Namespaceworkergetscriptsecrets — APIs.io Engineering Platform Get Script Secret
/v1/accounts/{account-id}/workers/dispatch/namespaces/{dispatch-namespace}/scripts/{script-name}/secrets/{secret-name}
GET
Namespaceworkergetscriptsettings — APIs.io Engineering Platform Get Script Settings
/v1/accounts/{account-id}/workers/dispatch/namespaces/{dispatch-namespace}/scripts/{script-name}/settings
PATCH
Namespaceworkerpatchscriptsettings — APIs.io Engineering Platform Patch Script Settings
/v1/accounts/{account-id}/workers/dispatch/namespaces/{dispatch-namespace}/scripts/{script-name}/settings
GET
Namespaceworkergetscripttags — APIs.io Engineering Platform Get Script Tags
/v1/accounts/{account-id}/workers/dispatch/namespaces/{dispatch-namespace}/scripts/{script-name}/tags
PUT
Namespaceworkerputscripttags — APIs.io Engineering Platform Put Script Tags
/v1/accounts/{account-id}/workers/dispatch/namespaces/{dispatch-namespace}/scripts/{script-name}/tags
DELETE
Namespaceworkerdeletescripttag — APIs.io Engineering Platform Delete Script Tag
/v1/accounts/{account-id}/workers/dispatch/namespaces/{dispatch-namespace}/scripts/{script-name}/tags/{tag}
PUT
Namespaceworkerputscripttag — APIs.io Engineering Platform Put Script Tag
/v1/accounts/{account-id}/workers/dispatch/namespaces/{dispatch-namespace}/scripts/{script-name}/tags/{tag}

MCP Tools

apis-io-engineering-platform-list-dispatch

APIs.io Engineering Platform List dispatch namespaces

read-only idempotent
apis-io-engineering-platform-create-dispatch

APIs.io Engineering Platform Create dispatch namespace

apis-io-engineering-platform-delete-dispatch

APIs.io Engineering Platform Delete dispatch namespace

idempotent
apis-io-engineering-platform-get-dispatch

APIs.io Engineering Platform Get dispatch namespace

read-only idempotent
apis-io-engineering-platform-delete-worker

APIs.io Engineering Platform Delete Worker

idempotent
apis-io-engineering-platform-worker-details

APIs.io Engineering Platform Worker Details

read-only idempotent
apis-io-engineering-platform-upload-worker

APIs.io Engineering Platform Upload Worker Module

idempotent
apis-io-engineering-platform-get-script

APIs.io Engineering Platform Get Script Bindings

read-only idempotent
apis-io-engineering-platform-get-script-2

APIs.io Engineering Platform Get Script Content

read-only idempotent
apis-io-engineering-platform-put-script

APIs.io Engineering Platform Put Script Content

idempotent
apis-io-engineering-platform-list-script

APIs.io Engineering Platform List Script Secrets

read-only idempotent
apis-io-engineering-platform-put-script-2

APIs.io Engineering Platform Put Script Secrets

idempotent
apis-io-engineering-platform-get-script-3

APIs.io Engineering Platform Get Script Secret

read-only idempotent
apis-io-engineering-platform-get-script-4

APIs.io Engineering Platform Get Script Settings

read-only idempotent
apis-io-engineering-platform-patch-script

APIs.io Engineering Platform Patch Script Settings

idempotent
apis-io-engineering-platform-get-script-5

APIs.io Engineering Platform Get Script Tags

read-only idempotent
apis-io-engineering-platform-put-script-3

APIs.io Engineering Platform Put Script Tags

idempotent
apis-io-engineering-platform-delete-script

APIs.io Engineering Platform Delete Script Tag

idempotent
apis-io-engineering-platform-put-script-4

APIs.io Engineering Platform Put Script Tag

idempotent

Capability Spec

cloudflare-workers-for-platforms.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — Workers for Platforms
  description: 'APIs.io Engineering Platform Cloudflare API — Workers for Platforms. 19 operations. Lead operation: APIs.io
    Engineering Platform List dispatch namespaces. Self-contained Naftiko capability covering one Engineering Platform business
    surface.'
  tags:
  - Engineering Platform
  - Workers for Platforms
  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-workers-for-platforms
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — Workers for Platforms business capability. Self-contained,
      no shared references.
    resources:
    - name: accounts-account_id-workers-dispatch-namespaces
      path: /accounts/{account_id}/workers/dispatch/namespaces
      operations:
      - name: namespaceworkerlist
        method: GET
        description: APIs.io Engineering Platform List dispatch namespaces
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
      - name: namespaceworkercreate
        method: POST
        description: APIs.io Engineering Platform Create dispatch namespace
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: accounts-account_id-workers-dispatch-namespaces-dispatch_namespace
      path: /accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}
      operations:
      - name: namespaceworkerdeletenamespace
        method: DELETE
        description: APIs.io Engineering Platform Delete dispatch namespace
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: dispatch_namespace
          in: path
          type: string
          required: true
      - name: namespaceworkergetnamespace
        method: GET
        description: APIs.io Engineering Platform Get dispatch namespace
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: dispatch_namespace
          in: path
          type: string
          required: true
    - name: accounts-account_id-workers-dispatch-namespaces-dispatch_namespace-scripts-scrip
      path: /accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}
      operations:
      - name: namespaceworkerscriptdeleteworker
        method: DELETE
        description: APIs.io Engineering Platform Delete Worker
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: dispatch_namespace
          in: path
          type: string
          required: true
        - name: script_name
          in: path
          type: string
          required: true
        - name: force
          in: query
          type: boolean
          description: If set to true, delete will not be stopped by associated service binding, durable object, or other
            binding. Any of these associated bindings/durable objects wil
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: namespaceworkerscriptworkerdetails
        method: GET
        description: APIs.io Engineering Platform Worker Details
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: dispatch_namespace
          in: path
          type: string
          required: true
        - name: script_name
          in: path
          type: string
          required: true
      - name: namespaceworkerscriptuploadworkermodule
        method: PUT
        description: APIs.io Engineering Platform Upload Worker Module
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: dispatch_namespace
          in: path
          type: string
          required: true
        - name: script_name
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: accounts-account_id-workers-dispatch-namespaces-dispatch_namespace-scripts-scrip
      path: /accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}/bindings
      operations:
      - name: namespaceworkergetscriptbindings
        method: GET
        description: APIs.io Engineering Platform Get Script Bindings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: dispatch_namespace
          in: path
          type: string
          required: true
        - name: script_name
          in: path
          type: string
          required: true
    - name: accounts-account_id-workers-dispatch-namespaces-dispatch_namespace-scripts-scrip
      path: /accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}/content
      operations:
      - name: namespaceworkergetscriptcontent
        method: GET
        description: APIs.io Engineering Platform Get Script Content
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: dispatch_namespace
          in: path
          type: string
          required: true
        - name: script_name
          in: path
          type: string
          required: true
      - name: namespaceworkerputscriptcontent
        method: PUT
        description: APIs.io Engineering Platform Put Script Content
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: dispatch_namespace
          in: path
          type: string
          required: true
        - name: script_name
          in: path
          type: string
          required: true
        - name: CF-WORKER-BODY-PART
          in: header
          type: string
          description: The multipart name of a script upload part containing script content in service worker format. Alternative
            to including in a metadata part.
        - name: CF-WORKER-MAIN-MODULE-PART
          in: header
          type: string
          description: The multipart name of a script upload part containing script content in es module format. Alternative
            to including in a metadata part.
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: accounts-account_id-workers-dispatch-namespaces-dispatch_namespace-scripts-scrip
      path: /accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}/secrets
      operations:
      - name: namespaceworkerlistscriptsecrets
        method: GET
        description: APIs.io Engineering Platform List Script Secrets
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: dispatch_namespace
          in: path
          type: string
          required: true
        - name: script_name
          in: path
          type: string
          required: true
      - name: namespaceworkerputscriptsecrets
        method: PUT
        description: APIs.io Engineering Platform Put Script Secrets
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: dispatch_namespace
          in: path
          type: string
          required: true
        - name: script_name
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: accounts-account_id-workers-dispatch-namespaces-dispatch_namespace-scripts-scrip
      path: /accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}/secrets/{secret_name}
      operations:
      - name: namespaceworkergetscriptsecrets
        method: GET
        description: APIs.io Engineering Platform Get Script Secret
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: dispatch_namespace
          in: path
          type: string
          required: true
        - name: script_name
          in: path
          type: string
          required: true
        - name: secret_name
          in: path
          type: string
          required: true
    - name: accounts-account_id-workers-dispatch-namespaces-dispatch_namespace-scripts-scrip
      path: /accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}/settings
      operations:
      - name: namespaceworkergetscriptsettings
        method: GET
        description: APIs.io Engineering Platform Get Script Settings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: dispatch_namespace
          in: path
          type: string
          required: true
        - name: script_name
          in: path
          type: string
          required: true
      - name: namespaceworkerpatchscriptsettings
        method: PATCH
        description: APIs.io Engineering Platform Patch Script Settings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: dispatch_namespace
          in: path
          type: string
          required: true
        - name: script_name
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: accounts-account_id-workers-dispatch-namespaces-dispatch_namespace-scripts-scrip
      path: /accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}/tags
      operations:
      - name: namespaceworkergetscripttags
        method: GET
        description: APIs.io Engineering Platform Get Script Tags
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: dispatch_namespace
          in: path
          type: string
          required: true
        - name: script_name
          in: path
          type: string
          required: true
      - name: namespaceworkerputscripttags
        method: PUT
        description: APIs.io Engineering Platform Put Script Tags
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: dispatch_namespace
          in: path
          type: string
          required: true
        - name: script_name
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: accounts-account_id-workers-dispatch-namespaces-dispatch_namespace-scripts-scrip
      path: /accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}/tags/{tag}
      operations:
      - name: namespaceworkerdeletescripttag
        method: DELETE
        description: APIs.io Engineering Platform Delete Script Tag
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: dispatch_namespace
          in: path
          type: string
          required: true
        - name: script_name
          in: path
          type: string
          required: true
        - name: tag
          in: path
          type: string
          required: true
      - name: namespaceworkerputscripttag
        method: PUT
        description: APIs.io Engineering Platform Put Script Tag
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: dispatch_namespace
          in: path
          type: string
          required: true
        - name: script_name
          in: path
          type: string
          required: true
        - name: tag
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.ENGINEERING_PLATFORM_API_KEY}}'
  exposes:
  - type: rest
    namespace: cloudflare-workers-for-platforms-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — Workers for Platforms. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{account-id}/workers/dispatch/namespaces
      name: accounts-account-id-workers-dispatch-namespaces
      description: REST surface for accounts-account_id-workers-dispatch-namespaces.
      operations:
      - method: GET
        name: namespaceworkerlist
        description: APIs.io Engineering Platform List dispatch namespaces
        call: cloudflare-workers-for-platforms.namespaceworkerlist
        with:
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: namespaceworkercreate
        description: APIs.io Engineering Platform Create dispatch namespace
        call: cloudflare-workers-for-platforms.namespaceworkercreate
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/workers/dispatch/namespaces/{dispatch-namespace}
      name: accounts-account-id-workers-dispatch-namespaces-dispatch-namespace
      description: REST surface for accounts-account_id-workers-dispatch-namespaces-dispatch_namespace.
      operations:
      - method: DELETE
        name: namespaceworkerdeletenamespace
        description: APIs.io Engineering Platform Delete dispatch namespace
        call: cloudflare-workers-for-platforms.namespaceworkerdeletenamespace
        with:
          account_id: rest.account_id
          dispatch_namespace: rest.dispatch_namespace
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: namespaceworkergetnamespace
        description: APIs.io Engineering Platform Get dispatch namespace
        call: cloudflare-workers-for-platforms.namespaceworkergetnamespace
        with:
          account_id: rest.account_id
          dispatch_namespace: rest.dispatch_namespace
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/workers/dispatch/namespaces/{dispatch-namespace}/scripts/{script-name}
      name: accounts-account-id-workers-dispatch-namespaces-dispatch-namespace-scripts-scrip
      description: REST surface for accounts-account_id-workers-dispatch-namespaces-dispatch_namespace-scripts-scrip.
      operations:
      - method: DELETE
        name: namespaceworkerscriptdeleteworker
        description: APIs.io Engineering Platform Delete Worker
        call: cloudflare-workers-for-platforms.namespaceworkerscriptdeleteworker
        with:
          account_id: rest.account_id
          dispatch_namespace: rest.dispatch_namespace
          script_name: rest.script_name
          force: rest.force
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: namespaceworkerscriptworkerdetails
        description: APIs.io Engineering Platform Worker Details
        call: cloudflare-workers-for-platforms.namespaceworkerscriptworkerdetails
        with:
          account_id: rest.account_id
          dispatch_namespace: rest.dispatch_namespace
          script_name: rest.script_name
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: namespaceworkerscriptuploadworkermodule
        description: APIs.io Engineering Platform Upload Worker Module
        call: cloudflare-workers-for-platforms.namespaceworkerscriptuploadworkermodule
        with:
          account_id: rest.account_id
          dispatch_namespace: rest.dispatch_namespace
          script_name: rest.script_name
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/workers/dispatch/namespaces/{dispatch-namespace}/scripts/{script-name}/bindings
      name: accounts-account-id-workers-dispatch-namespaces-dispatch-namespace-scripts-scrip
      description: REST surface for accounts-account_id-workers-dispatch-namespaces-dispatch_namespace-scripts-scrip.
      operations:
      - method: GET
        name: namespaceworkergetscriptbindings
        description: APIs.io Engineering Platform Get Script Bindings
        call: cloudflare-workers-for-platforms.namespaceworkergetscriptbindings
        with:
          account_id: rest.account_id
          dispatch_namespace: rest.dispatch_namespace
          script_name: rest.script_name
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/workers/dispatch/namespaces/{dispatch-namespace}/scripts/{script-name}/content
      name: accounts-account-id-workers-dispatch-namespaces-dispatch-namespace-scripts-scrip
      description: REST surface for accounts-account_id-workers-dispatch-namespaces-dispatch_namespace-scripts-scrip.
      operations:
      - method: GET
        name: namespaceworkergetscriptcontent
        description: APIs.io Engineering Platform Get Script Content
        call: cloudflare-workers-for-platforms.namespaceworkergetscriptcontent
        with:
          account_id: rest.account_id
          dispatch_namespace: rest.dispatch_namespace
          script_name: rest.script_name
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: namespaceworkerputscriptcontent
        description: APIs.io Engineering Platform Put Script Content
        call: cloudflare-workers-for-platforms.namespaceworkerputscriptcontent
        with:
          account_id: rest.account_id
          dispatch_namespace: rest.dispatch_namespace
          script_name: rest.script_name
          CF-WORKER-BODY-PART: rest.CF-WORKER-BODY-PART
          CF-WORKER-MAIN-MODULE-PART: rest.CF-WORKER-MAIN-MODULE-PART
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/workers/dispatch/namespaces/{dispatch-namespace}/scripts/{script-name}/secrets
      name: accounts-account-id-workers-dispatch-namespaces-dispatch-namespace-scripts-scrip
      description: REST surface for accounts-account_id-workers-dispatch-namespaces-dispatch_namespace-scripts-scrip.
      operations:
      - method: GET
        name: namespaceworkerlistscriptsecrets
        description: APIs.io Engineering Platform List Script Secrets
        call: cloudflare-workers-for-platforms.namespaceworkerlistscriptsecrets
        with:
          account_id: rest.account_id
          dispatch_namespace: rest.dispatch_namespace
          script_name: rest.script_name
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: namespaceworkerputscriptsecrets
        description: APIs.io Engineering Platform Put Script Secrets
        call: cloudflare-workers-for-platforms.namespaceworkerputscriptsecrets
        with:
          account_id: rest.account_id
          dispatch_namespace: rest.dispatch_namespace
          script_name: rest.script_name
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/workers/dispatch/namespaces/{dispatch-namespace}/scripts/{script-name}/secrets/{secret-name}
      name: accounts-account-id-workers-dispatch-namespaces-dispatch-namespace-scripts-scrip
      description: REST surface for accounts-account_id-workers-dispatch-namespaces-dispatch_namespace-scripts-scrip.
      operations:
      - method: GET
        name: namespaceworkergetscriptsecrets
        description: APIs.io Engineering Platform Get Script Secret
        call: cloudflare-workers-for-platforms.namespaceworkergetscriptsecrets
        with:
          account_id: rest.account_id
          dispatch_namespace: rest.dispatch_namespace
          script_name: rest.script_name
          secret_name: rest.secret_name
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/workers/dispatch/namespaces/{dispatch-namespace}/scripts/{script-name}/settings
      name: accounts-account-id-workers-dispatch-namespaces-dispatch-namespace-scripts-scrip
      description: REST surface for accounts-account_id-workers-dispatch-namespaces-dispatch_namespace-scripts-scrip.
      operations:
      - method: GET
        name: namespaceworkergetscriptsettings
        description: APIs.io Engineering Platform Get Script Settings
        call: cloudflare-workers-for-platforms.namespaceworkergetscriptsettings
        with:
          account_id: rest.account_id
          dispatch_namespace: rest.dispatch_namespace
          script_name: rest.script_name
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: namespaceworkerpatchscriptsettings
        description: APIs.io Engineering Platform Patch Script Settings
        call: cloudflare-workers-for-platforms.namespaceworkerpatchscriptsettings
        with:
          account_id: rest.account_id
          dispatch_namespace: rest.dispatch_namespace
          script_name: rest.script_name
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/workers/dispatch/namespaces/{dispatch-namespace}/scripts/{script-name}/tags
      name: accounts-account-id-workers-dispatch-namespaces-dispatch-namespace-scripts-scrip
      description: REST surface for accounts-account_id-workers-dispatch-namespaces-dispatch_namespace-scripts-scrip.
      operations:
      - method: GET
        name: namespaceworkergetscripttags
        description: APIs.io Engineering Platform Get Script Tags
        call: cloudflare-workers-for-platforms.namespaceworkergetscripttags
        with:
          account_id: rest.account_id
          dispatch_namespace: rest.dispatch_namespace
          script_name: rest.script_name
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: namespaceworkerputscripttags
        description: APIs.io Engineering Platform Put Script Tags
        call: cloudflare-workers-for-platforms.namespaceworkerputscripttags
        with:
          account_id: rest.account_id
          dispatch_namespace: rest.dispatch_namespace
          script_name: rest.script_name
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/workers/dispatch/namespaces/{dispatch-namespace}/scripts/{script-name}/tags/{tag}
      name: accounts-account-id-workers-dispatch-namespaces-dispatch-namespace-scripts-scrip
      description: REST surface for accounts-account_id-workers-dispatch-namespaces-dispatch_namespace-scripts-scrip.
      operations:
      - method: DELETE
        name: namespaceworkerdeletescripttag
        description: APIs.io Engineering Platform Delete Script Tag
        call: cloudflare-workers-for-platforms.namespaceworkerdeletescripttag
        with:
          account_id: rest.account_id
          dispatch_namespace: rest.dispatch_namespace
          script_name: rest.script_name
          tag: rest.tag
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: namespaceworkerputscripttag
        description: APIs.io Engineering Platform Put Script Tag
        call: cloudflare-workers-for-platforms.namespaceworkerputscripttag
        with:
          account_id: rest.account_id
          dispatch_namespace: rest.dispatch_namespace
          script_name: rest.script_name
          tag: rest.tag
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-workers-for-platforms-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — Workers for Platforms. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-list-dispatch
      description: APIs.io Engineering Platform List dispatch namespaces
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-workers-for-platforms.namespaceworkerlist
      with:
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-dispatch
      description: APIs.io Engineering Platform Create dispatch namespace
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-workers-for-platforms.namespaceworkercreate
      with:
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-dispatch
      description: APIs.io Engineering Platform Delete dispatch namespace
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloudflare-workers-for-platforms.namespaceworkerdeletenamespace
      with:
        account_id: tools.account_id
        dispatch_namespace: tools.dispatch_namespace
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-dispatch
      description: APIs.io Engineering Platform Get dispatch namespace
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-workers-for-platforms.namespaceworkergetnamespace
      with:
        account_id: tools.account_id
        dispatch_namespace: tools.dispatch_namespace
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-worker
      description: APIs.io Engineering Platform Delete Worker
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloudflare-workers-for-platforms.namespaceworkerscriptdeleteworker
      with:
        account_id: tools.account_id
        dispatch_namespace: tools.dispatch_namespace
        script_name: tools.script_name
        force: tools.force
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-worker-details
      description: APIs.io Engineering Platform Worker Details
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-workers-for-platforms.namespaceworkerscriptworkerdetails
      with:
        account_id: tools.account_id
        dispatch_namespace: tools.dispatch_namespace
        script_name: tools.script_name
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-upload-worker
      description: APIs.io Engineering Platform Upload Worker Module
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-workers-for-platforms.namespaceworkerscriptuploadworkermodule
      with:
        account_id: tools.account_id
        dispatch_namespace: tools.dispatch_namespace
        script_name: tools.script_name
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-script
      description: APIs.io Engineering Platform Get Script Bindings
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-workers-for-platforms.namespaceworkergetscriptbindings
      with:
        account_id: tools.account_id
        dispatch_namespace: tools.dispatch_namespace
        script_name: tools.script_name
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-script-2
      description: APIs.io Engineering Platform Get Script Content
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-workers-for-platforms.namespaceworkergetscriptcontent
      with:
        account_id: tools.account_id
        dispatch_namespace: tools.dispatch_namespace
        script_name: tools.script_name
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-put-script
      description: APIs.io Engineering Platform Put Script Content
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-workers-for-platforms.namespaceworkerputscriptcontent
      with:
        account_id: tools.account_id
        dispatch_namespace: tools.dispatch_namespace
        script_name: tools.script_name
        CF-WORKER-BODY-PART: tools.CF-WORKER-BODY-PART
        CF-WORKER-MAIN-MODULE-PART: tools.CF-WORKER-MAIN-MODULE-PART
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-list-script
      description: APIs.io Engineering Platform List Script Secrets
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-workers-for-platforms.namespaceworkerl

# --- truncated at 32 KB (36 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/apis-io-engineering-platform/refs/heads/main/capabilities/cloudflare-workers-for-platforms.yaml