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: $.