How ready are your agents for a bad day? Get your score

The agyn CLI

Threads, files, sandboxes, egress, networks, and groups from your shell.

WhereCLI

Introduced Mar 18, 2026 · updated Aug 1, 2026

$ brew install agynio/tap/agyn
$ agyn threads list -o json | jq '.[].ref'
  "research"
  "q3-review"
$ agyn profile use staging
  now using staging

How it works

One brew install.

The CLI wraps the same API the apps use — threads, files, sandboxes, egress, networks, and groups from your shell.

Made for pipes.

Table output for humans, JSON and YAML for scripts — pin a format and pipe it.

Login without seeing a token.

agyn auth login opens the browser; you compare the confirmation code and approve. Over SSH, approve from any other device.

One laptop, several platforms.

Profiles hold a token per platform — a local VM, staging, production. agyn profile use staging, and every command that follows means staging.

See it on your own cluster.

Thirty minutes, your infrastructure, your stack. Or skip the call — it is one Helm release onto a cluster you already run.