{
  "manifest_version": "1.0.0",
  "template": {
    "id": "deb3486e-b531-479f-a7d7-e21e60ad9c70",
    "slug": "lightpanda-headless-browser",
    "name": "Lightpanda Headless Browser",
    "description": "Ultra-lightweight headless browser for AI agents and web automation.",
    "url": "https://railway.com/deploy/lightpanda-headless-browser",
    "upstream": {
      "repo_url": "https://github.com/lifeofjer/browser"
    }
  },
  "services": [
    {
      "name": "browser",
      "source": {
        "repo": "https://github.com/lifeofjer/browser"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "lightpanda-headless-browser"
      }
    },
    "cli": "railway deploy --template lightpanda-headless-browser",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "deb3486e-b531-479f-a7d7-e21e60ad9c70",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "70c5cab6-27bb-4534-8b1d-1f990f180f26": {
                  "icon": null,
                  "name": "browser",
                  "deploy": {
                    "startCommand": "/usr/bin/tini -- /bin/lightpanda serve --host 0.0.0.0 --port ${PORT:-9222} --log_level info",
                    "healthcheckPath": "/json/version",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/lifeofjer/browser",
                    "rootDirectory": null
                  },
                  "variables": {},
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "browser",
      "method": "GET",
      "path": "/json/version",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-20T16:50:16.365Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_5110297646874b558f03",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": false,
        "detail": "FAILED"
      }
    ]
  }
}
