---
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

---

[API](https://skmtc.net/verifywise-ai/apis/verifywise-api.md) · [All operations](https://skmtc.net/verifywise-ai/apis/verifywise-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/verifywise-ai/verifywise-api/versions/c764f0a64a5e/schema)
