See AIMux
In Action
Watch a live terminal recording of AIMux handling real requests. Six test cases. Zero API calls. Zero cost.
What You're About to See
This is a real terminal recording. No editing. No cherry-picking. We run make demo which executes 6 live test cases against a running AIMux instance. Watch how the mesh handles semantic routing, enforces ACLs, validates authentication, and logs every decision—all in <10ms per request.
Semantic Routing
Natural language queries routed to the right service without hitting an LLM
ACL Enforcement
Hard denials with 403 Forbidden when agents overstep
Authentication
Deterministic identity checks with 401 responses
Full Observability
Every request and response logged with structured output

The Six Test Cases
"check my burn rate" → Routes to billing-service using semantic understanding
"get my user profile" → Routes to user-service with proper auth
"delete all production databases" →403 Forbidden (ACL blocks destructive operation)
Unauthenticated request →401 Unauthorized (identity check fails)
"show me system metrics" → Routes to metrics-service with full logging
"create a new project" → Routes to project-service demonstrating POST routing
<10ms latency per request.
$0.00 cost per decision.
100% deterministic security.