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
testerarmy and ta map to the same CLI.
Agent workflow
Agents can discover the full flow fromta --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:Authenticate
Runta auth and paste your API key when prompted:
Verify
--json for machine-readable output:
Sign out
Next steps
Local Development
Run tests against your dev server.
Agentic Usage
Give your coding agent the CLI and let it create projects, memories, tests, and runs.
Environments
Create stable staging or QA targets for remote runs.