agentspeed.

mux.com

scanned 7/26/2026, 5:34:58 AM · fresh · rubric 2026.08.0
Built with Next.js
robots.txt present: passrobots.txt allows AI agents: passContent-Signal directives: failllms.txt present: passSitemap present: passLink response headers: failCanonical URL: passMCP server card: failOAuth authorization metadata: failOAuth resource metadata: failAPI catalog / OpenAPI: failWeb Bot Auth: failMarkdown negotiation: failText-to-markup ratio: failContent without JavaScript: skipHeading hierarchy: warnCookie wall blocks content: passPage title: passMeta description: passJSON-LD present: passStructured data validates: warnSchema type coverage: passPaywall / login wall: passAgent Skills manifest: failWebMCP actions: failPrimary action reachable: passReachability: passTime to first byte: warnFull render time: skipPage weight: pass72/ 100 · C
Needs work

This is how AI agents (not browsers) experience mux.com. The score weights five categories of machine-readability; the ticks on the arc are the 30 individual checks behind it.

✉ Email me this report + alert me when it changes ↓

Top fixes

Checks tagged “emerging” are 2026 agent-protocol standards most of the web hasn’t adopted yet — adopting early is an edge, not a defect.

failLink response headersDiscoverability

No HTTP Link: response headers. Emit canonical/alternate/describedby relations so HEAD-only or stream-rendering agents get them without parsing HTML.

Fix: Emit `Link:` headers for canonical, alternate-language, and describedby relations. Agents that fetch HEAD-only or stream-render rely on these.

failText-to-markup ratioReadability

Visible text is 1.9% of HTML weight (16056/867102 bytes). Low. Markup may be crowding out agent-usable text.

Fix: Heavy ad or navigation markup crowds out agent-usable text. Aim for a text-to-DOM ratio above 15%.

warnStructured data validatesStructured data

1 recommended-field warning(s). First: WebSite recommends "potentialAction" (improves agent comprehension).

Fix: Validate your JSON-LD with Google Rich Results test. Fix missing required properties.

warnHeading hierarchyReadability

Heading issues: 2 skipped level(s).

Fix: Use a single H1 and avoid skipping heading levels (H1 → H3).

warnTime to first bytePerformance

TTFB 1775ms. Slow. Agents time out aggressively.

Fix: Agents time out aggressively. Use edge caching for anonymous requests to cut TTFB below 800ms.

failContent-Signal directivesemergingDiscoverability

No Content-Signal directives. Add e.g. `Content-Signal: ai-train=no, ai-summarize=yes` to declare granular AI usage policy beyond binary allow/disallow.

Fix: Add `Content-Signal:` directives to your robots.txt. This is the emerging standard (Cloudflare-driven) for declaring fine-grained AI usage policy beyond a binary allow/disallow.

Don’t lose this report

Get it in your inbox now — and a heads-up whenever mux.com’s agent-readiness score changes. Free, unsubscribe anytime.

Qualifies for certificationBronze

This score clears the Bronze threshold (70+). Certification turns it into a dated, publicly verifiable attestation — a verification URL, an embeddable badge, and weekly monitoring for a full year. Scores under 70 can’t buy this, which is what makes displaying it mean something.

Get certified — $199/year →

What the agent receives

