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…