Search the documentation
16 pages for anthropic_organization_id.
Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it.
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
…UNNEL_ID - ANTHROPIC_FEDERATION_RULE_ID - ANTHROPIC_ORGANIZATION_ID - ANTHROPIC_WORKSPACE_ID - ANTHROPIC_IDENTITY_TOKEN volumes:…
reference
Claude Developer Platform · in the page
agents-and-tools/mcp-tunnels/reference
…kload-identity-federation). It reads `ANTHROPIC_FEDERATION_RULE_ID`, `ANTHROPIC_ORGANIZATION_ID`, `ANTHROPIC_WORKSPACE_ID` (optional), and exactly one of `ANTHROPIC_IDENTITY_TOKEN_FILE` or `ANTHROPIC_…
wif-admin-api
Claude Developer Platform · in the page
manage-claude/wif-admin-api
…N_RULE_ID=fdrl_... # the org:admin rule from step 1 export ANTHROPIC_ORGANIZATION_ID=00000000-0000-0000-0000-000000000000 export ANTHROPIC_SERVICE_ACCOUNT_ID=svac_... # the rule's…
aws
Claude Developer Platform · in the page
manage-claude/wif-providers/aws
…n_rule_id": "$ANTHROPIC_FEDERATION_RULE_ID", "organization_id": "$ANTHROPIC_ORGANIZATION_ID", "service_account_id": "$ANTHROPIC_SERVICE_ACCOUNT_ID", "workspace_id": "$ANTHROPIC_WORKSPACE_I…
Create the app registration that represents the Claude API audience.
Claude Developer Platform · in the page
manage-claude/wif-providers/azure
…n_rule_id": "$ANTHROPIC_FEDERATION_RULE_ID", "organization_id": "$ANTHROPIC_ORGANIZATION_ID", "service_account_id": "$ANTHROPIC_SERVICE_ACCOUNT_ID", "workspace_id": "$ANTHROPIC_WORKSPACE_I…
gcp
Claude Developer Platform · in the page
manage-claude/wif-providers/gcp
…n_rule_id": "$ANTHROPIC_FEDERATION_RULE_ID", "organization_id": "$ANTHROPIC_ORGANIZATION_ID", "service_account_id": "$ANTHROPIC_SERVICE_ACCOUNT_ID", "workspace_id": "$ANTHROPIC_WORKSPACE_I…
github-actions
Claude Developer Platform · in the page
manage-claude/wif-providers/github-actions
…est env: ANTHROPIC_FEDERATION_RULE_ID: fdrl_... ANTHROPIC_ORGANIZATION_ID: 00000000-0000-0000-0000-000000000000 ANTHROPIC_SERVICE_ACCOUNT_ID: svac_... ANTHROPIC_W…
kubernetes
Claude Developer Platform · in the page
manage-claude/wif-providers/kubernetes
…NTHROPIC_FEDERATION_RULE_ID value: fdrl_... - name: ANTHROPIC_ORGANIZATION_ID value: 00000000-0000-0000-0000-000000000000 - name: ANTHROPIC_SERVICE_ACCOUNT_ID…
okta
Claude Developer Platform · in the page
manage-claude/wif-providers/okta
…n_rule_id": "$ANTHROPIC_FEDERATION_RULE_ID", "organization_id": "$ANTHROPIC_ORGANIZATION_ID", "service_account_id": "$ANTHROPIC_SERVICE_ACCOUNT_ID", "workspace_id": "$ANTHROPIC_WORKSPACE_I…
Replace NODE_UID with the node's UID:
Claude Developer Platform · in the page
manage-claude/wif-providers/spiffe
…_TOKEN_FILE` to that path along with `ANTHROPIC_FEDERATION_RULE_ID`, `ANTHROPIC_ORGANIZATION_ID`, `ANTHROPIC_SERVICE_ACCOUNT_ID`, and `ANTHROPIC_WORKSPACE_ID`. The SDK reads the file on every token ex…
wif-reference
Claude Developer Platform · in the page
manage-claude/wif-reference
…| `fdrl_...` | | `ANTHROPIC_ORGANIZATION_ID` | Yes | UUID of your Anthropic organization. Find it in the Claude Con…
workload-identity-federation
Claude Developer Platform · in the page
manage-claude/workload-identity-federation
…ontainer image everywhere and inject `ANTHROPIC_FEDERATION_RULE_ID`, `ANTHROPIC_ORGANIZATION_ID`, `ANTHROPIC_SERVICE_ACCOUNT_ID`, `ANTHROPIC_WORKSPACE_ID`, and `ANTHROPIC_IDENTITY_TOKEN_FILE` per envi…
Authentication
Claude Code CLI · in the page
authentication
…| | Federation variables | `ANTHROPIC_FEDERATION_RULE_ID` and `ANTHROPIC_ORGANIZATION_ID`, both set…
Claude apps gateway configuration
Claude Code CLI · in the page
claude-apps-gateway-config
…ion_rule_id: ${ANTHROPIC_FEDERATION_RULE_ID} organization_id: ${ANTHROPIC_ORGANIZATION_ID} identity_token_file: /var/run/secrets/anthropic/id-token # workspace_id: wrkspc_... #…
Environment variables
Claude Code CLI · in the page
env-vars
…-claude/workload-identity-federation). When you set it together with `ANTHROPIC_ORGANIZATION_ID`, Claude Code selects federation credentials, which rank above your `/login` credential. See [authentica…
Claude Code GitHub Actions
Claude Code CLI · in the page
github-actions
…`anthropic_federation_rule_id`: the federation rule ID, `fdrl_...` * `anthropic_organization_id`: your Anthropic organization ID * `anthropic_service_account_id`: the service account ID, `svac_...`. O…