{
  "manifest_version": "1.0.0",
  "template": {
    "id": "dc26a48b-6a28-4527-a3fd-2cc0b7b8f01e",
    "slug": "selenium-standalone-chromium-or-password",
    "name": "Selenium Standalone Chromium | (Just Updated) Password-Protected Grid",
    "description": "Chromium WebDriver endpoint with basic auth on; not an open grid",
    "url": "https://railway.com/deploy/selenium-standalone-chromium-or-password",
    "upstream": {
      "image": "ghcr.io/bon5co/selenium-standalone-chromium-railway:latest"
    }
  },
  "services": [
    {
      "name": "selenium",
      "source": {
        "image": "ghcr.io/bon5co/selenium-standalone-chromium-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-chromium-or-password"
      }
    },
    "cli": "railway deploy --template selenium-standalone-chromium-or-password",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "dc26a48b-6a28-4527-a3fd-2cc0b7b8f01e",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "61b2dabd-4dde-4488-a13b-d9c8ed4af2ca": {
                  "icon": null,
                  "name": "selenium",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/bon5co/selenium-standalone-chromium-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-19T04:14:37.968Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-17T10:50:30.205Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_e81853f6bf2f4a339f98",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 61,
    "typical_build_seconds": 0,
    "typical_start_seconds": 10,
    "slowest_service": "selenium"
  }
}
