neetodesk is the command-line interface for NeetoDesk. It talks to the same
external v2 API 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.
Work without leaving the terminal
List and triage tickets, post replies, save drafts and pull reports from the same window
you already have open.
Script your workflows
Every command emits JSON, so results pipe straight into
jq, a shell script or a CI job.Sign in through the browser
neetodesk login authenticates against your workspace in a browser. There is no API key
to copy or rotate.Hand it to an AI assistant
neetodesk setup installs a NeetoDesk skill into Claude, Cursor, Codex, Copilot, Gemini
or Windsurf.Prerequisites
- A NeetoDesk workspace and your workspace subdomain. See 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
Installation
Install the CLI on macOS, Linux or Windows.
Authentication
Sign in, switch between workspaces and sign out.
Commands overview
Every command grouped by resource.
Output formats
Tables, JSON, TOON and the quiet mode.