{
  "manifest_version": "1.0.0",
  "template": {
    "id": "4bbab9ef-f672-4683-8fc8-8f9089b7ab3a",
    "slug": "selenium-standalone-edge-or-password-pro",
    "name": "Selenium Standalone Edge | (Just Updated) Password-Protected Grid",
    "description": "Edge WebDriver endpoint with basic auth on; not an open public grid",
    "url": "https://railway.com/deploy/selenium-standalone-edge-or-password-pro",
    "upstream": {
      "image": "ghcr.io/bon5co/selenium-standalone-edge-railway:latest"
    }
  },
  "services": [
    {
      "name": "selenium",
      "source": {
        "image": "ghcr.io/bon5co/selenium-standalone-edge-railway:latest"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "SE_ROUTER_PASSWORD",
      "service": "selenium",
      "description": "Provide a value for SE_ROUTER_PASSWORD.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "selenium-standalone-edge-or-password-pro"
      }
    },
    "cli": "railway deploy --template selenium-standalone-edge-or-password-pro",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "4bbab9ef-f672-4683-8fc8-8f9089b7ab3a",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "53300b49-4227-40b2-bd64-24eeb69659f0": {
                  "icon": null,
                  "name": "selenium",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/bon5co/selenium-standalone-edge-railway:latest"
                  },
                  "variables": {
                    "SE_ROUTER_PASSWORD": {
                      "isOptional": false,
                      "defaultValue": "{{SE_ROUTER_PASSWORD}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-19T10:14:38.021Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-17T10:44:32.880Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_6bb056c915a5479b8d38",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 28,
    "typical_build_seconds": 0,
    "typical_start_seconds": 10,
    "slowest_service": "selenium"
  }
}
