II.
EnvVar JSON
Structured · liveenv-var:claude-code-team-name
CLAUDE_CODE_TEAM_NAME json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "env-var:claude-code-team-name",
"_kind": "EnvVar",
"_file": "extensions/env-vars/claude-code-env-vars-subagents.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "CLAUDE_CODE_TEAM_NAME",
"description": "Name of the agent team this teammate belongs to; set automatically on agent team members.",
"name": "CLAUDE_CODE_TEAM_NAME",
"category": "subagents",
"valueType": "string"
},
"outgoingEdges": [
{
"from": "env-var:claude-code-team-name",
"to": "agent-runtime-impl:claude-code.runtime@1.x",
"kind": "affects",
"attributes": {}
}
],
"incomingEdges": []
}