neetorecord is the command line interface for NeetoRecord. It calls the same
v2 REST API that powers the web app, so anything you can read or change through
the API you can also do from a shell script, a
CI job, or an AI coding assistant.
Why use the CLI
No API key to manage
neetorecord login signs you in through the browser and stores a session
per workspace. There is no key to paste into a config file or a CI secret.Readable and scriptable
Commands print a table on a terminal and JSON when piped.
--quiet prints
the bare identifier, which is what you want inside a shell pipeline.Several workspaces at once
Sign in to as many subdomains as you need and choose one per command with
--subdomain.Ready for AI assistants
--toon trims output tokens, and neetorecord setup teaches Claude Code,
Cursor, Windsurf, Copilot, Gemini, and Codex how to drive the CLI.Prerequisites
- A NeetoRecord workspace, and your workspace subdomain.
- macOS, Linux, or Windows.
Next steps
Installation
Install the CLI with Homebrew, a shell script, or PowerShell.
Authentication
Sign in, switch workspaces, and check who you are signed in as.
Output formats
Tables, JSON envelopes, quiet mode, and TOON.
Commands
Every command grouped by resource.