{
  "manifest_version": "1.0.0",
  "template": {
    "id": "7382b6ba-23f9-4d57-8aa9-5c80edd074d0",
    "slug": "kali-rolling",
    "name": "Kali Linux Rolling",
    "description": "[Jul'26] Hosted Kali Linux workspace with SSH & persistent storage",
    "url": "https://railway.com/deploy/kali-rolling",
    "upstream": {
      "image": "kalilinux/kali-rolling"
    }
  },
  "services": [
    {
      "name": "kali-linux",
      "source": {
        "image": "kalilinux/kali-rolling"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": false
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "kali-rolling"
      }
    },
    "cli": "railway deploy --template kali-rolling",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "7382b6ba-23f9-4d57-8aa9-5c80edd074d0",
            "serializedConfig": {
              "services": {
                "7443472f-5372-4967-9a33-cc8db1c61827": {
                  "icon": "https://upload.wikimedia.org/wikipedia/commons/thumb/2/2b/Kali-dragon-icon.svg/960px-Kali-dragon-icon.svg.png",
                  "name": "kali-linux",
                  "deploy": {
                    "startCommand": "bash -lc 'echo \"container is running on Railway\"; tail -f /dev/null'"
                  },
                  "source": {
                    "image": "kalilinux/kali-rolling"
                  },
                  "volumeMounts": {
                    "7443472f-5372-4967-9a33-cc8db1c61827": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-22T22:14:50.114Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-22T20:53:45.672Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_bdb25c9997b2417581cc",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 83,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "kali-linux"
  }
}
