{
  "manifest_version": "1.0.0",
  "template": {
    "id": "6098a81c-4a08-474c-8a06-db52fc6f4902",
    "slug": "steel-browser-or-just-updated-browser-ap",
    "name": "Steel Browser | (Just Updated) Browser API for AI Agents, API-Key Locked",
    "description": "Steel Browser API for AI agents, API-key locked on every route",
    "url": "https://railway.com/deploy/steel-browser-or-just-updated-browser-ap",
    "upstream": {
      "image": "ghcr.io/bon5co/steel-browser-railway:latest"
    }
  },
  "services": [
    {
      "name": "steel-browser",
      "source": {
        "image": "ghcr.io/bon5co/steel-browser-railway:latest"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "STEEL_API_KEY",
      "service": "steel-browser",
      "description": "Provide a value for STEEL_API_KEY.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "steel-browser-or-just-updated-browser-ap"
      }
    },
    "cli": "railway deploy --template steel-browser-or-just-updated-browser-ap",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "6098a81c-4a08-474c-8a06-db52fc6f4902",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "851c2674-0228-42d9-bc19-3fe25fb53f84": {
                  "icon": null,
                  "name": "steel-browser",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/v1/health",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/bon5co/steel-browser-railway:latest"
                  },
                  "variables": {
                    "STEEL_API_KEY": {
                      "isOptional": false,
                      "defaultValue": "{{STEEL_API_KEY}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "steel-browser",
      "method": "GET",
      "path": "/v1/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-23T16:14:58.907Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T19:20:07.519Z",
  "success_rate_30d": 0.7143,
  "validation": {
    "last_run_id": "run_cb3547ec24ef4d65b61a",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 91,
    "typical_build_seconds": 0,
    "typical_start_seconds": 12,
    "slowest_service": "steel-browser"
  }
}
