Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
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
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