{
  "manifest_version": "1.0.0",
  "template": {
    "id": "f39d8d62-ee10-483b-8b83-54b44275e27b",
    "slug": "lightpanda",
    "name": "Lightpanda",
    "description": "The headless browser designed for AI and automation",
    "url": "https://railway.com/deploy/lightpanda",
    "upstream": {
      "repo_url": "https://github.com/arjunkomath/lightpanda-browser-railway"
    }
  },
  "services": [
    {
      "name": "lightpanda",
      "source": {
        "repo": "https://github.com/arjunkomath/lightpanda-browser-railway"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "CDP_ENDPOINT",
      "service": "lightpanda",
      "description": "Lightpanda CDP server URL",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "lightpanda"
      }
    },
    "cli": "railway deploy --template lightpanda",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "f39d8d62-ee10-483b-8b83-54b44275e27b",
            "serializedConfig": {
              "services": {
                "50ddeac4-5e4e-4746-ae13-9a16bf21d522": {
                  "icon": "https://cdn.lightpanda.io/assets/images/logo/lpd-logo.png",
                  "name": "lightpanda",
                  "source": {
                    "repo": "arjunkomath/lightpanda-browser-railway",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "CDP_ENDPOINT": {
                      "isOptional": false,
                      "description": "Lightpanda CDP server URL",
                      "defaultValue": "ws://${{RAILWAY_PRIVATE_DOMAIN}}:9222"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-18T16:44:23.103Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_b0601e86375a49e4a51d",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 114,
    "typical_build_seconds": 20,
    "typical_start_seconds": 10,
    "slowest_service": "lightpanda"
  }
}
