iiRecord
Agentic AI Atlas · Claude Code dangerous bypass launch
launch-config:claude.dangerously-bypass-approvals-and-sandboxa5c.ai
II.
LaunchConfig JSON

launch-config:claude.dangerously-bypass-approvals-and-sandbox

Structured · live

Claude Code dangerous bypass launch json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · agent-stack/launch-configs/claude-code-default.yamlCluster · agent-stack
Record JSON
{
  "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": []
}