Skip to content
Draft
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
17 changes: 17 additions & 0 deletions docs/openclaw-byo-api-key.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# OpenClaw: Bring Your Own API Key (Apr 2026)

As of Apr 7, 2026, Anthropic no longer lets a Claude Code subscription fund Claude usage inside third-party harnesses like OpenClaw. Source: Ben's Bites, *No Claude for Claws*, Apr 7 2026.

## What changed
- Claude models are still available in OpenClaw.
- They now require either pay-as-you-go billing inside OpenClaw, or your own `ANTHROPIC_API_KEY`.
- Anthropic offered a one-time credit equal to one month of subscription as a transition.

## What to do
1. Generate a personal API key at https://console.anthropic.com/settings/keys.
2. In OpenClaw, set `ANTHROPIC_API_KEY` in your env or per-project settings.
3. (Optional) Enable PAYG billing in OpenClaw if you'd rather not manage a key.
4. Claim the one-month transition credit if you used a CC subscription previously.

## Why this doc exists
Mission Control's onboarding previously implied a CC subscription was enough to drive OpenClaw. That's no longer true. This file is the canonical pointer.