Install the Machina CLI
The Machina CLI is how you drive agents, workflows, and projects from your terminal or CI pipelines. It has its own dedicated section — the CLI tab — with the full guide and command reference.
bash
curl -fsSL https://raw.githubusercontent.com/machina-sports/machina-cli/main/install.sh | bash
# or: pip install machina-cliInstallation
Full install instructions — script, PyPI, or from source.
Quickstart
Authenticate, pick a project, run your first workflow.
Command reference
Every command, flag, and example.
Related
- MCP → Connecting External Agents — once the CLI is set up, this is how you wire an external agent to a project.
- Agent Commands via CLI — the CLI commands most relevant once you have a project running.

