Skip to content

docs(providers): note that ANTHROPIC_API_KEY requires an API account, not a subscription#1542

Open
mesutoezdil wants to merge 1 commit into
NVIDIA:mainfrom
mesutoezdil:docs/claude-api-key-subscription-note
Open

docs(providers): note that ANTHROPIC_API_KEY requires an API account, not a subscription#1542
mesutoezdil wants to merge 1 commit into
NVIDIA:mainfrom
mesutoezdil:docs/claude-api-key-subscription-note

Conversation

@mesutoezdil
Copy link
Copy Markdown
Contributor

@mesutoezdil mesutoezdil commented May 23, 2026

Anthropic subscription users authenticate via OAuth, not an API key.

The provider types that inject ANTHROPIC_API_KEY reference console.anthropic.com, but the docs never mention this, leaving subscription users with a silent dead-end.

Adds a <Note> callout in two places:

  • Provider type table in the manage-providers guide
  • Quickstart guide where ANTHROPIC_API_KEY is first mentioned

Related Issue: Closes #620

@copy-pr-bot
Copy link
Copy Markdown

copy-pr-bot Bot commented May 23, 2026

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

… not a subscription

Anthropic subscription users authenticate via OAuth, not an API key,
causing a silent failure when creating the provider. Adds a Note callout
in the provider type table and quickstart guide directing subscription
users to generate an API key from console.anthropic.com.

Closes NVIDIA#620
@mesutoezdil mesutoezdil force-pushed the docs/claude-api-key-subscription-note branch from e6bb7e5 to 6998bfe Compare May 23, 2026 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(providers): support Claude subscription (OAuth) auth; docs omit API key requirement

2 participants