APIs.io Engineering Platform Cloudflare API — Workers AI Finetune

APIs.io Engineering Platform Cloudflare API — Workers AI Finetune. 4 operations. Lead operation: APIs.io Engineering Platform List Finetunes. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformWorkers AI Finetune

What You Can Do

GET
Workersailistfinetunes — APIs.io Engineering Platform List Finetunes
/v1/accounts/{account-id}/ai/finetunes
POST
Workersaicreatefinetune — APIs.io Engineering Platform Create a new Finetune
/v1/accounts/{account-id}/ai/finetunes
GET
Workersailistpublicfinetunes — APIs.io Engineering Platform List Public Finetunes
/v1/accounts/{account-id}/ai/finetunes/public
POST
Workersaiuploadfinetuneasset — APIs.io Engineering Platform Upload a Finetune Asset
/v1/accounts/{account-id}/ai/finetunes/{finetune-id}/finetune-assets

MCP Tools

apis-io-engineering-platform-list-finetunes

APIs.io Engineering Platform List Finetunes

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

APIs.io Engineering Platform Create a new Finetune

apis-io-engineering-platform-list-public

APIs.io Engineering Platform List Public Finetunes

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

APIs.io Engineering Platform Upload a Finetune Asset

Capability Spec

cloudflare-workers-ai-finetune.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — Workers AI Finetune
  description: 'APIs.io Engineering Platform Cloudflare API — Workers AI Finetune. 4 operations. Lead operation: APIs.io Engineering
    Platform List Finetunes. Self-contained Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - Workers AI Finetune
  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-ai-finetune
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — Workers AI Finetune business capability. Self-contained, no
      shared references.
    resources:
    - name: accounts-account_id-ai-finetunes
      path: /accounts/{account_id}/ai/finetunes
      operations:
      - name: workersailistfinetunes
        method: GET
        description: APIs.io Engineering Platform List Finetunes
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
      - name: workersaicreatefinetune
        method: POST
        description: APIs.io Engineering Platform Create a new Finetune
        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: false
    - name: accounts-account_id-ai-finetunes-public
      path: /accounts/{account_id}/ai/finetunes/public
      operations:
      - name: workersailistpublicfinetunes
        method: GET
        description: APIs.io Engineering Platform List Public Finetunes
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: limit
          in: query
          type: number
          description: Pagination Limit
        - name: offset
          in: query
          type: number
          description: Pagination Offset
        - name: orderBy
          in: query
          type: string
          description: Order By Column Name
    - name: accounts-account_id-ai-finetunes-finetune_id-finetune-assets
      path: /accounts/{account_id}/ai/finetunes/{finetune_id}/finetune-assets
      operations:
      - name: workersaiuploadfinetuneasset
        method: POST
        description: APIs.io Engineering Platform Upload a Finetune Asset
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: finetune_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: bearer
      token: '{{env.ENGINEERING_PLATFORM_API_KEY}}'
  exposes:
  - type: rest
    namespace: cloudflare-workers-ai-finetune-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — Workers AI Finetune. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{account-id}/ai/finetunes
      name: accounts-account-id-ai-finetunes
      description: REST surface for accounts-account_id-ai-finetunes.
      operations:
      - method: GET
        name: workersailistfinetunes
        description: APIs.io Engineering Platform List Finetunes
        call: cloudflare-workers-ai-finetune.workersailistfinetunes
        with:
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: workersaicreatefinetune
        description: APIs.io Engineering Platform Create a new Finetune
        call: cloudflare-workers-ai-finetune.workersaicreatefinetune
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/ai/finetunes/public
      name: accounts-account-id-ai-finetunes-public
      description: REST surface for accounts-account_id-ai-finetunes-public.
      operations:
      - method: GET
        name: workersailistpublicfinetunes
        description: APIs.io Engineering Platform List Public Finetunes
        call: cloudflare-workers-ai-finetune.workersailistpublicfinetunes
        with:
          account_id: rest.account_id
          limit: rest.limit
          offset: rest.offset
          orderBy: rest.orderBy
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/ai/finetunes/{finetune-id}/finetune-assets
      name: accounts-account-id-ai-finetunes-finetune-id-finetune-assets
      description: REST surface for accounts-account_id-ai-finetunes-finetune_id-finetune-assets.
      operations:
      - method: POST
        name: workersaiuploadfinetuneasset
        description: APIs.io Engineering Platform Upload a Finetune Asset
        call: cloudflare-workers-ai-finetune.workersaiuploadfinetuneasset
        with:
          account_id: rest.account_id
          finetune_id: rest.finetune_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-workers-ai-finetune-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — Workers AI Finetune. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-list-finetunes
      description: APIs.io Engineering Platform List Finetunes
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-workers-ai-finetune.workersailistfinetunes
      with:
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-new
      description: APIs.io Engineering Platform Create a new Finetune
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-workers-ai-finetune.workersaicreatefinetune
      with:
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-list-public
      description: APIs.io Engineering Platform List Public Finetunes
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-workers-ai-finetune.workersailistpublicfinetunes
      with:
        account_id: tools.account_id
        limit: tools.limit
        offset: tools.offset
        orderBy: tools.orderBy
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-upload-finetune
      description: APIs.io Engineering Platform Upload a Finetune Asset
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-workers-ai-finetune.workersaiuploadfinetuneasset
      with:
        account_id: tools.account_id
        finetune_id: tools.finetune_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.