---
title: "Add Evaluation LLM Key"
method: POST
path: "/evaluation-llm-keys"
tags: ["LLM Evals"]
---

# Add Evaluation LLM Key

`POST /evaluation-llm-keys`

Requires role: Admin

## Request body

- object
  - `provider` 'openai' | 'anthropic' | 'google' | 'xai' | 'mistral' | 'huggingface', required
  - `apiKey` string, required

## Response `201`

Created successfully

## Other responses

- `401` — Unauthorized
- `403` — Forbidden - insufficient role
- `500` — Internal server error

## Changes

- **2026-07-13** `d86d0bf8bebe` — 3 info
  - api operation id `addEvaluationLlmKey` removed and replaced with `evaluation_llm_keys_evalKeysRetired`
  - api tag `LLM Evals` added
  - api tag `LLM Keys` removed
- **2026-07-13** `655215fe8c81` — 3 info
  - api operation id `evaluation_llm_keys_evalKeysRetired` removed and replaced with `addEvaluationLlmKey`
  - api tag `LLM Keys` added
  - api tag `LLM Evals` removed
- **2026-06-22** `5878ba786a89` — 3 info
  - api operation id `addEvaluationLlmKey` removed and replaced with `evaluation_llm_keys_evalKeysRetired`
  - api tag `LLM Evals` added
  - api tag `LLM Keys` removed
- **2026-04-21** `987e598d3650` — 1 info
  - endpoint added
- **2025-01-22** `ed48b7196725` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/verifywise-ai/apis/verifywise-api/changes/evaluation-llm-keys/post.md)

---

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