APIs.io Engineering Platform Cloudflare API — Stream Signing Keys

APIs.io Engineering Platform Cloudflare API — Stream Signing 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 PlatformStream Signing Keys

What You Can Do

GET
Streamsigningkeyslistsigningkeys — APIs.io Engineering Platform List signing keys
/v1/accounts/{account-id}/stream/keys
POST
Streamsigningkeyscreatesigningkeys — APIs.io Engineering Platform Create signing keys
/v1/accounts/{account-id}/stream/keys
DELETE
Streamsigningkeysdeletesigningkeys — APIs.io Engineering Platform Delete signing keys
/v1/accounts/{account-id}/stream/keys/{identifier}

MCP Tools

apis-io-engineering-platform-list-signing

APIs.io Engineering Platform List signing keys

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

APIs.io Engineering Platform Create signing keys

apis-io-engineering-platform-delete-signing

APIs.io Engineering Platform Delete signing keys

idempotent

Capability Spec

cloudflare-stream-signing-keys.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — Stream Signing Keys
  description: 'APIs.io Engineering Platform Cloudflare API — Stream Signing 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
  - Stream Signing 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-stream-signing-keys
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — Stream Signing Keys business capability. Self-contained, no
      shared references.
    resources:
    - name: accounts-account_id-stream-keys
      path: /accounts/{account_id}/stream/keys
      operations:
      - name: streamsigningkeyslistsigningkeys
        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: streamsigningkeyscreatesigningkeys
        method: POST
        description: APIs.io Engineering Platform Create signing keys
        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-stream-keys-identifier
      path: /accounts/{account_id}/stream/keys/{identifier}
      operations:
      - name: streamsigningkeysdeletesigningkeys
        method: DELETE
        description: APIs.io Engineering Platform Delete signing keys
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: identifier
          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-stream-signing-keys-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — Stream Signing Keys. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{account-id}/stream/keys
      name: accounts-account-id-stream-keys
      description: REST surface for accounts-account_id-stream-keys.
      operations:
      - method: GET
        name: streamsigningkeyslistsigningkeys
        description: APIs.io Engineering Platform List signing keys
        call: cloudflare-stream-signing-keys.streamsigningkeyslistsigningkeys
        with:
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: streamsigningkeyscreatesigningkeys
        description: APIs.io Engineering Platform Create signing keys
        call: cloudflare-stream-signing-keys.streamsigningkeyscreatesigningkeys
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/stream/keys/{identifier}
      name: accounts-account-id-stream-keys-identifier
      description: REST surface for accounts-account_id-stream-keys-identifier.
      operations:
      - method: DELETE
        name: streamsigningkeysdeletesigningkeys
        description: APIs.io Engineering Platform Delete signing keys
        call: cloudflare-stream-signing-keys.streamsigningkeysdeletesigningkeys
        with:
          identifier: rest.identifier
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-stream-signing-keys-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — Stream Signing 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-stream-signing-keys.streamsigningkeyslistsigningkeys
      with:
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-signing
      description: APIs.io Engineering Platform Create signing keys
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-stream-signing-keys.streamsigningkeyscreatesigningkeys
      with:
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-signing
      description: APIs.io Engineering Platform Delete signing keys
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloudflare-stream-signing-keys.streamsigningkeysdeletesigningkeys
      with:
        identifier: tools.identifier
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.