Base URL
All endpoints live under a single origin:/openapi.json and is the source of every endpoint page in this reference.
Authentication
Every request carries an API key as a bearer token:Coding agents can authenticate without a dashboard-issued key by following
https://tester.army/auth.md. The MCP server and the
CLI call the same API on your behalf.
Responses and errors
Responses are JSON. Errors return a JSON body with anerror message and a conventional status code: 401 for a missing or revoked key, 403 for a resource outside the key’s team, 404 for an unknown id, and 422 for a body that fails validation.
Where to start
Trigger a test run
Queue a saved test and poll its status.
Signed group webhooks
Fire a whole group from any CI or deployment provider without an API key.
CLI
Drive the same API from a terminal or a coding agent.
MCP server
Connect Claude, Cursor, or any MCP client directly to TesterArmy.