{
  "manifest_version": "1.0.0",
  "template": {
    "id": "675706b0-39ff-433e-84bc-5f369515378d",
    "slug": "kali-linux",
    "name": "Kali Linux",
    "description": "Kali Linux rolling Docker image for penetration testing and security labs",
    "url": "https://railway.com/deploy/kali-linux",
    "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-linux"
      }
    },
    "cli": "railway deploy --template kali-linux",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "675706b0-39ff-433e-84bc-5f369515378d",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "0e45c70c-2079-4b1c-8a1f-c584ef0f6eab": {
                  "icon": null,
                  "name": "Kali Linux",
                  "deploy": {
                    "startCommand": "sleep infinity",
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "kalilinux/kali-rolling"
                  },
                  "variables": {},
                  "volumeMounts": {
                    "0e45c70c-2079-4b1c-8a1f-c584ef0f6eab": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-18T14:34:56.125Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_c0bfaf8da7e54f4db0db",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 85,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "Kali Linux"
  }
}
