{
  "manifest_version": "1.0.0",
  "template": {
    "id": "3ae1f2b3-2417-4101-b1d9-381f5166e757",
    "slug": "lightpanda-browser",
    "name": "Lightpanda Browser",
    "description": "Ultra-fast headless browser for AI agents, scraping, and automation. 🐼",
    "url": "https://railway.com/deploy/lightpanda-browser",
    "upstream": {
      "image": "lightpanda/browser:latest"
    }
  },
  "services": [
    {
      "name": "lightpanda-browser",
      "source": {
        "image": "lightpanda/browser:latest"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "lightpanda-browser",
      "description": "port",
      "secret": false,
      "strategy": "default",
      "default": "9222"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "lightpanda-browser"
      }
    },
    "cli": "railway deploy --template lightpanda-browser",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "3ae1f2b3-2417-4101-b1d9-381f5166e757",
            "serializedConfig": {
              "services": {
                "97c3ec77-55da-47df-b15f-1d6db4970395": {
                  "icon": "https://cdn.lightpanda.io/assets/images/logo/lpd-logo.png",
                  "name": "lightpanda-browser",
                  "deploy": {
                    "startCommand": "/bin/sh -c 'exec lightpanda serve --host 0.0.0.0 --port \"$PORT\"'"
                  },
                  "source": {
                    "image": "lightpanda/browser:latest"
                  },
                  "variables": {
                    "PORT": {
                      "description": "port",
                      "defaultValue": "9222"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-19T14:22:45.780Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_60f49f60e3674d629439",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 72,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "lightpanda-browser"
  }
}
