II.
EnvVar JSON
Structured · liveenv-var:max-thinking-tokens
MAX_THINKING_TOKENS json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "env-var:max-thinking-tokens",
"_kind": "EnvVar",
"_file": "extensions/env-vars/claude-code-env-vars.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "MAX_THINKING_TOKENS",
"description": "Cap on extended-thinking budget per turn.",
"name": "MAX_THINKING_TOKENS",
"category": "thinking",
"valueType": "int"
},
"outgoingEdges": [
{
"from": "env-var:max-thinking-tokens",
"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:max-thinking-tokens",
"kind": "has_env_var",
"attributes": {}
}
]
}