MCP & AI Agent Integration

Mux
automation.

17 AI agent actions for Mux — callable from any MCP-compatible runtime, Claude, Cursor, or Cerebral OS workflow. Use Mux to organize files, generate documents, and manage permissions programmatically. Full governance, audit trail, and dry-run safety on every execution.

No credit card required
Live in production environments
<200ms median execution
Dry-run before production
Execution trace
live
17
actions
100%
governed
<200ms
latency
17
AI agent actions
7
Read operations
10
Write operations
5
High-risk actions (approval gated)
Files & Documents Mux is a Files & Documents integration — use it to automate file storage, sharing, and document management from any AI agent or MCP-compatible runtime.
Actions

What you can do
with Mux.

Every action below is available as an MCP tool and a verb in Cerebral OS — callable from any AI agent, Claude, Cursor, Windsurf, or your own runtime via the BYOA API. All executions are governed, audited, and dry-run safe.

Get Asset
mux:get_asset
Fetch a single video asset by ID with encoding status and playback info.
Read Low risk
Get Live Stream
mux:get_live_stream
Fetch a single live stream by ID with status and streaming info.
Read Low risk
Get Upload
mux:get_upload
Fetch a direct upload by ID with status and associated asset info.
Read Low risk
List Assets
mux:list_assets
List video assets with optional filtering and pagination.
Read Low risk
List Live Streams
mux:list_live_streams
List live streams with optional filtering and pagination.
Read Low risk
List Signing Keys
mux:list_signing_keys
List signing keys used for generating signed playback URLs.
Read Low risk
List Uploads
mux:list_uploads
List direct uploads with pagination.
Read Low risk
Cancel Upload
mux:cancel_upload
Cancel a direct upload that is in progress or waiting.
Write High risk
Create Asset
mux:create_asset
Create a new video asset from a URL for encoding and streaming.
Write Medium risk
Create Direct Upload
mux:create_direct_upload
Create a direct upload URL for client-side video file uploads.
Write Medium risk
Create Live Stream
mux:create_live_stream
Create a new live stream for real-time broadcasting.
Write Medium risk
Create Playback Id
mux:create_playback_id
Create a new playback ID for an existing asset.
Write Medium risk
Create Signing Key
mux:create_signing_key
Create a new signing key for generating signed playback URLs.
Write Medium risk
Delete Asset
mux:delete_asset
Permanently delete a video asset and all associated data.
Write High risk
Delete Live Stream
mux:delete_live_stream
Permanently delete a live stream.
Write High risk
Delete Playback Id
mux:delete_playback_id
Delete a playback ID from an asset.
Write High risk
Delete Signing Key
mux:delete_signing_key
Delete a signing key.
Write High risk
MCP & Runtime API

Call Mux
from any AI agent.

Any AI agent — Claude, Cursor, LangChain, AutoGen, or your own — can call Mux actions through the Cerebral OS Runtime API. Governance, credentials, and audit trail fire automatically.

mux:get_asset READ
# Call via Runtime API
curl
-X POST \
  "https://api.cerebralos.com/v1/runtime/actions/run"
  -H "X-API-Key: YOUR_KEY" \
  -d '{
    "verb": "mux:get_asset",
    "args": {},
    "execution_id": "agent-001"
  }'
mux:cancel_upload WRITE
# Dry-run first — no production risk
curl
-X POST \
  "https://api.cerebralos.com/v1/runtime/actions/run"
  -H "X-API-Key: YOUR_KEY" \
  -d '{
    "verb": "mux:cancel_upload",
    "args": {},
    "execution_id": "agent-001",
    "metadata": {"dryRun": true}
  }'
Get your Runtime API key at app.cerebralos.com/signup — 1,000 free executions, no credit card required.
AI agent examples

What your AI agent
can do with Mux.

Real patterns your AI agent can execute via MCP or the Runtime API. Every action governed, dry-run safe, and fully audited.

Trigger
AI agent needs Mux data
Call mux:get_asset via MCP or Runtime API
AI processes result and takes next action
Full execution logged to audit trail automatically
Trigger
Workflow needs to write to Mux
Dry-run validates mux:cancel_upload before execution
Approval gate fires if risk level is high
Action executes with full governance — logged, audited, reversible
Trigger
File or document event
Process with AI
Route for approval
Notify team
How it works

Every Mux action
governed end-to-end.

Cerebral OS isn't a connector. It's the execution layer that sits in front of Mux — adding governance, dry-run safety, and a full audit trail to every operation.

Governance first
Every verb carries a risk classification. High-risk writes require explicit approval gates before they execute in production.
Dry-run safe
Simulate any Mux action before it touches production. See exactly what would happen before a single real call is made.
Immutable audit trail
Every Mux action is logged — what ran, what changed, who approved it, when it happened. Full history on every verb, forever.
Connect with

Mux works best
alongside these.

Build multi-step workflows that connect Mux to the rest of your stack. All governed. All audited.

Mux integration

Start free.
No credit card required.

Start free with 1,000 runs — no credit card required. Connect Mux in minutes, dry-run every action before it touches production, full audit trail on everything.

Start free — 1,000 runs Browse all integrations →