{
  "manifest_version": "1.0.0",
  "template": {
    "id": "121dd8e3-0d54-4ae7-8e4e-e913f141ce7c",
    "slug": "imFV3Q",
    "name": "Firefox - Selenium Standalone Node",
    "description": "Single Instance Firefox Browser Driver",
    "url": "https://railway.com/deploy/imFV3Q",
    "upstream": {
      "image": "selenium/standalone-firefox"
    }
  },
  "services": [
    {
      "name": "standalone-firefox",
      "source": {
        "image": "selenium/standalone-firefox"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "standalone-firefox",
      "description": "Selenium grid port",
      "secret": false,
      "strategy": "default",
      "default": "4444"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "imFV3Q"
      }
    },
    "cli": "railway deploy --template imFV3Q",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "121dd8e3-0d54-4ae7-8e4e-e913f141ce7c",
            "serializedConfig": {
              "services": {
                "1006ae32-966b-4837-87d9-62f5225a07fc": {
                  "name": "standalone-firefox",
                  "build": {},
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/status"
                  },
                  "source": {
                    "image": "selenium/standalone-firefox"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Selenium grid port",
                      "defaultValue": "4444"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "standalone-firefox",
      "method": "GET",
      "path": "/status",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T16:45:10.949Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_91ef8a78611d459faf04",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 67,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "standalone-firefox"
  }
}
