II.
EnvVar JSON
Structured · liveenv-var:claude-code-use-bedrock
CLAUDE_CODE_USE_BEDROCK json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "env-var:claude-code-use-bedrock",
"_kind": "EnvVar",
"_file": "extensions/env-vars/claude-code-env-vars.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "CLAUDE_CODE_USE_BEDROCK",
"description": "When set to 1, route model calls through AWS Bedrock instead of the Anthropic API.",
"name": "CLAUDE_CODE_USE_BEDROCK",
"category": "bedrock",
"valueType": "bool",
"defaultValue": "0",
"featureGate": true
},
"outgoingEdges": [
{
"from": "env-var:claude-code-use-bedrock",
"to": "agent-runtime-impl:claude-code.runtime@1.x",
"kind": "affects",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-runtime-impl:claude-code.runtime@1.x",
"to": "env-var:claude-code-use-bedrock",
"kind": "has_env_var",
"attributes": {}
}
]
}