Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/src/content/docs/setup/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
:::
</TabItem>

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[/grill-with-docs] The link anchor #anthropic_api_key does not lead to keyless/WIF documentation — that lives at #anthropic-workload-identity-federation-wif. Users who follow the link looking for keyless options will land in the wrong section.

💡 Suggested fix
:::note
Claude subscription OAuth tokens (`CLAUDE_CODE_OAUTH_TOKEN`) are not supported and are ignored if set. Use an `ANTHROPIC_API_KEY` instead. For keyless alternatives, see [Anthropic WIF](/gh-aw/reference/auth/#anthropic-workload-identity-federation-wif).
:::

This matches the exact wording and anchor used in reference/auth.mdx line 208.

@copilot please address this.

<TabItem label="Codex">
**Setting up `OPENAI_API_KEY`:**
Expand Down
Loading