{
  "manifest_version": "1.0.0",
  "template": {
    "id": "7bc1f7cd-b9d0-4195-9395-f10078a88351",
    "slug": "browser-use-railway-template",
    "name": "Browser Use",
    "description": "AI browser automation runtime with Chromium. Deploy in 1-click 🚀",
    "url": "https://railway.com/deploy/browser-use-railway-template",
    "upstream": {
      "image": "browseruse/browseruse:main"
    }
  },
  "services": [
    {
      "name": "web",
      "source": {
        "image": "browseruse/browseruse:main"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "BROWSER_USE_HEADLESS",
      "service": "web",
      "description": "Run Chromium in headless mode",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "BROWSER_USE_USER_DATA_DIR",
      "service": "web",
      "description": "Persistent browser profile directory",
      "secret": false,
      "strategy": "default",
      "default": "/data/profiles/default"
    },
    {
      "key": "BROWSER_USE_VERSION_CHECK",
      "service": "web",
      "description": "Check for newer Browser Use versions",
      "secret": false,
      "strategy": "default",
      "default": "true"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "browser-use-railway-template"
      }
    },
    "cli": "railway deploy --template browser-use-railway-template",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "7bc1f7cd-b9d0-4195-9395-f10078a88351",
            "serializedConfig": {
              "services": {
                "78541855-ed24-4f97-9d8b-47d0447c9f94": {
                  "icon": "https://cdn-1.webcatalog.io/catalog/browser-use/browser-use-icon-filled-256.png",
                  "name": "web",
                  "deploy": {
                    "startCommand": "/bin/bash -c 'while true; do sleep 3600; done'"
                  },
                  "source": {
                    "image": "browseruse/browseruse:main"
                  },
                  "variables": {
                    "OPENAI_API_KEY": {
                      "isOptional": true,
                      "description": "Optional OpenAI API key (you can add again manual for claude, etc)",
                      "defaultValue": ""
                    },
                    "BROWSER_USE_HEADLESS": {
                      "description": "Run Chromium in headless mode",
                      "defaultValue": "true"
                    },
                    "BROWSER_USE_USER_DATA_DIR": {
                      "description": "Persistent browser profile directory",
                      "defaultValue": "/data/profiles/default"
                    },
                    "BROWSER_USE_VERSION_CHECK": {
                      "description": "Check for newer Browser Use versions",
                      "defaultValue": "true"
                    }
                  },
                  "volumeMounts": {
                    "78541855-ed24-4f97-9d8b-47d0447c9f94": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-19T13:05:58.660Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_d472853d6fb8403e95be",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 99,
    "typical_build_seconds": 0,
    "typical_start_seconds": 10,
    "slowest_service": "web"
  }
}
