II.
EnvVar JSON
Structured · liveenv-var:claude-code-experimental-agent-teams
CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "env-var:claude-code-experimental-agent-teams",
"_kind": "EnvVar",
"_file": "extensions/env-vars/claude-code-env-vars.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS",
"description": "Experimental gate enabling the agent-teams feature (team-create, send-message tools).",
"name": "CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS",
"category": "subagents",
"valueType": "bool",
"defaultValue": "0",
"featureGate": true,
"introducedInVersion": ">=2.1.32"
},
"outgoingEdges": [
{
"from": "env-var:claude-code-experimental-agent-teams",
"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:claude-code-experimental-agent-teams",
"kind": "has_env_var",
"attributes": {}
}
]
}