The mixtrain package provides the Python SDK and CLI for the mixtrain.ai platform.
Installation
Install mixtrain SDK
Using uv
uv add mixtrainor if you use pip
pip install mixtrainInstall mixtrain CLI
To install the mixtrain CLI globally:
curl -LsSf https://mixtrain.ai/install | shThis uses uv tool install mixtrain under the hood and installs uv first if needed.
If you already use uv:
uv tool install mixtrainOr if you use pipx:
pipx install mixtrainRefer to mixtrain --help for the full list of commands.
Quick Start
After installation, authenticate with your API key:
mixtrain loginNow you are ready to build with Mixtrain. You can look at examples or SDK Reference for more information.
Building with Agents
To leverage Mixtrain with AI coding agents, install the Mixtrain skill or read the agent guide for models, workflows, evaluations, and datasets.
Next Steps
- Examples - See complete working examples
- Python SDK Reference - Complete API reference
- CLI Reference - Command-line tools
- Authentication - Configure API keys and credentials