APIs.io Engineering Platform Cloudflare API — Logcontrol CMB Config for an Account

APIs.io Engineering Platform Cloudflare API — Logcontrol CMB Config for an Account. 3 operations. Lead operation: APIs.io Engineering Platform Delete CMB config. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformLogcontrol CMB Config for an Account

What You Can Do

DELETE
Deleteaccountsaccountidlogscontrolcmbconfig — APIs.io Engineering Platform Delete CMB config
/v1/accounts/{account-id}/logs/control/cmb/config
GET
Getaccountsaccountidlogscontrolcmbconfig — APIs.io Engineering Platform Get CMB config
/v1/accounts/{account-id}/logs/control/cmb/config
POST
Postaccountsaccountidlogscontrolcmbconfig — APIs.io Engineering Platform Update CMB config
/v1/accounts/{account-id}/logs/control/cmb/config

MCP Tools

apis-io-engineering-platform-delete-cmb

APIs.io Engineering Platform Delete CMB config

idempotent
apis-io-engineering-platform-get-cmb

APIs.io Engineering Platform Get CMB config

read-only idempotent
apis-io-engineering-platform-update-cmb

APIs.io Engineering Platform Update CMB config

Capability Spec

cloudflare-logcontrol-cmb-config-for-an-account.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — Logcontrol CMB Config for an Account
  description: 'APIs.io Engineering Platform Cloudflare API — Logcontrol CMB Config for an Account. 3 operations. Lead operation:
    APIs.io Engineering Platform Delete CMB config. Self-contained Naftiko capability covering one Engineering Platform business
    surface.'
  tags:
  - Engineering Platform
  - Logcontrol CMB Config for an Account
  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-logcontrol-cmb-config-for-an-account
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — Logcontrol CMB Config for an Account business capability. Self-contained,
      no shared references.
    resources:
    - name: accounts-account_id-logs-control-cmb-config
      path: /accounts/{account_id}/logs/control/cmb/config
      operations:
      - name: deleteaccountsaccountidlogscontrolcmbconfig
        method: DELETE
        description: APIs.io Engineering Platform Delete CMB config
        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: getaccountsaccountidlogscontrolcmbconfig
        method: GET
        description: APIs.io Engineering Platform Get CMB config
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
      - name: postaccountsaccountidlogscontrolcmbconfig
        method: POST
        description: APIs.io Engineering Platform Update CMB config
        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-logcontrol-cmb-config-for-an-account-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — Logcontrol CMB Config for an Account. One
      Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{account-id}/logs/control/cmb/config
      name: accounts-account-id-logs-control-cmb-config
      description: REST surface for accounts-account_id-logs-control-cmb-config.
      operations:
      - method: DELETE
        name: deleteaccountsaccountidlogscontrolcmbconfig
        description: APIs.io Engineering Platform Delete CMB config
        call: cloudflare-logcontrol-cmb-config-for-an-account.deleteaccountsaccountidlogscontrolcmbconfig
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: getaccountsaccountidlogscontrolcmbconfig
        description: APIs.io Engineering Platform Get CMB config
        call: cloudflare-logcontrol-cmb-config-for-an-account.getaccountsaccountidlogscontrolcmbconfig
        with:
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: postaccountsaccountidlogscontrolcmbconfig
        description: APIs.io Engineering Platform Update CMB config
        call: cloudflare-logcontrol-cmb-config-for-an-account.postaccountsaccountidlogscontrolcmbconfig
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-logcontrol-cmb-config-for-an-account-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — Logcontrol CMB Config for an Account. One tool
      per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-delete-cmb
      description: APIs.io Engineering Platform Delete CMB config
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloudflare-logcontrol-cmb-config-for-an-account.deleteaccountsaccountidlogscontrolcmbconfig
      with:
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-cmb
      description: APIs.io Engineering Platform Get CMB config
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-logcontrol-cmb-config-for-an-account.getaccountsaccountidlogscontrolcmbconfig
      with:
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-cmb
      description: APIs.io Engineering Platform Update CMB config
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-logcontrol-cmb-config-for-an-account.postaccountsaccountidlogscontrolcmbconfig
      with:
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.