Skip to main content
POST
Generate a test suite

Authorizations

X-API-KEY
string
header
required

Body

application/json
agent_id
string
required

Agent to generate scenarios for. Must exist in the workspace.

judges
string[]

Judge criteria to ground generation and store on the suite. Defaults to ["task_completion", "tool_use", "safety", "accuracy", "relevancy"].

count
integer
default:8

How many scenarios to generate (clamped to 1-100).

Required range: 1 <= x <= 100
hint
string

Optional free-text steer for the generator (e.g. focus areas).

name
string

Optional suite name; defaults to " — generated" (auto-suffixed to avoid a name collision).

Response

Created (generated) test suite