APIs.io Engineering Platform Cloudflare API — Cloudflare Images Variants

APIs.io Engineering Platform Cloudflare API — Cloudflare Images Variants. 5 operations. Lead operation: APIs.io Engineering Platform List variants. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformCloudflare Images Variants

What You Can Do

GET
Cloudflareimagesvariantslistvariants — APIs.io Engineering Platform List variants
/v1/accounts/{account-id}/images/v1/variants
POST
Cloudflareimagesvariantscreateavariant — APIs.io Engineering Platform Create a variant
/v1/accounts/{account-id}/images/v1/variants
DELETE
Cloudflareimagesvariantsdeleteavariant — APIs.io Engineering Platform Delete a variant
/v1/accounts/{account-id}/images/v1/variants/{variant-id}
GET
Cloudflareimagesvariantsvariantdetails — APIs.io Engineering Platform Variant details
/v1/accounts/{account-id}/images/v1/variants/{variant-id}
PATCH
Cloudflareimagesvariantsupdateavariant — APIs.io Engineering Platform Update a variant
/v1/accounts/{account-id}/images/v1/variants/{variant-id}

MCP Tools

apis-io-engineering-platform-list-variants

APIs.io Engineering Platform List variants

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

APIs.io Engineering Platform Create a variant

apis-io-engineering-platform-delete-variant

APIs.io Engineering Platform Delete a variant

idempotent
apis-io-engineering-platform-variant-details

APIs.io Engineering Platform Variant details

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

APIs.io Engineering Platform Update a variant

idempotent

Capability Spec

cloudflare-cloudflare-images-variants.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — Cloudflare Images Variants
  description: 'APIs.io Engineering Platform Cloudflare API — Cloudflare Images Variants. 5 operations. Lead operation: APIs.io
    Engineering Platform List variants. Self-contained Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - Cloudflare Images Variants
  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-variants
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — Cloudflare Images Variants business capability. Self-contained,
      no shared references.
    resources:
    - name: accounts-account_id-images-v1-variants
      path: /accounts/{account_id}/images/v1/variants
      operations:
      - name: cloudflareimagesvariantslistvariants
        method: GET
        description: APIs.io Engineering Platform List variants
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
      - name: cloudflareimagesvariantscreateavariant
        method: POST
        description: APIs.io Engineering Platform Create a variant
        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-images-v1-variants-variant_id
      path: /accounts/{account_id}/images/v1/variants/{variant_id}
      operations:
      - name: cloudflareimagesvariantsdeleteavariant
        method: DELETE
        description: APIs.io Engineering Platform Delete a variant
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: variant_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: cloudflareimagesvariantsvariantdetails
        method: GET
        description: APIs.io Engineering Platform Variant details
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: variant_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
      - name: cloudflareimagesvariantsupdateavariant
        method: PATCH
        description: APIs.io Engineering Platform Update a variant
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: variant_id
          in: path
          type: string
          required: true
        - 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-cloudflare-images-variants-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — Cloudflare Images Variants. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{account-id}/images/v1/variants
      name: accounts-account-id-images-v1-variants
      description: REST surface for accounts-account_id-images-v1-variants.
      operations:
      - method: GET
        name: cloudflareimagesvariantslistvariants
        description: APIs.io Engineering Platform List variants
        call: cloudflare-cloudflare-images-variants.cloudflareimagesvariantslistvariants
        with:
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: cloudflareimagesvariantscreateavariant
        description: APIs.io Engineering Platform Create a variant
        call: cloudflare-cloudflare-images-variants.cloudflareimagesvariantscreateavariant
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/images/v1/variants/{variant-id}
      name: accounts-account-id-images-v1-variants-variant-id
      description: REST surface for accounts-account_id-images-v1-variants-variant_id.
      operations:
      - method: DELETE
        name: cloudflareimagesvariantsdeleteavariant
        description: APIs.io Engineering Platform Delete a variant
        call: cloudflare-cloudflare-images-variants.cloudflareimagesvariantsdeleteavariant
        with:
          variant_id: rest.variant_id
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: cloudflareimagesvariantsvariantdetails
        description: APIs.io Engineering Platform Variant details
        call: cloudflare-cloudflare-images-variants.cloudflareimagesvariantsvariantdetails
        with:
          variant_id: rest.variant_id
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: cloudflareimagesvariantsupdateavariant
        description: APIs.io Engineering Platform Update a variant
        call: cloudflare-cloudflare-images-variants.cloudflareimagesvariantsupdateavariant
        with:
          variant_id: rest.variant_id
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-cloudflare-images-variants-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — Cloudflare Images Variants. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-list-variants
      description: APIs.io Engineering Platform List variants
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-cloudflare-images-variants.cloudflareimagesvariantslistvariants
      with:
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-variant
      description: APIs.io Engineering Platform Create a variant
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-cloudflare-images-variants.cloudflareimagesvariantscreateavariant
      with:
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-variant
      description: APIs.io Engineering Platform Delete a variant
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloudflare-cloudflare-images-variants.cloudflareimagesvariantsdeleteavariant
      with:
        variant_id: tools.variant_id
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-variant-details
      description: APIs.io Engineering Platform Variant details
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-cloudflare-images-variants.cloudflareimagesvariantsvariantdetails
      with:
        variant_id: tools.variant_id
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-variant
      description: APIs.io Engineering Platform Update a variant
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-cloudflare-images-variants.cloudflareimagesvariantsupdateavariant
      with:
        variant_id: tools.variant_id
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.