APIs.io Engineering Platform Cloudflare API — Stream Live Inputs

APIs.io Engineering Platform Cloudflare API — Stream Live Inputs. 9 operations. Lead operation: APIs.io Engineering Platform List live inputs. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformStream Live Inputs

What You Can Do

GET
Streamliveinputslistliveinputs — APIs.io Engineering Platform List live inputs
/v1/accounts/{account-id}/stream/live-inputs
POST
Streamliveinputscreatealiveinput — APIs.io Engineering Platform Create a live input
/v1/accounts/{account-id}/stream/live-inputs
DELETE
Streamliveinputsdeletealiveinput — APIs.io Engineering Platform Delete a live input
/v1/accounts/{account-id}/stream/live-inputs/{live-input-identifier}
GET
Streamliveinputsretrievealiveinput — APIs.io Engineering Platform Retrieve a live input
/v1/accounts/{account-id}/stream/live-inputs/{live-input-identifier}
PUT
Streamliveinputsupdatealiveinput — APIs.io Engineering Platform Update a live input
/v1/accounts/{account-id}/stream/live-inputs/{live-input-identifier}
GET
Streamliveinputslistalloutputsassociatedwithaspecifiedliveinput — APIs.io Engineering Platform List all outputs associated with a specified live input
/v1/accounts/{account-id}/stream/live-inputs/{live-input-identifier}/outputs
POST
Streamliveinputscreateanewoutputconnectedtoaliveinput — APIs.io Engineering Platform Create a new output, connected to a live input
/v1/accounts/{account-id}/stream/live-inputs/{live-input-identifier}/outputs
DELETE
Streamliveinputsdeleteanoutput — APIs.io Engineering Platform Delete an output
/v1/accounts/{account-id}/stream/live-inputs/{live-input-identifier}/outputs/{output-identifier}
PUT
Streamliveinputsupdateanoutput — APIs.io Engineering Platform Update an output
/v1/accounts/{account-id}/stream/live-inputs/{live-input-identifier}/outputs/{output-identifier}

MCP Tools

apis-io-engineering-platform-list-live

APIs.io Engineering Platform List live inputs

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

APIs.io Engineering Platform Create a live input

apis-io-engineering-platform-delete-live

APIs.io Engineering Platform Delete a live input

idempotent
apis-io-engineering-platform-retrieve-live

APIs.io Engineering Platform Retrieve a live input

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

APIs.io Engineering Platform Update a live input

idempotent
apis-io-engineering-platform-list-all

APIs.io Engineering Platform List all outputs associated with a specified live input

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

APIs.io Engineering Platform Create a new output, connected to a live input

apis-io-engineering-platform-delete-output

APIs.io Engineering Platform Delete an output

idempotent
apis-io-engineering-platform-update-output

APIs.io Engineering Platform Update an output

idempotent

Capability Spec

