MUXI Documentation

The Open-source AI Application Server

MUXI is production infrastructure for AI agents. Declare your agents in YAML, deploy with one command, build your product on top via SDKs.

Features

  • Define everything in YAML - Agents, tools, memory, knowledge, triggers – as a agent formation. Zero framework code.
  • Ship with one command - muxi deploy. Done.
  • Build on top via APIs — REST, WebSocket, gRPC + SDKs for Python, TypeScript, Go, Swift, Java, and more.
  • Smart orchestration layer - The Overlord routes, decomposes, clarifies, and coordinates agents activity.
  • Production-ready - Multi-tenancy, observability, and enterprise features included, not bolted on.

Think: “Docker for AI agents”.

Self-hosted, LLM-agnostic, Open-source.

Concept Docker MUXI
Engine Docker Engine Server + Runtime
Definition Dockerfile Formation
Registry Docker Hub MUXI Registry
CLI docker muxi

No one builds their own Nginx to deploy a website. No one should reinvent infrastructure to build AI.

Learn more about MUXI →


Get Started

Install

brew install muxi-ai/tap/muxi
curl -fsSL https://muxi.org/install | sudo bash
powershell -c "irm https://muxi.org/install | iex"

Full installation guide →

Explore

MUXI is a complete stack. The Server orchestrates. The Runtime executes. The CLI deploys. The SDKs let you build products on top.

Explore by SDK

Build with MUXI in your language of choice.

All SDK Documentation →

Learn

Popular Pages

Quickstart - 5 minutes to your first agent
Examples - See real formations
Formation Schema - YAML configuration
Add Tools (MCP) - Give agents capabilities
Deploy to Production - Go live