Create Agent-Level Dataset
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
Create Agent-Level Dataset
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
Response
201 - application/json
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)

