Create a dataset
POST/api/v1/datasets
Creates a project-scoped dataset — a named collection of test cases an eval runs an agent against. Names are unique per project.
Datasets are operator-owned fixtures. The platform's content purge never deletes or mutates a dataset item, so erasing a generation cannot silently stop a test suite from being runnable.
Request
Responses
- 201
- 400
- 401
- 403
- 409
- 500
Dataset created successfully
Bad request (missing or invalid name)
Unauthorized
Forbidden
A dataset with that name already exists in the project
Internal server error