Weavz
Mux

Mux

Video infrastructure for streaming, encoding, live video, and playback

10 tools
2 triggers
Use withChatGPTClaudeClaude CodeCursorCodexMCP clientsSetup guide

Tools

Name
list_assets

List Mux video assets with pagination.

get_asset

Get a specific Mux asset by ID.

create_asset

Create a Mux video asset from a remote media URL. Sensitive/private source URLs should be explicitly approved before use.

create_direct_upload

Create a Mux direct upload URL for browser or server-side upload workflows.

create_playback_id

Create a public or signed playback ID for an existing Mux asset.

add_caption_track

Add a subtitle or caption text track to a Mux asset from a WebVTT or SRT URL.

get_playback_urls

Build Mux stream, thumbnail, storyboard, and MP4 URLs for a playback ID.

generate_signed_playback_url

Generate an expiring signed Mux playback JWT and URL. Requires signing key fields in the connection.

list_live_streams

List Mux live streams.

delete_asset

Delete one Mux asset by exact asset ID. Requires a matching confirmation value.

Triggers

Name
asset_ready

Polls Mux assets and emits assets that became ready since the previous poll.

webhook_event_received

Receives Mux webhook events such as video.asset.ready, video.asset.errored, or video.upload.asset_created.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('mux', 'list_assets', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'mux',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Mux to my app?

Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Mux support?

Mux supports 10 tools including List Assets, Get Asset, Create Asset, Create Direct Upload, Create Playback ID, and more.

Can I use Mux with AI agents?

Yes. Add Mux to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

How do I connect Mux to ChatGPT or Claude?

Open the Weavz connector setup, sign in, choose a workspace, and add Mux as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Mux tools exposed by that workspace.

Does Mux work with Claude Code, Cursor, Codex, and local agents?

Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Mux work, and execute Code Mode workflows from a terminal.

What can I ask an AI agent to do with Mux?

Mux exposes 10 tools, including List Assets, Get Asset, Create Asset, Create Direct Upload, Create Playback ID, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.

Can Mux be used in stateful agent workflows?

Yes. Agents can combine Mux tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does Mux use?

Mux uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Mux integration cost?

The Mux integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Mux support?

Mux supports 2 triggers including Asset Ready, Webhook Event Received.

Connect Mux in minutes

Get 20,000 free action executions every month. No credit card required.