II.
EnvVar JSON
Structured · liveenv-var:claude-agent-sdk-disable-builtin-agents
CLAUDE_AGENT_SDK_DISABLE_BUILTIN_AGENTS json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "env-var:claude-agent-sdk-disable-builtin-agents",
"_kind": "EnvVar",
"_file": "extensions/env-vars/claude-code-env-vars-sdk.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "CLAUDE_AGENT_SDK_DISABLE_BUILTIN_AGENTS",
"description": "Set to 1 to disable all built-in subagent types in non-interactive mode.",
"name": "CLAUDE_AGENT_SDK_DISABLE_BUILTIN_AGENTS",
"category": "sdk",
"valueType": "bool"
},
"outgoingEdges": [
{
"from": "env-var:claude-agent-sdk-disable-builtin-agents",
"to": "agent-runtime-impl:claude-code.runtime@1.x",
"kind": "affects",
"attributes": {}
}
],
"incomingEdges": []
}