{
  "manifest_version": "1.0.0",
  "template": {
    "id": "4ca951a0-22b1-4c62-aea3-fcbebd54f75d",
    "slug": "steel-browser",
    "name": "Steel Browser | Open-Source Headless Browser API",
    "description": "Self-host Steel Browser. Headless API for AI agents, scraping & automation",
    "url": "https://railway.com/deploy/steel-browser",
    "upstream": {
      "image": "ghcr.io/steel-dev/steel-browser:latest"
    }
  },
  "services": [
    {
      "name": "Steel Browser",
      "source": {
        "image": "ghcr.io/steel-dev/steel-browser:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "Steel Browser",
      "description": "HTTP server listening port",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    },
    {
      "key": "DOMAIN",
      "service": "Steel Browser",
      "description": "Public-facing API domain",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "CDP_DOMAIN",
      "service": "Steel Browser",
      "description": "Chrome DevTools Protocol endpoint",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "LOG_STORAGE_PATH",
      "service": "Steel Browser",
      "description": "DuckDB log file on volume",
      "secret": false,
      "strategy": "default",
      "default": "/data/browser-logs.duckdb"
    },
    {
      "key": "LOG_STORAGE_ENABLED",
      "service": "Steel Browser",
      "description": "Enable persistent browser logs",
      "secret": false,
      "strategy": "default",
      "default": "true"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "steel-browser"
      }
    },
    "cli": "railway deploy --template steel-browser",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "4ca951a0-22b1-4c62-aea3-fcbebd54f75d",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "1c05a07e-0b1b-4571-8280-a6ddf6a1f94d": {
                  "icon": "https://raw.githubusercontent.com/steel-dev/steel-browser/main/images/steel_header_logo.png",
                  "name": "Steel Browser",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/steel-dev/steel-browser:latest"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "HTTP server listening port",
                      "defaultValue": "3000"
                    },
                    "DOMAIN": {
                      "isOptional": false,
                      "description": "Public-facing API domain",
                      "defaultValue": "${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "CDP_DOMAIN": {
                      "isOptional": false,
                      "description": "Chrome DevTools Protocol endpoint",
                      "defaultValue": "${{RAILWAY_PRIVATE_DOMAIN}}:9223"
                    },
                    "LOG_STORAGE_PATH": {
                      "isOptional": false,
                      "description": "DuckDB log file on volume",
                      "defaultValue": "/data/browser-logs.duckdb"
                    },
                    "LOG_STORAGE_ENABLED": {
                      "isOptional": false,
                      "description": "Enable persistent browser logs",
                      "defaultValue": "true"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "1c05a07e-0b1b-4571-8280-a6ddf6a1f94d": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-14T16:14:52.837Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-13T15:15:21.682Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_561738041f6243ea842b",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 101,
    "typical_build_seconds": 0,
    "typical_start_seconds": 20,
    "slowest_service": "Steel Browser"
  }
}
