II.
LaunchConfig JSON
Structured · livelaunch-config:claude.dangerously-bypass-approvals-and-sandbox
Claude Code dangerous bypass launch json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "launch-config:claude.dangerously-bypass-approvals-and-sandbox",
"_kind": "LaunchConfig",
"_file": "agent-stack/launch-configs/claude-code-default.yaml",
"_cluster": "agent-stack",
"attributes": {
"agentVersionId": "agentVersion:claude:ge-0-0-0",
"displayName": "Claude Code dangerous bypass launch",
"env": {},
"commArgs": [
"--dangerously-skip-permissions"
],
"description": "Claude Code launch recipe for `--dangerously-skip-permissions`, which\nauto-approves all tool calls without user confirmation. Intended for\nCI/test environments where interactive approval is not possible."
},
"outgoingEdges": [
{
"from": "launch-config:claude.dangerously-bypass-approvals-and-sandbox",
"to": "capability:supports-tool-use",
"kind": "requires_capability",
"attributes": {
"versionRange": ">=1.0.0 <2.0.0",
"level": "full"
}
},
{
"from": "launch-config:claude.dangerously-bypass-approvals-and-sandbox",
"to": "execution:local-host",
"kind": "runs_via",
"attributes": {}
}
],
"incomingEdges": []
}