{
  "manifest_version": "1.0.0",
  "template": {
    "id": "286df77f-d6ec-48c3-9ff4-d4a2df462084",
    "slug": "steel-browser-headless-browser-api-for-a",
    "name": "Steel Browser (Headless Browser API for AI Agents)",
    "description": "Open-source headless browser API for AI agents: CDP, Puppeteer, Playwright",
    "url": "https://railway.com/deploy/steel-browser-headless-browser-api-for-a",
    "upstream": {
      "image": "ghcr.io/steel-dev/steel-browser:latest"
    }
  },
  "services": [
    {
      "name": "Steel Browser",
      "source": {
        "image": "ghcr.io/steel-dev/steel-browser:latest"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "HOST",
      "service": "Steel Browser",
      "description": "Bind address",
      "secret": false,
      "strategy": "default",
      "default": "0.0.0.0"
    },
    {
      "key": "PORT",
      "service": "Steel Browser",
      "description": "Port the Steel API listens on",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    },
    {
      "key": "DOMAIN",
      "service": "Steel Browser",
      "description": "Public hostname used to build session and CDP URLs",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "USE_SSL",
      "service": "Steel Browser",
      "description": "Return https/wss URLs (Railway terminates TLS)",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "CDP_REDIRECT_PORT",
      "service": "Steel Browser",
      "description": "Internal port used to redirect CDP connections",
      "secret": false,
      "strategy": "default",
      "default": "9223"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "steel-browser-headless-browser-api-for-a"
      }
    },
    "cli": "railway deploy --template steel-browser-headless-browser-api-for-a",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "286df77f-d6ec-48c3-9ff4-d4a2df462084",
            "serializedConfig": {
              "services": {
                "e264b15c-fa33-4419-9938-8fc34aa1c696": {
                  "icon": "https://raw.githubusercontent.com/steel-dev/steel-browser/main/images/steel_header_logo.png",
                  "name": "Steel Browser",
                  "build": {},
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/v1/health"
                  },
                  "source": {
                    "image": "ghcr.io/steel-dev/steel-browser:latest"
                  },
                  "variables": {
                    "HOST": {
                      "isOptional": false,
                      "description": "Bind address",
                      "defaultValue": "0.0.0.0"
                    },
                    "PORT": {
                      "isOptional": false,
                      "description": "Port the Steel API listens on",
                      "defaultValue": "3000"
                    },
                    "DOMAIN": {
                      "isOptional": false,
                      "description": "Public hostname used to build session and CDP URLs",
                      "defaultValue": "${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "USE_SSL": {
                      "isOptional": false,
                      "description": "Return https/wss URLs (Railway terminates TLS)",
                      "defaultValue": "true"
                    },
                    "CDP_REDIRECT_PORT": {
                      "isOptional": false,
                      "description": "Internal port used to redirect CDP connections",
                      "defaultValue": "9223"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>:3000": {}
                    }
                  },
                  "volumeMounts": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "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-17T22:14:38.342Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-17T19:55:56.650Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_78da96eb1e8d43d9b9b1",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 141,
    "typical_build_seconds": 0,
    "typical_start_seconds": 30,
    "slowest_service": "Steel Browser"
  }
}
