Getting Started
testerarmy (alias ta) is an agent-first control plane for the TesterArmy dashboard. Use it to manage projects, environments, credentials, and saved tests, and to queue remote runs that execute in TesterArmy cloud. It works standalone for interactive use or as a skill for coding agents like Claude Code, Codex, and OpenCode.
Your coding agent orchestrates dashboard-managed QA to validate changes - keeping the feedback loop tight without polluting main agent context.
Install
Or use without installing:
Both testerarmy and ta map to the same CLI.
Agent workflow
Agents can discover the full flow from ta --help. The usual path is:
ta tests run queues a run in TesterArmy cloud. For development targets, save a reachable preview or tunnel URL as a project environment and select it with --env.
Agent skill (recommended)
If you use a coding agent, install the official skill for tighter integration:
This gives your agent structured instructions for running tests, interpreting results, and iterating on failures.
Repository: github.com/tester-army/cli
Authenticate
Run ta auth and paste your API key when prompted:
Get your key from the TesterArmy dashboard under Profile → API Keys.
For API key troubleshooting and Bearer token examples, see API Keys.
You can also pass the key directly:
Or set it as an environment variable (useful for CI):
Verify
Use --json for machine-readable output: