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

AIMux live demo showing semantic routing, ACL enforcement, authentication, and full observability across 6 test cases

The Six Test Cases

01

"check my burn rate" → Routes to billing-service using semantic understanding

02

"get my user profile" → Routes to user-service with proper auth

03

"delete all production databases"403 Forbidden (ACL blocks destructive operation)

04

Unauthenticated request →401 Unauthorized (identity check fails)

05

"show me system metrics" → Routes to metrics-service with full logging

06

"create a new project" → Routes to project-service demonstrating POST routing

<10ms latency per request.
$0.00 cost per decision.
100% deterministic security.