II.
EnvVar JSON
Structured · liveenv-var:anthropic-foundry-resource
ANTHROPIC_FOUNDRY_RESOURCE json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "env-var:anthropic-foundry-resource",
"_kind": "EnvVar",
"_file": "extensions/env-vars/claude-code-env-vars-foundry.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "ANTHROPIC_FOUNDRY_RESOURCE",
"description": "Foundry resource name (e.g., my-resource); required if ANTHROPIC_FOUNDRY_BASE_URL is not set.",
"name": "ANTHROPIC_FOUNDRY_RESOURCE",
"category": "foundry",
"valueType": "string"
},
"outgoingEdges": [
{
"from": "env-var:anthropic-foundry-resource",
"to": "agent-runtime-impl:claude-code.runtime@1.x",
"kind": "affects",
"attributes": {}
}
],
"incomingEdges": []
}