Skip to content

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

Open
mesutoezdil wants to merge 2 commits 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 2 commits 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
johntmyers
johntmyers previously approved these changes May 23, 2026
@pimlock
Copy link
Copy Markdown
Collaborator

pimlock commented May 25, 2026

/ok to test 6998bfe

Comment thread docs/sandboxes/manage-providers.mdx Outdated
Move the Note callout in manage-providers.mdx to after the complete
provider type table so it does not break table rendering. Remove
subscription brand names from both Note callouts.
@mesutoezdil
Copy link
Copy Markdown
Contributor Author

done- i v checked @pimlock @johntmyers

Screenshot 2026-05-26 at 12 35 53 Screenshot 2026-05-26 at 12 36 01 Screenshot 2026-05-26 at 12 36 16

@mesutoezdil mesutoezdil requested a review from pimlock May 26, 2026 10:37
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

3 participants