II.
EnvVar JSON
Structured · liveenv-var:anthropic-api-key
ANTHROPIC_API_KEY json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "env-var:anthropic-api-key",
"_kind": "EnvVar",
"_file": "extensions/env-vars/claude-code-env-vars.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "ANTHROPIC_API_KEY",
"description": "Primary auth credential for the Anthropic API.",
"name": "ANTHROPIC_API_KEY",
"category": "auth",
"valueType": "string"
},
"outgoingEdges": [
{
"from": "env-var:anthropic-api-key",
"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:anthropic-api-key",
"kind": "has_env_var",
"attributes": {}
}
]
}