---
title: "Create Eval Rubric"
method: POST
path: "/v2/agents/{agentId}/eval-rubrics"
tags: ["Agents"]
---

# Create Eval Rubric

`POST /v2/agents/{agentId}/eval-rubrics`

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.

## Path parameters

- `agentId` string, uuid, required

## Request body

- object
  - `title` string, required — Short, human-readable Pass/Fail rubric title.
  - `description` string, required — A 1-2 sentence Pass condition phrased as a question.
  - `build_id` string, uuid — Add the rubric to this build (revision). Defaults to the agent's live build when omitted.

## Response `201`

Default Response

- object
  - `rubric` object, required
    - `id` string, uuid, required
    - `slug` string, required
    - `title` string, required
    - `description` string, required
    - `sort_order` number, required
    - `deleted_at` string, nullable, required

## Other responses

- `400` — Default Response
- `401` — Default Response
- `403` — Default Response
- `404` — Default Response
- `409` — Default Response
- `500` — Default Response

---

[API](https://skmtc.net/duvo/apis/duvo-public-api.md) · [All operations](https://skmtc.net/duvo/apis/duvo-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/duvo/duvo-public-api/revisions/dafcf3d868a9/schema)
