{
  "manifest_version": "1.0.0",
  "template": {
    "id": "c1a45644-26cd-440f-9440-80eab34fac8c",
    "slug": "E7oTLJ",
    "name": "Kali Linux",
    "description": "Kali Linux with the tools you love and a shell, all accessible over the web",
    "url": "https://railway.com/deploy/E7oTLJ",
    "upstream": {
      "repo_url": "https://github.com/Mys7erio/kali-railway"
    }
  },
  "services": [
    {
      "name": "kali-linux-docker",
      "source": {
        "repo": "https://github.com/Mys7erio/kali-railway"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "kali-linux-docker",
      "description": "The variable from which you can access the shell",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    },
    {
      "key": "PASSWORD",
      "service": "kali-linux-docker",
      "description": "Password for accessing the shell",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "USERNAME",
      "service": "kali-linux-docker",
      "description": "Username for accessing the shell",
      "secret": false,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "E7oTLJ"
      }
    },
    "cli": "railway deploy --template E7oTLJ",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "c1a45644-26cd-440f-9440-80eab34fac8c",
            "serializedConfig": {
              "services": {
                "17249f1c-56e9-4125-950e-d3c5e54589e3": {
                  "name": "kali-linux-docker",
                  "build": {},
                  "deploy": {},
                  "source": {
                    "repo": "https://github.com/Mys7erio/kali-railway"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "The variable from which you can access the shell",
                      "defaultValue": "8080"
                    },
                    "PASSWORD": {
                      "isOptional": false,
                      "description": "Password for accessing the shell",
                      "defaultValue": "{{PASSWORD}}"
                    },
                    "USERNAME": {
                      "isOptional": false,
                      "description": "Username for accessing the shell",
                      "defaultValue": "{{USERNAME}}"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-14T10:14:50.742Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-12T11:47:38.138Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_6484c29477374d0abf2c",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 87,
    "typical_build_seconds": 15,
    "typical_start_seconds": 12,
    "slowest_service": "kali-linux-docker"
  }
}
