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

# Entelligence CLI

> Install the Entelligence CLI and run code review, agent analytics, Wrapped, incident, security, and Model Router workflows.

Install the CLI on macOS or Linux with Python 3.11 or newer.

```bash theme={null}
curl -fsSL https://app.entelligence.ai/install.sh | sh
```

## What do you want to do?

<CardGroup cols={2}>
  <Card title="Install and authenticate" icon="download" href="/cli/install">
    Set up the CLI, log in, and verify the current session.
  </Card>

  <Card title="Review local changes" icon="code-branch" href="/code-review/cli-review">
    Run the Code Review engine before opening or updating a pull request.
  </Card>

  <Card title="Agent Insights and Wrapped" icon="chart-line" href="/cli/agent-insights">
    Index supported local agent sessions, synchronize metrics, and generate Wrapped.
  </Card>

  <Card title="Incidents and security" icon="shield-exclamation" href="/cli/incidents-security">
    Inspect incidents, manage fix workflows, and run security commands.
  </Card>

  <Card title="Model Router" icon="route" href="/cli/model-router">
    Enable routing, inspect status, and manage provider mode.
  </Card>

  <Card title="All 56 commands" icon="list-check" href="/cli/reference">
    Use the canonical command checklist and version-specific help.
  </Card>
</CardGroup>

## Verify the installed command surface

```bash theme={null}
entelligence --help
entelligence auth status
```

The main binary exposes 55 command entries. `entelligence-codex-auth` is a separate helper binary. See the [command checklist](/cli/reference).
