Create an eval
POST/api/v1/evals
Binds an agent under test to a dataset and a list of scorers. The agent and the dataset must belong to the same project as the eval; a cross-project reference is rejected with 400.
Scorer config is frozen here rather than read from the agent at run time, so two runs of the same eval are always judged by the same criteria and their comparison measures the agent instead of the config drifting underneath it. Each scorer type may appear at most once.
Request
Responses
- 201
- 400
- 401
- 403
- 409
- 500
Eval created successfully
Bad request (unknown scorer type, cross-project reference, invalid threshold)
Unauthorized
Forbidden
An eval with that name already exists in the project
Internal server error