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

# CLI command reference

> Browse the current public atlanai command groups.

This reference covers every public command in the source-pinned `atlanai`
command map. Use the task guides for workflows and the reference pages for
syntax and options.

| Command group                           | Purpose                                   |
| --------------------------------------- | ----------------------------------------- |
| [`api`](/cli/reference/api)             | Call authenticated Gateway endpoints.     |
| [`auth`](/cli/reference/auth)           | Manage authentication.                    |
| [`config`](/cli/reference/config)       | Read and change CLI privacy settings.     |
| [`context`](/cli/reference/context)     | Manage active workspace context.          |
| [`doctor`](/cli/reference/doctor)       | Inspect the local installation.           |
| [`file`](/cli/reference/file)           | Work with file artifacts.                 |
| [`harness`](/cli/reference/harness)     | Work with harness artifacts.              |
| [`logs`](/cli/reference/logs)           | Read daemon logs.                         |
| [`search`](/cli/reference/search)       | Search across artifacts.                  |
| [`skill`](/cli/reference/skill)         | Work with skills and repository packages. |
| [`trace`](/cli/reference/trace)         | Manage coding-agent trace capture.        |
| [`version`](/cli/reference/version)     | Print build information.                  |
| [`workspace`](/cli/reference/workspace) | Inspect workspaces.                       |

## Global discovery

```bash theme={null}
atlanai --help
atlanai --map tree
atlanai --map compact
atlanai --map json
```

`--map` prints the full public tree without calling the Gateway. For one
command, run `atlanai <command> --help`.

## Shell completion

```bash theme={null}
atlanai completion bash
atlanai completion zsh
atlanai completion fish
atlanai completion powershell
```
