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.
Get Started
Quickstart
Get your first agent running in 5 minutes.
How It Works
Understand the architecture and request flow.
Examples
Real formations for common use cases.
Install
brew install muxi-ai/tap/muxi
curl -fsSL https://muxi.org/install | sudo bash
powershell -c "irm https://muxi.org/install | iex"
Explore
MUXI is a complete stack. The Server orchestrates. The Runtime executes. The CLI deploys. The SDKs let you build products on top.
The AI Application Server
Orchestration platform for running formations.
- Run multiple formation runtimes
- Zero-downtime deployment
- Self-healing resilience
CLI Tool
Command-line tool for managing MUXI.
muxi deployfor local development- Manage secrets and formations
- One-command deployment
SDKs
Libraries for Python, TypeScript, Go, and more.
- Chat streaming and sessions
- Multi-identity user management
- Credential and memory APIs
Registry
Discover and share formations.
- Pull pre-built agents
- Publish your own
- Semantic versioning
Explore by SDK
Build with MUXI in your language of choice.
Python
pip install muxi
TypeScript
npm install @muxi-ai/muxi-typescript
Go
go get github.com/muxi-ai/muxi-go
Ruby
gem install muxi
Java
org.muxi:muxi-java
Kotlin
org.muxi:muxi-kotlin
Swift
github.com/muxi-ai/muxi-swift
C#
dotnet add package Muxi
PHP
composer require muxi/muxi-php
Dart
dart pub add muxi
Rust
cargo add muxi-rust
C++
github.com/muxi-ai/muxi-cpp
Learn
Core Concepts
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