The agent’s-eye view
Video API for developers | Mux Skip to content Mux Logo Toggle Mux Brand Popover Toggle navigation menu Product Solutions Developers Pricing Blog Talk to us Talk to us Log in Log in Mux Robots Beta Video for developers Mux helps teams do more with video. Stream it, moderate it, search it, analyze it, transform it. Build cost-effectively in minutes, not months. Get started Get started Read our docs Read our docs Trusted by top brands Features Unlock the data in your video More than just content, video contains a boatload of data for you to build with. Select a video to see Mux in action. Try another video Show the code Embedding a video with Mux is simple React component Web component Iframe embed import MuxPlayer from '@mux/mux-player-react' ; < MuxPlayer playbackId = " 61zK4LlhV9P00tpGpsH7Fc00T58eR7m63b " metadata = { { "video_title" : "Training video" , "video_user_id" : "user-1138" } } /> Turn video files into video features We give you the building blocks to create live and on-demand video exactly how you want. See all Mux Video features Transcript Thumbnails GIFs Clipping Storyboards Transcript Loading Still loading This is taking a while, huh This is a little awkward Still loading Reticulating splines Calculating the meaning of life Locating the required gigapixels Aligning the data streams Loading additional loading messages Waking up kittens Optimizing the optimizations Feeding the kittens Collating the pixels Reversing the polarity of the neutron flow Cuddling the kittens Dividing by zero Bending the spoon Still loading Show the code // create an asset with auto-generated subtitles await muxClient . video . assets . create ( { "inputs" : [ { "url" : "https://public.example.com/path/to/file.mp4" } , { generated_subtitles : [ { name : "English CC" , "language_code" : "en" } ] } ] , "playback_policies" : [ "public" ] , "video_quality" : "basic" } ) ; // get subtitles const playbackId = "61zK4LlhV9P00tpGpsH7Fc00T58eR7m63b" ; const trackId = "OAuM02dcFlV3xvQg6L98Ggu0100JcbZ01tmoAwC1xsR1t2OqyIO6IZeO00g" ; await fetch ( ` https://stream.mux.com/ ${ playbackId } /text/ ${ trackId } .vtt ` ) How much will this video cost? Uploading this 1m 40s video : Free Storing this video for 1 month : $0.004 Streaming 72,319 times : $16 Running 10 Mux Robots jobs : $0.08294 Mux Data analytics : Included Free monthly usage credit : -$20 Total : $0 Estimate your video costs Use our calculator Use our calculator Understand video analytics at a glance Track key engagement and video intelligence metrics: views, playing time, viewer retention, top performing content, and more. Mux Robots Integrate Mux's pre-built AI workflows or build your own. Our platform is built for humans and robots, from streaming to analysis and everything in between. Caption translation const assetId = "ERAR8Tf5UDH4IMZhwpiA6NElgqr02PK3A" ; const captionTrackId = "OAuM02dcFlV3xvQg6L98Ggu0100JcbZ01tmoAwC1xsR1t2OqyIO6IZeO00g" ; const job = await muxClient . robotsPreview . jobs . translateCaptions . create ( { parameters : { asset_id : assetId , track_id : captionTrackId , to_language_code : "es" } } ) ; const result = await muxClient . robotsPreview . jobs . translateCaptions . retrieve ( job . id ) ; console . log ( result . outputs . uploaded_track_id ) ; Show the code Ask questions Is this video a cartoon? yes no 100% certainty Does this video feature cats? yes no 100% certainty Was this video mostly shot outdoors? yes no 100% certainty const assetId = "ERAR8Tf5UDH4IMZhwpiA6NElgqr02PK3A" ; const job = await muxClient . robotsPreview . jobs . askQuestions . create ( { parameters : { asset_id : assetId , questions : [ { question : "Is this video a cartoon?" } , { question : "Does this video feature cats?" } , { question : "Was this video mostly shot outdoors?" } ] } } ) ; const result = await muxClient . robotsPreview . jobs . askQuestions . retrieve ( job . id ) ; console . log ( result . outputs . answers ) ; Show the code Summarization | Tone: Neutral Professional Playful const assetId = "ERAR8Tf5UDH4IMZhwpiA6NElgqr02PK3A" ; const job = await muxClient . robotsPreview . jobs . summarize . create ( { parameters : { asset_id : assetId , tone : "neutral" } } ) ; const result = await muxClient . robotsPreview . jobs . summarize . retrieve ( job . id ) ; console . log ( result . outputs . title ) ; console . log ( result . outputs . description ) ; console . log ( result . outputs . tags ) ; Show the code Content moderation NSFW: Violent: const assetId = "ERAR8Tf5UDH4IMZhwpiA6NElgqr02PK3A" ; const job = await muxClient . robotsPreview . jobs . moderate . create ( { parameters : { asset_id : assetId , thresholds : { sexual : 0.7 , // Flag content with 70%+ confidence violence : 0.8 // Flag content with 80%+ confidence } } } ) ; const result = await muxClient . robotsPreview . jobs . moderate . retrieve ( job . id ) ; console . log ( result . outputs . exceeds_threshold ) ; console . log ( result . outputs . max_scores . sexual ) ; console . log ( result . outputs . max_scores . violence ) ; Show the code Chaptering Analyze your video to identify natural breakpoints, create descriptive chapter titles, and add timestamps const assetId = "ERAR8Tf5UDH4IMZhwpiA6NElgqr02PK3A" ; const job = await muxClient . robotsPreview . jobs . generateChapters . create ( { parameters : { asset_id : assetId } } ) ; const result = await muxClient . robotsPreview . jobs . generateChapters . retrieve ( job . id ) ; console . log ( result . outputs . chapters ) ; Show the code The video infrastructure for your website From background videos to simple player embeds, we’ve got you covered. Commerce-UI built Lady Gaga’s immersive website with video front and center. After launch, they saw a 128% increase in add-to-cart rate and 55% increase in average order value. While you perfect your AI models, we take care of encoding, delivery, and scaling your video output reliably and cost-effectively. Synthesia built their AI video platform on Mux enabling them to affordably scale video generation while focusing on AI innovation rather than building video from scratch. With videos ready for playback in an average of under 2 seconds you can build what you need for your community. Glassdoor launched user-generated video and created a new form of content-moderated community engagement in their app in 5 months. Whether it’s on-demand or live, build video that scales to support your users. Patreon built native video for a more consistent creator and fan experience, going from limited control with third-party solutions to a fully customized, seamless platform.. Go from MVP to launch in no time with API and docs that are designed for developers to build video quickly. Typeform integrated video questions and answers into their forms, achieving 24% adoption among Growth plan users and contributing over 2.5% of ARR within six months of launch. With latency as low as 4 seconds and support for SRT (with HEVC) and RTMP, you can stream live, at scale, and without worry. Maestro helps creators like Billie Eilish create and monetize interactive live experiences at scale. They enable creators to stream and connect to hundreds of thousands of fans. We speak your language You don’t have to reinvent your stack to get great video. We’re compatible with your favorite languages and frameworks. Mux is available on the Vercel Marketplace . Python Go Elixir Node Ruby PHP iOS Icon Android Icon Mux love from around the world Working with the Mux team felt like we were all working together, as opposed to the typical vendor/client relationship. Mux was with us every step of the way, from ideation to delivery. Lucas Kacher Staff Software Engineer + Engineering Lead for Video Ran our first live stream via @MuxHQ today after some horrible experiences with a well known alternative who shall remain nameless. Super simple, reliable and looked great! Will Wilson @theMojoWill I could have created a custom solution like Amazon S3 to host my video, but it was extr

