v1

latestOpenAPI 3.0.32026-07-222111928.0 KB
Agents

Create Eval Rubric

Add one Agent-specific evaluation rubric to a build. A build may hold at most 5 custom rubrics; this fails with 409 once that ceiling is reached. Defaults to the Agent's live build; pass build_id to target a specific revision.

post/v2/agents/{agentId}/eval-rubrics

Path parameters

agentIdstring uuid required

The agent's unique identifier (Assignment ID)

Request body

titlestring required

Short, human-readable Pass/Fail rubric title.

descriptionstring required

A 1-2 sentence Pass condition phrased as a question.

build_idstring uuid

Add the rubric to this build (revision). Defaults to the agent's live build when omitted.

Response

Default Response