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

# Introduction

> The neetodesk CLI brings tickets, comments, customers, forms, reports and team members to your terminal.

`neetodesk` is the command-line interface for NeetoDesk. It talks to the same
[external v2 API](/getting-started/introduction) the docs on this site describe, so anything
you can do over HTTP you can do from a shell, without writing a request by hand.

<CardGroup cols={2}>
  <Card title="Work without leaving the terminal" icon="terminal">
    List and triage tickets, post replies, save drafts and pull reports from the same window
    you already have open.
  </Card>

  <Card title="Script your workflows" icon="code">
    Every command emits JSON, so results pipe straight into `jq`, a shell script or a CI job.
  </Card>

  <Card title="Sign in through the browser" icon="key">
    `neetodesk login` authenticates against your workspace in a browser. There is no API key
    to copy or rotate.
  </Card>

  <Card title="Hand it to an AI assistant" icon="robot">
    `neetodesk setup` installs a NeetoDesk skill into Claude, Cursor, Codex, Copilot, Gemini
    or Windsurf.
  </Card>
</CardGroup>

## Prerequisites

* A NeetoDesk workspace and your workspace subdomain. See
  [Workspace subdomain](/getting-started/workspace-subdomain) if you are not sure what yours is.
* An account on that workspace. The CLI acts as you, so it can reach exactly the tickets your
  role allows.

## Next steps

<CardGroup cols={2}>
  <Card title="Installation" icon="download" href="/cli/installation">
    Install the CLI on macOS, Linux or Windows.
  </Card>

  <Card title="Authentication" icon="lock" href="/cli/authentication">
    Sign in, switch between workspaces and sign out.
  </Card>

  <Card title="Commands overview" icon="list" href="/cli-reference/overview">
    Every command grouped by resource.
  </Card>

  <Card title="Output formats" icon="brackets-curly" href="/cli/output-formats">
    Tables, JSON, TOON and the quiet mode.
  </Card>
</CardGroup>
