APIs.io Engineering Platform Cloudflare API — Hyperdrive

APIs.io Engineering Platform Cloudflare API — Hyperdrive. 6 operations. Lead operation: APIs.io Engineering Platform List Hyperdrives. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformHyperdrive

What You Can Do

GET
Listhyperdrive — APIs.io Engineering Platform List Hyperdrives
/v1/accounts/{account-id}/hyperdrive/configs
POST
Createhyperdrive — APIs.io Engineering Platform Create Hyperdrive
/v1/accounts/{account-id}/hyperdrive/configs
DELETE
Deletehyperdrive — APIs.io Engineering Platform Delete Hyperdrive
/v1/accounts/{account-id}/hyperdrive/configs/{hyperdrive-id}
GET
Gethyperdrive — APIs.io Engineering Platform Get Hyperdrive
/v1/accounts/{account-id}/hyperdrive/configs/{hyperdrive-id}
PATCH
Patchhyperdrive — APIs.io Engineering Platform Patch Hyperdrive
/v1/accounts/{account-id}/hyperdrive/configs/{hyperdrive-id}
PUT
Updatehyperdrive — APIs.io Engineering Platform Update Hyperdrive
/v1/accounts/{account-id}/hyperdrive/configs/{hyperdrive-id}

MCP Tools

apis-io-engineering-platform-list-hyperdrives

APIs.io Engineering Platform List Hyperdrives

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

APIs.io Engineering Platform Create Hyperdrive

apis-io-engineering-platform-delete-hyperdrive

APIs.io Engineering Platform Delete Hyperdrive

idempotent
apis-io-engineering-platform-get-hyperdrive

APIs.io Engineering Platform Get Hyperdrive

read-only idempotent
apis-io-engineering-platform-patch-hyperdrive

APIs.io Engineering Platform Patch Hyperdrive

idempotent
apis-io-engineering-platform-update-hyperdrive

APIs.io Engineering Platform Update Hyperdrive

idempotent

Capability Spec

cloudflare-hyperdrive.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — Hyperdrive
  description: 'APIs.io Engineering Platform Cloudflare API — Hyperdrive. 6 operations. Lead operation: APIs.io Engineering
    Platform List Hyperdrives. Self-contained Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - Hyperdrive
  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-hyperdrive
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — Hyperdrive business capability. Self-contained, no shared references.
    resources:
    - name: accounts-account_id-hyperdrive-configs
      path: /accounts/{account_id}/hyperdrive/configs
      operations:
      - name: listhyperdrive
        method: GET
        description: APIs.io Engineering Platform List Hyperdrives
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
      - name: createhyperdrive
        method: POST
        description: APIs.io Engineering Platform Create Hyperdrive
        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-hyperdrive-configs-hyperdrive_id
      path: /accounts/{account_id}/hyperdrive/configs/{hyperdrive_id}
      operations:
      - name: deletehyperdrive
        method: DELETE
        description: APIs.io Engineering Platform Delete Hyperdrive
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: hyperdrive_id
          in: path
          type: string
          required: true
      - name: gethyperdrive
        method: GET
        description: APIs.io Engineering Platform Get Hyperdrive
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: hyperdrive_id
          in: path
          type: string
          required: true
      - name: patchhyperdrive
        method: PATCH
        description: APIs.io Engineering Platform Patch Hyperdrive
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: hyperdrive_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: updatehyperdrive
        method: PUT
        description: APIs.io Engineering Platform Update Hyperdrive
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: hyperdrive_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-hyperdrive-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — Hyperdrive. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{account-id}/hyperdrive/configs
      name: accounts-account-id-hyperdrive-configs
      description: REST surface for accounts-account_id-hyperdrive-configs.
      operations:
      - method: GET
        name: listhyperdrive
        description: APIs.io Engineering Platform List Hyperdrives
        call: cloudflare-hyperdrive.listhyperdrive
        with:
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createhyperdrive
        description: APIs.io Engineering Platform Create Hyperdrive
        call: cloudflare-hyperdrive.createhyperdrive
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/hyperdrive/configs/{hyperdrive-id}
      name: accounts-account-id-hyperdrive-configs-hyperdrive-id
      description: REST surface for accounts-account_id-hyperdrive-configs-hyperdrive_id.
      operations:
      - method: DELETE
        name: deletehyperdrive
        description: APIs.io Engineering Platform Delete Hyperdrive
        call: cloudflare-hyperdrive.deletehyperdrive
        with:
          account_id: rest.account_id
          hyperdrive_id: rest.hyperdrive_id
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: gethyperdrive
        description: APIs.io Engineering Platform Get Hyperdrive
        call: cloudflare-hyperdrive.gethyperdrive
        with:
          account_id: rest.account_id
          hyperdrive_id: rest.hyperdrive_id
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: patchhyperdrive
        description: APIs.io Engineering Platform Patch Hyperdrive
        call: cloudflare-hyperdrive.patchhyperdrive
        with:
          account_id: rest.account_id
          hyperdrive_id: rest.hyperdrive_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updatehyperdrive
        description: APIs.io Engineering Platform Update Hyperdrive
        call: cloudflare-hyperdrive.updatehyperdrive
        with:
          account_id: rest.account_id
          hyperdrive_id: rest.hyperdrive_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-hyperdrive-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — Hyperdrive. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-list-hyperdrives
      description: APIs.io Engineering Platform List Hyperdrives
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-hyperdrive.listhyperdrive
      with:
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-hyperdrive
      description: APIs.io Engineering Platform Create Hyperdrive
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-hyperdrive.createhyperdrive
      with:
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-hyperdrive
      description: APIs.io Engineering Platform Delete Hyperdrive
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloudflare-hyperdrive.deletehyperdrive
      with:
        account_id: tools.account_id
        hyperdrive_id: tools.hyperdrive_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-hyperdrive
      description: APIs.io Engineering Platform Get Hyperdrive
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-hyperdrive.gethyperdrive
      with:
        account_id: tools.account_id
        hyperdrive_id: tools.hyperdrive_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-patch-hyperdrive
      description: APIs.io Engineering Platform Patch Hyperdrive
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-hyperdrive.patchhyperdrive
      with:
        account_id: tools.account_id
        hyperdrive_id: tools.hyperdrive_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-hyperdrive
      description: APIs.io Engineering Platform Update Hyperdrive
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-hyperdrive.updatehyperdrive
      with:
        account_id: tools.account_id
        hyperdrive_id: tools.hyperdrive_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.