# muxAI > AI Multiplexer. Orchestrate multi-agent teams for trade analysis. ## Docs - [Agents](https://muxaiio.mintlify.app/core-concepts/agents.md): The building blocks of muxAI. Each agent is an autonomous AI worker with a role, tools, and instructions. - [Contractors](https://muxaiio.mintlify.app/core-concepts/contractors.md): Route tasks to non-Claude models like GPT-4o, Grok, or Gemini through OpenRouter-compatible APIs. - [Control Tower](https://muxaiio.mintlify.app/core-concepts/control-tower.md): The singleton admin agent that sits above your team. One per muxAI deployment, with full visibility across every agent. - [MCP Servers](https://muxaiio.mintlify.app/core-concepts/mcp-servers.md): How agents access external tools and data through the Model Context Protocol. - [Memory & Decisions](https://muxaiio.mintlify.app/core-concepts/memory-and-decisions.md): How an agent remembers chat, prior runs, and past decisions — and how to control what carries over. - [Orchestration](https://muxaiio.mintlify.app/core-concepts/orchestration.md): How lead agents coordinate their team using the orchestrator MCP tools. - [Sandbox & Chat](https://muxaiio.mintlify.app/core-concepts/sandbox-and-chat.md): Ephemeral agent runs and interactive conversations without creating permanent agents. - [Streaming & History](https://muxaiio.mintlify.app/core-concepts/streaming.md): Real-time activity monitoring and run history across all agents. - [Teams](https://muxaiio.mintlify.app/core-concepts/teams.md): Organize agents into hierarchical teams where a lead orchestrates reporters to produce collaborative outputs. - [Add a Custom MCP Server](https://muxaiio.mintlify.app/guides/add-custom-mcp-server.md): Step-by-step guide to adding a custom MCP server through the muxAI portal UI. - [Build a Built-in MCP Server](https://muxaiio.mintlify.app/guides/build-mcp-server.md): Create your own MCP server package that ships with your muxAI installation. - [What is muxAI?](https://muxaiio.mintlify.app/introduction.md): A self-hosted platform for orchestrating multi-agent AI teams. Give each agent a role, connect tools via MCP, and let them collaborate. - [Quickstart](https://muxaiio.mintlify.app/quickstart.md): Get muxAI running locally in minutes. Choose the install script or set everything up manually. ## OpenAPI Specs - [openapi](https://muxaiio.mintlify.app/api-reference/openapi.json)