Run Tests (Batch)

Queue runs for every (test, agent) pair in the body. Entries without an agent_id fan out to every agent the test is attached to. Total expanded runs are capped at 100 per call. Each entry in the response is a queued run; poll GET /v1/agents/tests/runs/{id} for each.

Authentication

AuthorizationBearer

Enter your API key with the Bearer prefix, e.g. ‘Bearer sk_…’.

Request

This endpoint expects an object.
entrieslist of objectsRequired

Response

Runs queued.
runslist of objects
suite_runobject or null
The suite run grouping the queued runs.

Errors

400
Bad Request Error
401
Unauthorized Error