Overview
What's Mix ?
Mix is the agentic backbone for your AI apps. It's similar to the Claude Code SDK but is open source and done right.
Complete quickstart guide (5 minutes) →
What Mix Agent Provides
- HTTP API Server: RESTful backend for client applications and integrations
- CLI Interface: Direct command-line access for scripting and automation
- Tool Integration: Orchestrates professional tools like Blender, Logic Pro, and more
- AI Orchestration: Manages multiple AI providers and model selection
- Session Management: Persistent conversation storage and retrieval
- Real-time Streaming: Server-Sent Events for live responses
Why Teams Choose Mix Agent
- Backend-First Architecture: HTTP server designed for multiple client integrations
- No Vendor Lock-in: All data stored as plain text and native files - your data stays yours
- Multi-Provider AI: Support for Anthropic, OpenAI, OpenRouter, and Google models
- Powerful Tool Integration: Orchestrates Blender, Pixelmator, and other professional tools
- Production Ready: Built in Go for performance, reliability, and easy deployment
What Makes Mix Different?
You want to build agents with power of claude code but you want any one or all of these:
- Opensource apache license
- Easier debugging and usage via an HTTP server instead of stdio
- Add new core tools in
How Does Mix Compare?
Feature | Mix | Claude Code SDK |
---|---|---|
Open Source | TBD | TBD |
Language | TBD | TBD |
Prompt Caching | TBD | TBD |
Permission System | TBD | TBD |
Self-Hosted | TBD | TBD |
Multi-LLM Support | TBD | TBD |
When Might I Not Want to Use It?
TBD - Limitations and alternative approaches will be documented here.
Ready to Get Started?
Proceed to the next steps to learn how to build powerful agentic applications with Mix: