> ## Documentation Index
> Fetch the complete documentation index at: https://docs.machina.gg/llms.txt
> Use this file to discover all available pages before exploring further.

# Install the Machina CLI

> Bridge into the full CLI guide — install, authenticate, and run your first command.

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 theme={null}
curl -fsSL https://raw.githubusercontent.com/machina-sports/machina-cli/main/install.sh | bash
# or: pip install machina-cli
```

<CardGroup cols={3}>
  <Card title="Installation" icon="download" href="/cli/guide/installation">
    Full install instructions — script, PyPI, or from source.
  </Card>

  <Card title="Quickstart" icon="rocket" href="/cli/guide/quickstart">
    Authenticate, pick a project, run your first workflow.
  </Card>

  <Card title="Command reference" icon="terminal" href="/cli/commands/login">
    Every command, flag, and example.
  </Card>
</CardGroup>

## Related

* [MCP → Connecting External Agents](/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](/agents/cli-commands) — the CLI commands most relevant once you have a project running.
