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

# Commands overview

> Every neetodesk command grouped by resource, with links to the full reference.

## Global flags

These flags work on every command and are left out of the per-command flag tables below. See [Output formats](/cli/output-formats) for details.

| Flag          | Description                                           |
| ------------- | ----------------------------------------------------- |
| `--json`      | Output as JSON                                        |
| `--quiet`     | Output raw data only (no envelope)                    |
| `--toon`      | Output in TOON format (token-optimized for AI agents) |
| `--subdomain` | Override saved subdomain                              |

### customers

Manage customers

| Command                                                  | Description       |
| -------------------------------------------------------- | ----------------- |
| [`neetodesk customers create`](/cli-reference/customers) | Create a customer |

### doctor

Check CLI health and connectivity

| Command                                      | Description                       |
| -------------------------------------------- | --------------------------------- |
| [`neetodesk doctor`](/cli-reference/utility) | Check CLI health and connectivity |

### forms

List contact forms

| Command                                        | Description                |
| ---------------------------------------------- | -------------------------- |
| [`neetodesk forms list`](/cli-reference/forms) | List enabled contact forms |

### login

Authenticate to NeetoDesk via browser

| Command                                     | Description                           |
| ------------------------------------------- | ------------------------------------- |
| [`neetodesk login`](/cli-reference/utility) | Authenticate to NeetoDesk via browser |

### logout

Sign out and clear saved credentials

| Command                                      | Description                          |
| -------------------------------------------- | ------------------------------------ |
| [`neetodesk logout`](/cli-reference/utility) | Sign out and clear saved credentials |

### reports

View NeetoDesk reports

| Command                                                          | Description                                    |
| ---------------------------------------------------------------- | ---------------------------------------------- |
| [`neetodesk reports agents`](/cli-reference/reports)             | Agent performance report                       |
| [`neetodesk reports groups`](/cli-reference/reports)             | Group performance report                       |
| [`neetodesk reports surveys`](/cli-reference/reports)            | Customer satisfaction surveys report           |
| [`neetodesk reports ticket-time-series`](/cli-reference/reports) | Ticket creation and closure time series report |
| [`neetodesk reports tickets`](/cli-reference/reports)            | Ticket status change report                    |

### setup

Set up NeetoDesk for AI coding assistants

| Command                                              | Description                                   |
| ---------------------------------------------------- | --------------------------------------------- |
| [`neetodesk setup claude`](/cli-reference/utility)   | Register NeetoDesk plugin with Claude Code    |
| [`neetodesk setup codex`](/cli-reference/utility)    | Add NeetoDesk instructions for OpenAI Codex   |
| [`neetodesk setup copilot`](/cli-reference/utility)  | Add NeetoDesk instructions for GitHub Copilot |
| [`neetodesk setup cursor`](/cli-reference/utility)   | Write NeetoDesk rules for Cursor IDE          |
| [`neetodesk setup gemini`](/cli-reference/utility)   | Add NeetoDesk instructions for Gemini CLI     |
| [`neetodesk setup windsurf`](/cli-reference/utility) | Write NeetoDesk rules for Windsurf IDE        |

### team-members

Manage team members (agents)

| Command                                                        | Description                  |
| -------------------------------------------------------------- | ---------------------------- |
| [`neetodesk team-members create`](/cli-reference/team-members) | Invite team members by email |
| [`neetodesk team-members delete`](/cli-reference/team-members) | Remove a team member         |
| [`neetodesk team-members list`](/cli-reference/team-members)   | List team members            |
| [`neetodesk team-members show`](/cli-reference/team-members)   | Show a team member           |
| [`neetodesk team-members update`](/cli-reference/team-members) | Update a team member         |

### tickets

Manage tickets

| Command                                                       | Description                          |
| ------------------------------------------------------------- | ------------------------------------ |
| [`neetodesk tickets comments create`](/cli-reference/tickets) | Add a comment to a ticket            |
| [`neetodesk tickets comments list`](/cli-reference/tickets)   | List comments on a ticket            |
| [`neetodesk tickets comments show`](/cli-reference/tickets)   | Show a comment on a ticket           |
| [`neetodesk tickets create`](/cli-reference/tickets)          | Create a ticket                      |
| [`neetodesk tickets drafts create`](/cli-reference/tickets)   | Create or upsert a draft on a ticket |
| [`neetodesk tickets list`](/cli-reference/tickets)            | List tickets                         |
| [`neetodesk tickets show`](/cli-reference/tickets)            | Show a ticket                        |
| [`neetodesk tickets update`](/cli-reference/tickets)          | Update a ticket                      |

### update

Update the CLI to the latest version

| Command                                      | Description                          |
| -------------------------------------------- | ------------------------------------ |
| [`neetodesk update`](/cli-reference/utility) | Update the CLI to the latest version |

### version

Print the CLI version

| Command                                       | Description           |
| --------------------------------------------- | --------------------- |
| [`neetodesk version`](/cli-reference/utility) | Print the CLI version |

### whoami

Show current authenticated user(s)

| Command                                      | Description                        |
| -------------------------------------------- | ---------------------------------- |
| [`neetodesk whoami`](/cli-reference/utility) | Show current authenticated user(s) |
