Source Intelligence
Sweep 28 Aug 2026 · 00:00Z Build v2.1.250 478 read Stable v2.1.236 Latest v2.1.250 Next v2.1.251 Feeds RSS JSON llms.txt
Reading a new release v2.1.251 Analysing changes · 2/5 Writing the entries · 2/4 steps 470 findings $18.91 so far

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

Search the documentation

12 pages for anthropic_aws_workspace_id.

Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it.

claude-platform-on-aws Claude Developer Platform · in the page build-with-claude/claude-platform-on-aws …the **Workspaces** section of the AWS Console service page. Set the `ANTHROPIC_AWS_WORKSPACE_ID` and `AWS_REGION` environment variables so the SDK clients read them automatically: ```bash CLI export… csharp Claude Developer Platform · in the page cli-sdks-libraries/sdks/csharp …s`. Use `AnthropicAwsClient`; set `WorkspaceId` on the client or the `ANTHROPIC_AWS_WORKSPACE_ID` environment variable (see [Workspaces](https://platform.claude.com/docs/en/build-with-claude/claude-pl… go Claude Developer Platform · in the page cli-sdks-libraries/sdks/go …value to construct a client; set `WorkspaceID` on the config or the `ANTHROPIC_AWS_WORKSPACE_ID` environment variable. The `anthropicaws` import alias avoids a name collision with `github.com/aws/aws… java Claude Developer Platform · in the page cli-sdks-libraries/sdks/java …com.anthropic:anthropic-java-aws`: Use `AwsBackend.fromEnv()` (reads `ANTHROPIC_AWS_WORKSPACE_ID` and the AWS default region/credential chain) or `AwsBackend.builder()`. Available in beta. * **Foundry… php Claude Developer Platform · in the page cli-sdks-libraries/sdks/php …dependency). Use `new Anthropic\Aws\Client(workspaceId: ...)` or set `ANTHROPIC_AWS_WORKSPACE_ID`. Available in beta. * **Foundry:** `Anthropic\Foundry\Client`. Use `::withCredentials()`. Use `Mantle… For Amazon Bedrock support Claude Developer Platform · in the page cli-sdks-libraries/sdks/python …client is in beta. Pass `workspace_id` to the constructor or set the `ANTHROPIC_AWS_WORKSPACE_ID` environment variable. Use `AnthropicBedrockMantle` for new projects; `AnthropicBedrock` remains for e… Automatically handles tool execution loop Claude Developer Platform · in the page cli-sdks-libraries/sdks/ruby …opic::AWSClient`. Pass `workspace_id:` to the constructor or set the `ANTHROPIC_AWS_WORKSPACE_ID` environment variable (see [Workspaces](https://platform.claude.com/docs/en/build-with-claude/claude-pl… typescript Claude Developer Platform · in the page cli-sdks-libraries/sdks/typescript …thropicAws` client. Pass `workspaceId` to the constructor or set the `ANTHROPIC_AWS_WORKSPACE_ID` environment variable. Available in beta. * **Foundry:** `npm install @anthropic-ai/foundry-sdk`: Provi… Quickstart Claude Code CLI · in the page agent-sdk/quickstart …*Claude Platform on AWS**: set `CLAUDE_CODE_USE_ANTHROPIC_AWS=1` and `ANTHROPIC_AWS_WORKSPACE_ID`, then configure AWS credentials * **Google Cloud's Agent Platform**: set `CLAUDE_CODE_USE_VERTEX=1… Claude Code on Claude Platform on AWS Claude Code CLI · in the page claude-platform-on-aws …. ```bash theme={null} export CLAUDE_CODE_USE_ANTHROPIC_AWS=1 export ANTHROPIC_AWS_WORKSPACE_ID=wrkspc_01ABCDEFGHIJKLMN export AWS_REGION=us-east-1 ``` `ANTHROPIC_AWS_WORKSPACE_ID` is required. Clau… Environment variables Claude Code CLI · in the page env-vars …| | `ANTHROPIC_AWS_WORKSPACE_ID` | Required for [Claude Platform on AWS](/docs/en/claude-platform-on-aws). S… Connect Claude Code to an LLM gateway Claude Code CLI · in the page llm-gateway-connect …AWS_BASE_URL=https://llm-gateway.example.com/anthropic-aws export ANTHROPIC_AWS_WORKSPACE_ID=wrkspc_01ABCDEFGHIJKLMN export CLAUDE_CODE_SKIP_ANTHROPIC_AWS_AUTH=1 export CLAUDE_CODE_USE_ANT…