Show your score

Embed this badge on your site. It links back to this live scan and updates on every rescan.

AgentSpeed score for mux.com
<a href="https://agentspeed.com/scan/mux.com"><img src="https://agentspeed.com/badge/mux.com" alt="AgentSpeed agent-readiness score" height="56"></a>

Track this score

Get this report by email, then a heads-up when mux.com’s agent-readiness actually changes — a check regressing, or the composite dropping.

Two things never trigger an email: a score change caused by us publishing a new rubric, because that is a different instrument rather than a change to your site, and movement explained only by timing-derived checks, which shift run to run on a site nobody touched.

Want it on your own schedule, with Slack or a webhook instead of email? Score-drift monitoring is on every paid plan.

This score says whether an AI agent could read mux.com. AI traffic analytics says whether one actually came — and which pages turned it away.

Full breakdown

14 pass3 warn11 fail2 skip
Discoverability
pass
robots.txt present
A robots.txt is reachable at the site root.
100/100
pass
robots.txt allows AI agents
All 9 answer-time access agents allowed.
100/100
fail
Content-Signal directivesemerging
No Content-Signal directives. Add e.g. `Content-Signal: ai-train=no, ai-summarize=yes` to declare granular AI usage policy beyond binary allow/disallow.
0/100
pass
llms.txt present
Found /llms.txt (24354 bytes), H1 + at least one link present. Not scored.
100/100
pass
Sitemap present
sitemap.xml reachable and referenced from robots.txt.
100/100
fail
Link response headers
No HTTP Link: response headers. Emit canonical/alternate/describedby relations so HEAD-only or stream-rendering agents get them without parsing HTML.
0/100
pass
Canonical URL
Canonical points to self: https://www.mux.com/.
100/100
fail
MCP server cardemerging
No valid MCP Server Card at /.well-known/mcp/server-card.json. Publish one so agents can discover your tools without HTML scraping.
0/100
fail
OAuth authorization metadataemerging
No RFC 8414 metadata at /.well-known/oauth-authorization-server. Agents that act on behalf of users need this to discover your authorization endpoints.
0/100
fail
OAuth resource metadataemerging
No RFC 9728 metadata at /.well-known/oauth-protected-resource. Publish it so agents can discover required scopes without hand-coded credentials.
0/100
fail
API catalog / OpenAPIemerging
No /.well-known/api-catalog (RFC 9727) and no /openapi.json|yaml. Publish one so agents that integrate with APIs can discover your endpoints.
0/100
fail
Web Bot Authemerging
No Web Bot Auth JWKS at /.well-known/http-message-signatures-directory.json. Publish one to allow trusted agents while keeping a default-deny posture for the rest.
0/100
Readability
fail
Markdown negotiationemerging
Accept: text/markdown returns HTML, not markdown. Serve a markdown variant of primary content when requested; agents summarize and cite it more reliably.
0/100
fail
Text-to-markup ratio
Visible text is 1.9% of HTML weight (16056/867102 bytes). Low. Markup may be crowding out agent-usable text.
14/100
skip
Content without JavaScript
Browser pass unavailable; cannot measure JS dependency.
warn
Heading hierarchy
Heading issues: 2 skipped level(s).
75/100
pass
Cookie wall blocks content
No common consent-modal markers detected.
100/100
pass
Page title
A concise <title> is present (30 chars).
100/100
pass
Meta description
A well-sized meta description is present (163 chars).
100/100
Structured data
pass
JSON-LD present
Found 2 JSON-LD blocks.
100/100
warn
Structured data validates
1 recommended-field warning(s). First: WebSite recommends "potentialAction" (improves agent comprehension).
95/100
pass
Schema type coverage
Page intent unclear; no specific schema.org type expected.
100/100
Actionability
pass
Paywall / login wall
No paywall or login-wall detected on the landing URL.
100/100
fail
Agent Skills manifestemerging
No Agent Skills manifest at /.well-known/agent-skills.json. Enumerate the tasks agents can perform (search, add-to-cart, contact-support) so they pick the right one without scraping.
0/100
fail
WebMCP actionsemerging
No WebMCP detected. On pages with first-class actions (cart, support, account), embed a WebMCP server so on-page agents invoke tools directly.
0/100
pass
Primary action reachable
Primary offering identified ("Video API platform") with price/CTA ("Get started").
100/100
pass
Reachability
HTTP 200 after 1 redirect.
100/100
Performance
warn
Time to first byte
TTFB 1775ms. Slow. Agents time out aggressively.
40/100
skip
Full render time
Full-render time unavailable (browser pass skipped or failed).
pass
Page weight
Initial document is a lean 847 KB.
100/100
Beyond the scan

Running AI agents of your own? AgentSpeed also monitors them in production — every run, its latency, cost, and failures, with alerts when something breaks. Free for 10,000 events a month, no credit card.

Start watching free →See plans