Dolby.io · Capability

Dolby OptiView Live (THEOlive) — Distributions

Manage stream-delivery endpoints with security controls (geo-blocking, IP blocking, referer restrictions) and WebRTC delivery on the Dolby OptiView Live (THEOlive) platform.

Dolby OptiView Live (THEOlive) — Distributions is a Naftiko capability published by Dolby.io, one of 9 capabilities the APIs.io network indexes for this provider. It bundles 1 operation.

The capability includes 1 state-changing operation. Lead operation: Create a stream distribution endpoint with security controls. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Dolby, OptiView, THEOlive, Distributions, and Security.

Run with Naftiko DolbyOptiViewTHEOliveDistributionsSecurityGeo Blocking

MCP Tools

theolive-create-distribution

Create a stream distribution endpoint with security controls.

Capability Spec

theolive-distributions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Dolby OptiView Live (THEOlive) — Distributions
  description: Manage stream-delivery endpoints with security controls (geo-blocking, IP blocking, referer restrictions) and WebRTC delivery on the Dolby OptiView Live (THEOlive) platform.
  tags:
  - Dolby
  - OptiView
  - THEOlive
  - Distributions
  - Security
  - Geo Blocking
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
- namespace: env
  keys:
    THEOLIVE_USER: THEOLIVE_USER
    THEOLIVE_PASSWORD: THEOLIVE_PASSWORD
capability:
  consumes:
  - type: http
    namespace: distributions
    baseUri: https://api.theo.live/v2
    description: Distribution management on the OptiView Live (THEOlive) REST API.
    resources:
    - name: distributions
      path: /distributions
      operations:
      - name: listDistributions
        method: GET
      - name: createDistribution
        method: POST
        inputParameters:
        - name: body
          in: body
          type: object
          required: true
      - name: getDistribution
        method: GET
        path: /distributions/{distributionID}
        inputParameters:
        - name: distributionID
          in: path
          type: string
          required: true
      - name: updateDistribution
        method: PUT
        path: /distributions/{distributionID}
        inputParameters:
        - name: distributionID
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          required: true
      - name: deleteDistribution
        method: DELETE
        path: /distributions/{distributionID}
        inputParameters:
        - name: distributionID
          in: path
          type: string
          required: true
    authentication:
      type: basic
      key: Authorization
      value: 'Basic {{env.THEOLIVE_USER}}:{{env.THEOLIVE_PASSWORD}}'
      placement: header
  exposes:
  - type: mcp
    namespace: distributions-mcp
    port: 9090
    transport: http
    description: MCP adapter for OptiView Live distribution management.
    tools:
    - name: theolive-create-distribution
      description: Create a stream distribution endpoint with security controls.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: distributions.createDistribution
      with:
        body: tools.body