---
title: "Create Eval Rubric"
method: POST
path: "/api/v1/eval_rubrics"
tags: ["eval_rubrics"]
---

# Create Eval Rubric

`POST /api/v1/eval_rubrics`

Create new eval rubric for the team.

## Cookies

- `wos-session` string
- `datalab_active_team` string

## Request body

- CreateEvalRubricRequest
  - `name` string, required
  - `description` string, nullable
  - `eval_definition` object, required — Evaluation definition JSON matching EvalDefinition schema
  - `source` 'manual' | 'feedback' | 'pipeline_import' | 'generated' — Provenance of the rubric (defaults to manual)

## Response `200`

Successful Response

- EvalRubricResponse
  - `id` integer, required
  - `name` string, required
  - `description` string, nullable, required
  - `eval_definition` object, required
  - `source` string, required
  - `source_processor_id` string, nullable, required
  - `archived` boolean, required
  - `version` integer, required
  - `version_history` unknown[], nullable
    - unknown
  - `created` string, date-time, nullable, required
  - `updated` string, date-time, nullable, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/datalab/apis/datalab-api.md) · [All operations](https://skmtc.dev/datalab/apis/datalab-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/datalab/datalab-api/revisions/aa9f8ee18efb/schema)
