NGINX for the
Agentic Age.

The first Semantic Service Mesh. Route agent traffic by intent, not URL.
Zero latency. Zero OpenAI bills for routing. 100% Control.

The Old Way

AIMux Way

Your Agents are guessing.
Your Infrastructure should know.

Stop Bleeding Money.

Why pay $0.03 per route? AIMux embeds a BERT tokenizer and ONNX runtime directly into the Go binary. Routing is local, free, and sub-10ms.

Firewall your Hallucinations.

Agents go rogue. It happens. When 'Marketing-Bot' tries to DROP DATABASE, AIMux kills the request at the network layer. Identity-based ACLs enforce boundaries that LLMs ignore.

The 'Universal Translator' for Microservices.

Your microservices speak REST. Your agents speak English. AIMux translates natural language intent ('Calculate Q3 revenue') into precise upstream routes (/api/finance/q3).

The Proof

Watch AIMux enforce security at the network layer

terminal

Production-Grade.
No Python glue code.

Single Static Binary

Written in Go 1.22. Drop it into Docker, Kubernetes, or bare metal.

Prometheus Native

Metrics for "Hallucination Rate," "Routing Latency," and "Agent Activity" built-in.

Zero Dependencies

No external vector DB required. We ship the vector search engine inside the box.

Hot Reload

Update routes and ACLs without dropping a single connection.

Configuration that speaks Human.

aimux.yaml
# aimux.yaml
routes:
  - name: "database-service"
    upstream: "http://postgres-api:5432"
    # The AI understands these intents automatically:
    intents:
      - "run a query"
      - "fetch user data"
      - "search records"
    # Only these agents can pass:
    allowed:
      - "data-science-bot"
      - "admin-bot"

Free for Hackers.
Powerful for Enterprise.

100% Open SourceMIT License
Install via Homebrew
$ brew install techspeque/aimux/aimux