Developers

CLI

Neither CLI

Push local docs, watch folders, and verify workspace identity from your terminal. API keys stay in environment variables — never commit sk_ctx_* tokens.

Install & verify

Run from any repo with npx — or install via Homebrew for a global neither binary.

npx -y neither@latest whoami --json
brew install WorkspaceAI/WorkspaceAI/neither

neither init

Write .neither/config.json scaffold in the current directory.

npx -y neither@latest init

Exit codes: 0 success

neither push

Push markdown/text to close a decision or seed ADR files via POST /api/ingest/batch.

npx -y neither@latest push ./docs

Exit codes: 0 ok, 1 validation error

neither watch

Poll a folder and push when pushable files change.

npx -y neither@latest watch ./docs --poll 2000

Exit codes: 0 until SIGINT

neither whoami

Print workspace identity for the configured API key (exit 2 when offline).

npx -y neither@latest whoami --json

Exit codes: 0 online, 2 offline

We use privacy-friendly analytics to improve the public site. No tracking runs until you accept. Essential operational telemetry stays on either way.