Create or update suite
Create-or-update a suite by name (idempotent, for CI pipelines).
201 when the suite was created, 200 when an existing live suite with that name was updated. Only the fields present in the payload change.
Authentication
AuthorizationBearer
Your gateway API key (mg_ prefix), the same key used for /v1/responses
Request
This endpoint expects an object.
name
description
pass_criteria
judge_model
judge_rubric
judge_threshold
judge_temperature
Response
Successful Response
id
name
pass_criteria
judge_threshold
judge_temperature
created_at
updated_at
description
judge_model
judge_rubric
created_by
archived_at
case_count
latest_run
Compact newest-run summary for the suites list (health at a glance).
Errors
422
Unprocessable Entity Error