cloudflare-stream-live-inputs.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — Stream Live Inputs
  description: 'APIs.io Engineering Platform Cloudflare API — Stream Live Inputs. 9 operations. Lead operation: APIs.io Engineering
    Platform List live inputs. Self-contained Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - Stream Live Inputs
  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-live-inputs
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — Stream Live Inputs business capability. Self-contained, no
      shared references.
    resources:
    - name: accounts-account_id-stream-live_inputs
      path: /accounts/{account_id}/stream/live_inputs
      operations:
      - name: streamliveinputslistliveinputs
        method: GET
        description: APIs.io Engineering Platform List live inputs
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: include_counts
          in: query
          type: string
      - name: streamliveinputscreatealiveinput
        method: POST
        description: APIs.io Engineering Platform Create a live input
        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-live_inputs-live_input_identifier
      path: /accounts/{account_id}/stream/live_inputs/{live_input_identifier}
      operations:
      - name: streamliveinputsdeletealiveinput
        method: DELETE
        description: APIs.io Engineering Platform Delete a live input
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: live_input_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
      - name: streamliveinputsretrievealiveinput
        method: GET
        description: APIs.io Engineering Platform Retrieve a live input
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: live_input_identifier
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
      - name: streamliveinputsupdatealiveinput
        method: PUT
        description: APIs.io Engineering Platform Update a live input
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: live_input_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
    - name: accounts-account_id-stream-live_inputs-live_input_identifier-outputs
      path: /accounts/{account_id}/stream/live_inputs/{live_input_identifier}/outputs
      operations:
      - name: streamliveinputslistalloutputsassociatedwithaspecifiedliveinput
        method: GET
        description: APIs.io Engineering Platform List all outputs associated with a specified live input
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: live_input_identifier
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
      - name: streamliveinputscreateanewoutputconnectedtoaliveinput
        method: POST
        description: APIs.io Engineering Platform Create a new output, connected to a live input
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: live_input_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
    - name: accounts-account_id-stream-live_inputs-live_input_identifier-outputs-output_iden
      path: /accounts/{account_id}/stream/live_inputs/{live_input_identifier}/outputs/{output_identifier}
      operations:
      - name: streamliveinputsdeleteanoutput
        method: DELETE
        description: APIs.io Engineering Platform Delete an output
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: output_identifier
          in: path
          type: string
          required: true
        - name: live_input_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
      - name: streamliveinputsupdateanoutput
        method: PUT
        description: APIs.io Engineering Platform Update an output
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: output_identifier
          in: path
          type: string
          required: true
        - name: live_input_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-live-inputs-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — Stream Live Inputs. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{account-id}/stream/live-inputs
      name: accounts-account-id-stream-live-inputs
      description: REST surface for accounts-account_id-stream-live_inputs.
      operations:
      - method: GET
        name: streamliveinputslistliveinputs
        description: APIs.io Engineering Platform List live inputs
        call: cloudflare-stream-live-inputs.streamliveinputslistliveinputs
        with:
          account_id: rest.account_id
          include_counts: rest.include_counts
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: streamliveinputscreatealiveinput
        description: APIs.io Engineering Platform Create a live input
        call: cloudflare-stream-live-inputs.streamliveinputscreatealiveinput
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/stream/live-inputs/{live-input-identifier}
      name: accounts-account-id-stream-live-inputs-live-input-identifier
      description: REST surface for accounts-account_id-stream-live_inputs-live_input_identifier.
      operations:
      - method: DELETE
        name: streamliveinputsdeletealiveinput
        description: APIs.io Engineering Platform Delete a live input
        call: cloudflare-stream-live-inputs.streamliveinputsdeletealiveinput
        with:
          live_input_identifier: rest.live_input_identifier
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: streamliveinputsretrievealiveinput
        description: APIs.io Engineering Platform Retrieve a live input
        call: cloudflare-stream-live-inputs.streamliveinputsretrievealiveinput
        with:
          live_input_identifier: rest.live_input_identifier
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: streamliveinputsupdatealiveinput
        description: APIs.io Engineering Platform Update a live input
        call: cloudflare-stream-live-inputs.streamliveinputsupdatealiveinput
        with:
          live_input_identifier: rest.live_input_identifier
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/stream/live-inputs/{live-input-identifier}/outputs
      name: accounts-account-id-stream-live-inputs-live-input-identifier-outputs
      description: REST surface for accounts-account_id-stream-live_inputs-live_input_identifier-outputs.
      operations:
      - method: GET
        name: streamliveinputslistalloutputsassociatedwithaspecifiedliveinput
        description: APIs.io Engineering Platform List all outputs associated with a specified live input
        call: cloudflare-stream-live-inputs.streamliveinputslistalloutputsassociatedwithaspecifiedliveinput
        with:
          live_input_identifier: rest.live_input_identifier
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: streamliveinputscreateanewoutputconnectedtoaliveinput
        description: APIs.io Engineering Platform Create a new output, connected to a live input
        call: cloudflare-stream-live-inputs.streamliveinputscreateanewoutputconnectedtoaliveinput
        with:
          live_input_identifier: rest.live_input_identifier
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/stream/live-inputs/{live-input-identifier}/outputs/{output-identifier}
      name: accounts-account-id-stream-live-inputs-live-input-identifier-outputs-output-iden
      description: REST surface for accounts-account_id-stream-live_inputs-live_input_identifier-outputs-output_iden.
      operations:
      - method: DELETE
        name: streamliveinputsdeleteanoutput
        description: APIs.io Engineering Platform Delete an output
        call: cloudflare-stream-live-inputs.streamliveinputsdeleteanoutput
        with:
          output_identifier: rest.output_identifier
          live_input_identifier: rest.live_input_identifier
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: streamliveinputsupdateanoutput
        description: APIs.io Engineering Platform Update an output
        call: cloudflare-stream-live-inputs.streamliveinputsupdateanoutput
        with:
          output_identifier: rest.output_identifier
          live_input_identifier: rest.live_input_identifier
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-stream-live-inputs-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — Stream Live Inputs. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-list-live
      description: APIs.io Engineering Platform List live inputs
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-stream-live-inputs.streamliveinputslistliveinputs
      with:
        account_id: tools.account_id
        include_counts: tools.include_counts
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-live
      description: APIs.io Engineering Platform Create a live input
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-stream-live-inputs.streamliveinputscreatealiveinput
      with:
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-live
      description: APIs.io Engineering Platform Delete a live input
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloudflare-stream-live-inputs.streamliveinputsdeletealiveinput
      with:
        live_input_identifier: tools.live_input_identifier
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-retrieve-live
      description: APIs.io Engineering Platform Retrieve a live input
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-stream-live-inputs.streamliveinputsretrievealiveinput
      with:
        live_input_identifier: tools.live_input_identifier
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-live
      description: APIs.io Engineering Platform Update a live input
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-stream-live-inputs.streamliveinputsupdatealiveinput
      with:
        live_input_identifier: tools.live_input_identifier
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-list-all
      description: APIs.io Engineering Platform List all outputs associated with a specified live input
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-stream-live-inputs.streamliveinputslistalloutputsassociatedwithaspecifiedliveinput
      with:
        live_input_identifier: tools.live_input_identifier
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-new
      description: APIs.io Engineering Platform Create a new output, connected to a live input
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-stream-live-inputs.streamliveinputscreateanewoutputconnectedtoaliveinput
      with:
        live_input_identifier: tools.live_input_identifier
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-output
      description: APIs.io Engineering Platform Delete an output
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloudflare-stream-live-inputs.streamliveinputsdeleteanoutput
      with:
        output_identifier: tools.output_identifier
        live_input_identifier: tools.live_input_identifier
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-output
      description: APIs.io Engineering Platform Update an output
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-stream-live-inputs.streamliveinputsupdateanoutput
      with:
        output_identifier: tools.output_identifier
        live_input_identifier: tools.live_input_identifier
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.