latestOpenAPI 3.1.02026-08-08127304355.9 KB

69c553220183

Agent Datasets

Create Agent-Level Dataset

Create a new dataset for agent-level testing. Use to organize test cases for evaluating full agent workflows.

post/api/v2/projects/{project_id}/agent-datasets

Path parameters

project_idstring required

Request body

namestring required
descriptionstring nullable
compatible_agent_idsstring[] nullable
tagsstring[] nullable

Response

AgentDatasetResponse(id: uuid.UUID, name: str, description: Optional[str], compatible_agent_ids: list[uuid.UUID], tags: list[server.api_routes.agent_datasets_api_v2.TagResponse] = None)

idstring uuid required
namestring required
descriptionstring nullable required
compatible_agent_idsstring[] required