> ## 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.

# CLI command reference

> Complete Entelligence CLI commands, flags, environment variables, configuration, output, and troubleshooting reference.

This is the canonical checklist for the Entelligence CLI command surface: 55 commands under the `entelligence` binary and one separate helper binary.

<Note>
  Run `entelligence <command> --help` before using a state-changing command. Available flags can vary by installed CLI version.
</Note>

## Core

* `entelligence review`
* `entelligence diff`
* `entelligence status`
* `entelligence wrapped`
* `entelligence update`

## auth

* `entelligence auth login`
* `entelligence auth logout`
* `entelligence auth status`
* `entelligence auth wrapped`

## config

* `entelligence config set-endpoint`
* `entelligence config unset-endpoint`
* `entelligence config show`

## incident

* `entelligence incident list`
* `entelligence incident show`
* `entelligence incident archive`
* `entelligence incident unarchive`
* `entelligence incident logs`
* `entelligence incident fix`
* `entelligence incident attach-fix`
* `entelligence incident attach-ticket`
* `entelligence incident monitor`
* `entelligence incident track`
* `entelligence incident refresh`

## budget

* `entelligence budget status`
* `entelligence budget list`

## security

* `entelligence security scan`
* `entelligence security status`
* `entelligence security list`
* `entelligence security summary`
* `entelligence security issues`
* `entelligence security suggest`
* `entelligence security dashboard`

## router

* `entelligence router on`
* `entelligence router off`
* `entelligence router status`
* `entelligence router stats`
* `entelligence router tier`
* `entelligence router mode`
* `entelligence router creds`
* `entelligence router bias`

## mcp

* `entelligence mcp install`
* `entelligence mcp uninstall`
* `entelligence mcp status`

## insights

* `entelligence insights --agent`
* `entelligence insights sync`
* `entelligence insights schedule`
* `entelligence insights me`
* `entelligence insights index`
* `entelligence insights score`
* `entelligence insights analyze`
* `entelligence insights digest`
* `entelligence insights refresh`
* `entelligence insights serve`
* `entelligence insights dashboard`
* `entelligence insights setup`

## Separate helper binary

The Codex authentication helper is installed and invoked separately from the main `entelligence` binary.

* `entelligence-codex-auth`

## Discovery and safety

Use `entelligence --help` and the relevant subcommand help to verify arguments and flags in the installed version. Start with read-only status and list commands. Review prompts before install, uninstall, fix, archive, attach, routing, scheduling, or configuration actions.

<Info>
  Pull-request comments such as `@entelligence review` are bot commands, not Entelligence CLI commands, and are documented separately under Code Review.
</Info>
