APIs.io Engineering Platform Cloudflare API — Cloudflare Images Keys

APIs.io Engineering Platform Cloudflare API — Cloudflare Images Keys. 3 operations. Lead operation: APIs.io Engineering Platform List Signing Keys. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformCloudflare Images Keys

What You Can Do

GET
Cloudflareimageskeyslistsigningkeys — APIs.io Engineering Platform List Signing Keys
/v1/accounts/{account-id}/images/v1/keys
DELETE
Cloudflareimageskeysdeletesigningkey — APIs.io Engineering Platform Delete Signing Key
/v1/accounts/{account-id}/images/v1/keys/{signing-key-name}
PUT
Cloudflareimageskeysaddsigningkey — APIs.io Engineering Platform Create a new Signing Key
/v1/accounts/{account-id}/images/v1/keys/{signing-key-name}

MCP Tools

apis-io-engineering-platform-list-signing

APIs.io Engineering Platform List Signing Keys

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

APIs.io Engineering Platform Delete Signing Key

idempotent
apis-io-engineering-platform-create-new

APIs.io Engineering Platform Create a new Signing Key

idempotent

Capability Spec

cloudflare-cloudflare-images-keys.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — Cloudflare Images Keys
  description: 'APIs.io Engineering Platform Cloudflare API — Cloudflare Images Keys. 3 operations. Lead operation: APIs.io
    Engineering Platform List Signing Keys. Self-contained Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - Cloudflare Images Keys
  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-cloudflare-images-keys
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — Cloudflare Images Keys business capability. Self-contained,
      no shared references.
    resources:
    - name: accounts-account_id-images-v1-keys
      path: /accounts/{account_id}/images/v1/keys
      operations:
      - name: cloudflareimageskeyslistsigningkeys
        method: GET
        description: APIs.io Engineering Platform List Signing Keys
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
    - name: accounts-account_id-images-v1-keys-signing_key_name
      path: /accounts/{account_id}/images/v1/keys/{signing_key_name}
      operations:
      - name: cloudflareimageskeysdeletesigningkey
        method: DELETE
        description: APIs.io Engineering Platform Delete Signing Key
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: signing_key_name
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
      - name: cloudflareimageskeysaddsigningkey
        method: PUT
        description: APIs.io Engineering Platform Create a new Signing Key
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: signing_key_name
          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-cloudflare-images-keys-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — Cloudflare Images Keys. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{account-id}/images/v1/keys
      name: accounts-account-id-images-v1-keys
      description: REST surface for accounts-account_id-images-v1-keys.
      operations:
      - method: GET
        name: cloudflareimageskeyslistsigningkeys
        description: APIs.io Engineering Platform List Signing Keys
        call: cloudflare-cloudflare-images-keys.cloudflareimageskeyslistsigningkeys
        with:
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/images/v1/keys/{signing-key-name}
      name: accounts-account-id-images-v1-keys-signing-key-name
      description: REST surface for accounts-account_id-images-v1-keys-signing_key_name.
      operations:
      - method: DELETE
        name: cloudflareimageskeysdeletesigningkey
        description: APIs.io Engineering Platform Delete Signing Key
        call: cloudflare-cloudflare-images-keys.cloudflareimageskeysdeletesigningkey
        with:
          signing_key_name: rest.signing_key_name
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: cloudflareimageskeysaddsigningkey
        description: APIs.io Engineering Platform Create a new Signing Key
        call: cloudflare-cloudflare-images-keys.cloudflareimageskeysaddsigningkey
        with:
          signing_key_name: rest.signing_key_name
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-cloudflare-images-keys-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — Cloudflare Images Keys. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-list-signing
      description: APIs.io Engineering Platform List Signing Keys
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-cloudflare-images-keys.cloudflareimageskeyslistsigningkeys
      with:
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-signing
      description: APIs.io Engineering Platform Delete Signing Key
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloudflare-cloudflare-images-keys.cloudflareimageskeysdeletesigningkey
      with:
        signing_key_name: tools.signing_key_name
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-new
      description: APIs.io Engineering Platform Create a new Signing Key
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-cloudflare-images-keys.cloudflareimageskeysaddsigningkey
      with:
        signing_key_name: tools.signing_key_name
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.