Dolby.io · Capability

Dolby OptiView Real-time Streaming — Webhooks

Register webhook URLs to receive feed, recording, thumbnail, transcoder, and viewer-connection events from the Dolby OptiView Real-time Streaming platform. Payloads are signed with HMAC-SHA1 in the X-Millicast-Signature header.

Dolby OptiView Real-time Streaming — Webhooks 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: Register a webhook to receive OptiView Real-time Streaming events. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Dolby, OptiView, Real-time Streaming, Webhooks, and Events.

Run with Naftiko DolbyOptiViewReal-time StreamingWebhooksEvents

MCP Tools

dolby-create-webhook

Register a webhook to receive OptiView Real-time Streaming events.

Capability Spec

realtime-streaming-webhooks.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Dolby OptiView Real-time Streaming — Webhooks
  description: Register webhook URLs to receive feed, recording, thumbnail, transcoder, and viewer-connection events from the Dolby OptiView Real-time Streaming platform. Payloads are signed with HMAC-SHA1 in the X-Millicast-Signature header.
  tags:
  - Dolby
  - OptiView
  - Real-time Streaming
  - Webhooks
  - Events
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
- namespace: env
  keys:
    MILLICAST_API_SECRET: MILLICAST_API_SECRET
capability:
  consumes:
  - type: http
    namespace: webhooks
    baseUri: https://api.millicast.com/api
    description: Webhook management on the OptiView Real-time Streaming REST API.
    resources:
    - name: webhooks
      path: /webhooks
      operations:
      - name: listWebhooks
        method: GET
        description: List configured webhooks for the account.
      - name: createWebhook
        method: POST
        description: Register a webhook URL with selected event categories.
        inputParameters:
        - name: body
          in: body
          type: object
          required: true
      - name: deleteWebhook
        method: DELETE
        path: /webhooks/{webhookID}
        description: Delete a webhook by ID.
        inputParameters:
        - name: webhookID
          in: path
          type: integer
          required: true
    authentication:
      type: apikey
      key: Authorization
      value: 'Bearer {{env.MILLICAST_API_SECRET}}'
      placement: header
  exposes:
  - type: mcp
    namespace: webhooks-mcp
    port: 9090
    transport: http
    description: MCP adapter for OptiView Real-time Streaming webhook management.
    tools:
    - name: dolby-create-webhook
      description: Register a webhook to receive OptiView Real-time Streaming events.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: webhooks.createWebhook
      with:
        body: tools.body