Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.257 ·

Gateway auth token can now come from a descriptor/snapshot, not just env var

The gateway token can come from a stored descriptor or snapshot when ANTHROPIC_AUTH_TOKEN is unset, with a clearer warning.

TierYou'll noticehow much it should matter to you
Useful3my rating, 1 to 5
Signal3worth watching, 1 to 5
AreaAuthwhat it touches
KindImprovementsin v2.1.257,
You'll notice

The gateway token can come from a stored descriptor or snapshot when ANTHROPIC_AUTH_TOKEN is unset, with a clearer warning.

The gateway auth check now also accepts a token from a stored gateway descriptor or snapshot when ANTHROPIC_AUTH_TOKEN isn't set. The resulting warning is also more specific, distinguishing a missing base URL from a missing token.

Read from
Names in the bundleANTHROPIC_AUTH_TOKEN
Since it was published

The entry above is what we published on the day. These lines were added later, as Anthropic's own pages caught up, and they sit beside the original rather than replacing it.

Added since A small documentation edit on Authentication touched a line naming ANTHROPIC_AUTH_TOKEN after this was published. [Cloud sessions](/docs/en/claude-code-on-the-web) always use your subscription credentials. If you set `ANTHROPIC_API_KEY` or `ANTHROPIC_AUTH_TOKEN` in the cloud environment, it doesn't override your subscription credentials. authentication see the edit
Confirmed since Anthropic's documentation has since written up ANTHROPIC_AUTH_TOKEN, on Connect Claude Code to an LLM gateway. * **Amazon Bedrock, Google Cloud's Agent Platform, or Claude Platform on AWS**: add `ANTHROPIC_AUTH_TOKEN` after the block. Claude Code sends it to the gateway as an `Authorization: Bearer` header. For a credential in a different scheme or… llm-gateway-connect see the edit
How sure we are
One source agreesOne thing we can check says the same as this entry.
Anthropic's documentation agreesAnthropic's documentation has since written up ANTHROPIC_AUTH_TOKEN, on Connect Claude Code to an LLM gateway.

See this entry in the whole of v2.1.257 →