APIs.io Engineering Platform Cloudflare API — Worker Account Settings

APIs.io Engineering Platform Cloudflare API — Worker Account Settings. 2 operations. Lead operation: APIs.io Engineering Platform Fetch Worker Account Settings. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformWorker Account Settings

What You Can Do

GET
Workeraccountsettingsfetchworkeraccountsettings — APIs.io Engineering Platform Fetch Worker Account Settings
/v1/accounts/{account-id}/workers/account-settings
PUT
Workeraccountsettingscreateworkeraccountsettings — APIs.io Engineering Platform Create Worker Account Settings
/v1/accounts/{account-id}/workers/account-settings

MCP Tools

apis-io-engineering-platform-fetch-worker

APIs.io Engineering Platform Fetch Worker Account Settings

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

APIs.io Engineering Platform Create Worker Account Settings

idempotent

Capability Spec

cloudflare-worker-account-settings.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — Worker Account Settings
  description: 'APIs.io Engineering Platform Cloudflare API — Worker Account Settings. 2 operations. Lead operation: APIs.io
    Engineering Platform Fetch Worker Account Settings. Self-contained Naftiko capability covering one Engineering Platform
    business surface.'
  tags:
  - Engineering Platform
  - Worker Account Settings
  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-account-settings
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — Worker Account Settings business capability. Self-contained,
      no shared references.
    resources:
    - name: accounts-account_id-workers-account-settings
      path: /accounts/{account_id}/workers/account-settings
      operations:
      - name: workeraccountsettingsfetchworkeraccountsettings
        method: GET
        description: APIs.io Engineering Platform Fetch Worker Account Settings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
      - name: workeraccountsettingscreateworkeraccountsettings
        method: PUT
        description: APIs.io Engineering Platform Create Worker Account Settings
        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
    authentication:
      type: bearer
      token: '{{env.ENGINEERING_PLATFORM_API_KEY}}'
  exposes:
  - type: rest
    namespace: cloudflare-worker-account-settings-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — Worker Account Settings. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{account-id}/workers/account-settings
      name: accounts-account-id-workers-account-settings
      description: REST surface for accounts-account_id-workers-account-settings.
      operations:
      - method: GET
        name: workeraccountsettingsfetchworkeraccountsettings
        description: APIs.io Engineering Platform Fetch Worker Account Settings
        call: cloudflare-worker-account-settings.workeraccountsettingsfetchworkeraccountsettings
        with:
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: workeraccountsettingscreateworkeraccountsettings
        description: APIs.io Engineering Platform Create Worker Account Settings
        call: cloudflare-worker-account-settings.workeraccountsettingscreateworkeraccountsettings
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-worker-account-settings-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — Worker Account Settings. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-fetch-worker
      description: APIs.io Engineering Platform Fetch Worker Account Settings
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-worker-account-settings.workeraccountsettingsfetchworkeraccountsettings
      with:
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-worker
      description: APIs.io Engineering Platform Create Worker Account Settings
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-worker-account-settings.workeraccountsettingscreateworkeraccountsettings
      with:
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.