Livepeer · Capability

Livepeer Studio — Multistream

Livepeer Studio — Multistream. 5 operations. Self-contained Naftiko capability for one Studio business surface.

Livepeer Studio — Multistream is a Naftiko capability published by Livepeer, one of 19 capabilities the APIs.io network indexes for this provider. It bundles 5 operations across the GET, POST, PATCH, and DELETE methods rooted at /multistream/target.

The capability includes 2 read-only operations and 3 state-changing operations. Lead operation: Retrieve Multistream Targets. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Livepeer, Studio, and Multistream.

Run with Naftiko LivepeerStudioMultistream

What You Can Do

GET
Getmultistreamtargets — Retrieve Multistream Targets
/multistream/target
POST
Createmultistreamtarget — Create a multistream target
/multistream/target
GET
Getmultistreamtarget — Retrieve a multistream target
/multistream/target/{id}
PATCH
Updatemultistreamtarget — Update Multistream Target
/multistream/target/{id}
DELETE
Deletemultistreamtarget — Delete a multistream target
/multistream/target/{id}

MCP Tools

retrieve-multistream-targets

Retrieve Multistream Targets

read-only idempotent
create-a-multistream-target

Create a multistream target

retrieve-a-multistream-target

Retrieve a multistream target

read-only idempotent
update-multistream-target

Update Multistream Target

delete-a-multistream-target

Delete a multistream target

idempotent

Capability Spec

livepeer-studio-multistream.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: "Livepeer Studio \u2014 Multistream"
  description: "Livepeer Studio \u2014 Multistream. 5 operations. Self-contained Naftiko capability for one Studio business surface."
  tags:
  - Livepeer
  - Studio
  - Multistream
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
- namespace: env
  keys:
    LIVEPEER_API_KEY: LIVEPEER_API_KEY
capability:
  consumes:
  - type: http
    namespace: livepeer-studio-multistream
    baseUri: https://livepeer.studio/api
    description: "Livepeer Studio \u2014 Multistream business capability. Self-contained, no shared references."
    resources:
    - name: multistream-target
      path: /multistream/target
      operations:
      - name: getmultistreamtargets
        method: GET
        description: Retrieve Multistream Targets
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createmultistreamtarget
        method: POST
        description: Create a multistream target
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: multistream-target-id
      path: /multistream/target/{id}
      operations:
      - name: getmultistreamtarget
        method: GET
        description: Retrieve a multistream target
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updatemultistreamtarget
        method: PATCH
        description: Update Multistream Target
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: deletemultistreamtarget
        method: DELETE
        description: Delete a multistream target
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.LIVEPEER_API_KEY}}'
  exposes:
  - type: rest
    namespace: livepeer-studio-multistream-rest
    port: 8080
    description: "REST adapter for Livepeer Studio \u2014 Multistream."
    resources:
    - path: /multistream/target
      name: multistream-target
      description: REST surface for multistream-target.
      operations:
      - method: GET
        name: getmultistreamtargets
        description: Retrieve Multistream Targets
        call: livepeer-studio-multistream.getmultistreamtargets
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createmultistreamtarget
        description: Create a multistream target
        call: livepeer-studio-multistream.createmultistreamtarget
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /multistream/target/{id}
      name: multistream-target-id
      description: REST surface for multistream-target-id.
      operations:
      - method: GET
        name: getmultistreamtarget
        description: Retrieve a multistream target
        call: livepeer-studio-multistream.getmultistreamtarget
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: updatemultistreamtarget
        description: Update Multistream Target
        call: livepeer-studio-multistream.updatemultistreamtarget
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletemultistreamtarget
        description: Delete a multistream target
        call: livepeer-studio-multistream.deletemultistreamtarget
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: livepeer-studio-multistream-mcp
    port: 9090
    transport: http
    description: "MCP adapter for Livepeer Studio \u2014 Multistream. One tool per consumed operation."
    tools:
    - name: retrieve-multistream-targets
      description: Retrieve Multistream Targets
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: livepeer-studio-multistream.getmultistreamtargets
      outputParameters:
      - type: object
        mapping: $.
    - name: create-a-multistream-target
      description: Create a multistream target
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: livepeer-studio-multistream.createmultistreamtarget
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: retrieve-a-multistream-target
      description: Retrieve a multistream target
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: livepeer-studio-multistream.getmultistreamtarget
      outputParameters:
      - type: object
        mapping: $.
    - name: update-multistream-target
      description: Update Multistream Target
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: livepeer-studio-multistream.updatemultistreamtarget
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: delete-a-multistream-target
      description: Delete a multistream target
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: livepeer-studio-multistream.deletemultistreamtarget
      outputParameters:
      - type: object
        mapping: $.