docs: remove fallback ANTHROPIC_API_KEY approach from Claude Code docs - #3597
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughSummary by CodeRabbit
WalkthroughDocumentation for Claude Code integration with Bifrost is modernized to remove outdated fallback guidance for older versions and consistently use ChangesClaude Code Integration Documentation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
ANTHROPIC_API_KEY approach from Claude Code docs
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
🧪 Test Suite AvailableThis PR can be tested by a repository admin. |
Confidence Score: 5/5Documentation-only removal of a deprecated fallback; no code paths or runtime behaviour are affected. The change removes a stale configuration example and its surrounding note. The remaining content is intact and accurate, and no other files are touched. No files require special attention. Important Files Changed
Reviews (1): Last reviewed commit: "docs: claude code docs updates" | Re-trigger Greptile |
Merge activity
|

Summary
Simplifies the Claude Code documentation by removing the fallback
ANTHROPIC_API_KEYapproach, keeping only the recommendedANTHROPIC_CUSTOM_HEADERSmethod for passing Bifrost virtual keys.Changes
ANTHROPIC_API_KEYfor older Claude Code versions from the note calloutANTHROPIC_API_KEY-based JSON configuration example and the transitional text pointing users towardANTHROPIC_CUSTOM_HEADERSType of change
Affected areas
How to test
Review the updated
docs/cli-agents/claude-code.mdxto confirm the note and configuration section only reference theANTHROPIC_CUSTOM_HEADERSapproach without any mention of theANTHROPIC_API_KEYfallback.Breaking changes
Related issues
Security considerations
None.
Checklist
docs/contributing/README.mdand followed the guidelines