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

The platform from your shell.

Threads, files, sandboxes, egress rules, networks, and groups — wrapping the same API the apps use. The same binary ships inside every agent workload.

homebrewprofilesjson & yamlin-workload
zsh — agyn
$ brew install agynio/tap/agyn
$ agyn auth whoami
  vitalii · acme · profile: default
$ agyn threads list
  REF         AGENT          STATUS
  research   @data-engineer   running
  q3-review  @finance-analyst finished

Twelve command groups

The CLI wraps the same API the apps use, so anything you can click you can script. Agents, runners, models, and secrets are the exception — those live in the Console or in Terraform.

CLI & Terraform · 5 features
agyn threadsCreate conversations, send, read, add participants
agyn sandboxStart, connect, sync, copy, stop, delete
agyn egress ruleAllow and deny destinations, inject credentials
agyn networkPrivate networks
agyn resourcePrivate resources and their grants
agyn tunnelTunnel credentials
agyn groupIdentity groups and membership
agyn filesUpload and download
agyn exposePublish a port from inside a workload
agyn appsInstalled apps
agyn authTokens and identity
agyn localLocal platform VMs

One machine, several platforms

A profile is a gateway URL, an organization, and a CA to trust, each with its own stored token. One laptop can address a local VM and a production platform without rewriting configuration between commands.

For CI, skip the config file: AGYN_GATEWAY_URL and AGYN_TOKEN are enough.

CLI & Terraform · 5 features
$ agyn profile list
  default  gateway.acme.com
  staging  gateway.staging.acme.com
  local    gateway.agyn.dev
$ agyn profile use staging
  now using staging

The same binary inside every workload

Inside a workload the CLI is already on PATH and already authenticated — by the pod’s own network identity, not by a token.

This is how an agent calls the platform without a platform credential ever being baked into a container.

CLI & Terraform · 5 features
# inside an agent — no auth step
$ agyn expose add 3000
$ agyn files upload report.pdf
$ agyn threads send --thread research \
    --message 'Status update…'

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.