II.
EnvVar JSON
Structured · liveenv-var:claude-code-remote-session-id
CLAUDE_CODE_REMOTE_SESSION_ID json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "env-var:claude-code-remote-session-id",
"_kind": "EnvVar",
"_file": "extensions/env-vars/claude-code-env-vars-remote-cloud.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "CLAUDE_CODE_REMOTE_SESSION_ID",
"description": "Set automatically in cloud sessions to the current session's ID; use to construct session links.",
"name": "CLAUDE_CODE_REMOTE_SESSION_ID",
"category": "remote-cloud",
"valueType": "string"
},
"outgoingEdges": [
{
"from": "env-var:claude-code-remote-session-id",
"to": "agent-runtime-impl:claude-code.runtime@1.x",
"kind": "affects",
"attributes": {}
}
],
"incomingEdges": []
}