From 00694290a3df292fee7dc25638987c605613049a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 00:07:37 +0000 Subject: [PATCH] [docs] Note CLAUDE_CODE_OAUTH_TOKEN is unsupported in quick-start Claude tab Closes #46613 Co-Authored-By: Claude --- docs/src/content/docs/setup/quick-start.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/src/content/docs/setup/quick-start.mdx b/docs/src/content/docs/setup/quick-start.mdx index 59e0c12623e..28fd3cd25eb 100644 --- a/docs/src/content/docs/setup/quick-start.mdx +++ b/docs/src/content/docs/setup/quick-start.mdx @@ -101,6 +101,10 @@ This will take you through an interactive process to: **Setting up `ANTHROPIC_API_KEY`:** 1. Create an API key in [Anthropic Console](https://console.anthropic.com/settings/keys). 2. Add it as a repository secret from your repository root with `gh secret set ANTHROPIC_API_KEY < /path/to/key.txt`, or use the GitHub UI. See [Authentication](/gh-aw/reference/auth/#anthropic_api_key) for more detail. + + :::note + Claude subscription OAuth tokens (`CLAUDE_CODE_OAUTH_TOKEN`) are not supported and are ignored if set. Use an `ANTHROPIC_API_KEY` instead. See [Authentication](/gh-aw/reference/auth/#anthropic_api_key) for keyless alternatives. + ::: **Setting up `OPENAI_API_KEY`:**