II.
EnvVar JSON
Structured · liveenv-var:anthropic-bedrock-base-url
ANTHROPIC_BEDROCK_BASE_URL json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "env-var:anthropic-bedrock-base-url",
"_kind": "EnvVar",
"_file": "extensions/env-vars/claude-code-env-vars-bedrock.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "ANTHROPIC_BEDROCK_BASE_URL",
"description": "Override the Bedrock endpoint URL for custom endpoints or LLM gateways.",
"name": "ANTHROPIC_BEDROCK_BASE_URL",
"category": "bedrock",
"valueType": "url"
},
"outgoingEdges": [
{
"from": "env-var:anthropic-bedrock-base-url",
"to": "agent-runtime-impl:claude-code.runtime@1.x",
"kind": "affects",
"attributes": {}
}
],
"incomingEdges": []
}