Search the documentation
17 pages for anthropic_workspace_id.
Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it.
console
Claude Developer Platform · in the page
agents-and-tools/mcp-tunnels/console
…ass the workspace ID at deploy time (`api.wif.workspaceId` for Helm, `ANTHROPIC_WORKSPACE_ID` for Compose). Skipping this step is fully supported; both deploy guides have a **Without programmatic…
Edit docker-compose.yaml: increment the integer in the setup service's
Claude Developer Platform · in the page
agents-and-tools/mcp-tunnels/deploy-compose
…ION_RULE_ID - ANTHROPIC_ORGANIZATION_ID - ANTHROPIC_WORKSPACE_ID - ANTHROPIC_IDENTITY_TOKEN volumes: - ./data:/data user…
reference
Claude Developer Platform · in the page
agents-and-tools/mcp-tunnels/reference
…t reads `ANTHROPIC_FEDERATION_RULE_ID`, `ANTHROPIC_ORGANIZATION_ID`, `ANTHROPIC_WORKSPACE_ID` (optional), and exactly one of `ANTHROPIC_IDENTITY_TOKEN_FILE` or `ANTHROPIC_IDENTITY_TOKEN`. See the [WIF…
On a remote host without a browser:
Claude Developer Platform · in the page
cli-sdks-libraries/cli/authentication
…on#select-a-workspace) to run your command in. Do this by setting an `ANTHROPIC_WORKSPACE_ID` environment variable, which the CLI reads automatically, or by using the [`--workspace-id` flag](https://p…
using
Claude Developer Platform · in the page
cli-sdks-libraries/cli/using
…r API keys with access to multiple workspaces (equivalent to setting `ANTHROPIC_WORKSPACE_ID`). See [Select a workspace](https://platform.claude.com/docs/en/manage-claude/authentication#select-a-works…
wif-admin-api
Claude Developer Platform · in the page
manage-claude/wif-admin-api
…IDENTITY_TOKEN_FILE=/path/to/jwt # or ANTHROPIC_IDENTITY_TOKEN # ANTHROPIC_WORKSPACE_ID is required only if the rule is enabled for all # workspaces or more than one; the org:admin endpoints…
aws
Claude Developer Platform · in the page
manage-claude/wif-providers/aws
…e_account_id": "$ANTHROPIC_SERVICE_ACCOUNT_ID", "workspace_id": "$ANTHROPIC_WORKSPACE_ID" } JSON ) ACCESS_TOKEN=$(echo "$RESPONSE" | jq -r .access_token) curl https://api.anthropic.com…
Create the app registration that represents the Claude API audience.
Claude Developer Platform · in the page
manage-claude/wif-providers/azure
…e_account_id": "$ANTHROPIC_SERVICE_ACCOUNT_ID", "workspace_id": "$ANTHROPIC_WORKSPACE_ID" } JSON ) ACCESS_TOKEN=$(echo "$RESPONSE" | jq -r .access_token) # 3. Call the Claude API with…
gcp
Claude Developer Platform · in the page
manage-claude/wif-providers/gcp
…e_account_id": "$ANTHROPIC_SERVICE_ACCOUNT_ID", "workspace_id": "$ANTHROPIC_WORKSPACE_ID" } JSON ) ACCESS_TOKEN=$(echo "$RESPONSE" | jq -r .access_token) # Call the Claude API curl -s…
github-actions
Claude Developer Platform · in the page
manage-claude/wif-providers/github-actions
…0-000000000000 ANTHROPIC_SERVICE_ACCOUNT_ID: svac_... ANTHROPIC_WORKSPACE_ID: wrkspc_... # required when the rule covers multiple workspaces ANTHROPIC_IDENTITY_TOKEN_FILE: /tm…
kubernetes
Claude Developer Platform · in the page
manage-claude/wif-providers/kubernetes
…NTHROPIC_SERVICE_ACCOUNT_ID value: svac_... - name: ANTHROPIC_WORKSPACE_ID # required when the rule covers multiple workspaces value: wrkspc_... volumeMounts:…
okta
Claude Developer Platform · in the page
manage-claude/wif-providers/okta
…e_account_id": "$ANTHROPIC_SERVICE_ACCOUNT_ID", "workspace_id": "$ANTHROPIC_WORKSPACE_ID" } JSON ) # 3. Call the Claude API. curl https://api.anthropic.com/v1/messages \ -H "authori…
Replace NODE_UID with the node's UID:
Claude Developer Platform · in the page
manage-claude/wif-providers/spiffe
…D`, `ANTHROPIC_ORGANIZATION_ID`, `ANTHROPIC_SERVICE_ACCOUNT_ID`, and `ANTHROPIC_WORKSPACE_ID`. The SDK reads the file on every token exchange, so it always picks up the most recently rotated SVID, and…
wif-reference
Claude Developer Platform · in the page
manage-claude/wif-reference
…| `svac_...` | | `ANTHROPIC_WORKSPACE_ID` | Conditional | Tagged ID of the workspace to scope the minted token to, or th…
workload-identity-federation
Claude Developer Platform · in the page
manage-claude/workload-identity-federation
…LE_ID`, `ANTHROPIC_ORGANIZATION_ID`, `ANTHROPIC_SERVICE_ACCOUNT_ID`, `ANTHROPIC_WORKSPACE_ID`, and `ANTHROPIC_IDENTITY_TOKEN_FILE` per environment. <CodeGroup> ```bash cURL # 1. Acquire your IdP'…
Environment variables
Claude Code CLI · in the page
env-vars
…| | `ANTHROPIC_WORKSPACE_ID` | Workspace ID for [workload identity federation](https://platform.claude.c…
Claude Code GitHub Actions
Claude Code CLI · in the page
github-actions
…n rule you create in the Console already targets a service account * `anthropic_workspace_id`: the workspace ID, `wrkspc_...`. Optional when the federation rule targets a single workspace Grant the w…