MixtrainDocsBlog

The mixtrain package provides the Python SDK and CLI for the mixtrain.ai platform.

Installation

Install mixtrain SDK

Using uv

uv add mixtrain

or if you use pip

pip install mixtrain

Install mixtrain CLI

To install the mixtrain CLI globally:

curl -LsSf https://mixtrain.ai/install | sh

This uses uv tool install mixtrain under the hood and installs uv first if needed.

If you already use uv:

uv tool install mixtrain

Or if you use pipx:

pipx install mixtrain

Refer to mixtrain --help for the full list of commands.

Quick Start

After installation, authenticate with your API key:

mixtrain login

Now 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

On this page