Skip to main content
POST
Create test suite

Authorizations

X-API-KEY
string
header
required

Body

application/json
name
string
required

Suite name, unique within the workspace (max 200 chars).

Maximum string length: 200
agent_id
string

Optional agent to associate as an origin hint. Validated against the workspace when set.

scenarios
object[]

Persona scenarios (max 100). Most fields are passed through to the Test Runner; only runs, max_turns, and variables are validated here.

Maximum array length: 100
config
object

Suite-level defaults. variables (validated) seeds {{variable}} values for every scenario; judges, runs, max_turns, simulator_model, judge_model act as defaults a scenario can override; max_parallel (1-8, default 3) bounds scenario fan-out.

Response

Created test suite