From c8335fdc5435c83a003dc270dd9e00a615317793 Mon Sep 17 00:00:00 2001 From: "blinkagent[bot]" <237617714+blinkagent[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 13:23:47 +0200 Subject: [PATCH] docs: rename ANTHROPIC_API_KEY to ANTHROPIC_AUTH_TOKEN in Claude Code docs (#22188) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the reference to `ANTHROPIC_API_KEY` in the Claude Code client docs to `ANTHROPIC_AUTH_TOKEN`. **File changed:** - `docs/ai-coder/ai-bridge/clients/claude-code.md` — configuration instructions Created on behalf of @dannykopping --------- Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com> --- docs/ai-coder/ai-bridge/clients/claude-code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ai-coder/ai-bridge/clients/claude-code.md b/docs/ai-coder/ai-bridge/clients/claude-code.md index fb2dde9be4..e938a080b8 100644 --- a/docs/ai-coder/ai-bridge/clients/claude-code.md +++ b/docs/ai-coder/ai-bridge/clients/claude-code.md @@ -5,7 +5,7 @@ Claude Code can be configured using environment variables. * **Base URL**: `ANTHROPIC_BASE_URL` should point to `https://coder.example.com/api/v2/aibridge/anthropic` -* **API Key**: `ANTHROPIC_API_KEY` should be your [Coder session token](../../../admin/users/sessions-tokens.md#generate-a-long-lived-api-token-on-behalf-of-yourself). +* **Auth Token**: `ANTHROPIC_AUTH_TOKEN` should be your [Coder session token](../../../admin/users/sessions-tokens.md#generate-a-long-lived-api-token-on-behalf-of-yourself). ### Pre-configuring in Templates