II.
EnvVar JSON
Structured · liveenv-var:claude-code-oauth-refresh-token
CLAUDE_CODE_OAUTH_REFRESH_TOKEN json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "env-var:claude-code-oauth-refresh-token",
"_kind": "EnvVar",
"_file": "extensions/env-vars/claude-code-env-vars-auth.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "CLAUDE_CODE_OAUTH_REFRESH_TOKEN",
"description": "OAuth refresh token for Claude.ai authentication for automated environments.",
"name": "CLAUDE_CODE_OAUTH_REFRESH_TOKEN",
"category": "auth",
"valueType": "string"
},
"outgoingEdges": [
{
"from": "env-var:claude-code-oauth-refresh-token",
"to": "agent-runtime-impl:claude-code.runtime@1.x",
"kind": "affects",
"attributes": {}
}
],
"incomingEdges": []
}