{
  "manifest_version": "1.0.0",
  "template": {
    "id": "3d020a11-c5cd-4722-90c0-2c1c5dab263c",
    "slug": "statuspanda-uptime",
    "name": "StatusPanda Uptime Monitor and Status Page",
    "description": "Live monitor and status page. Get shouted at when a site breaks.",
    "url": "https://railway.com/deploy/statuspanda-uptime",
    "upstream": {
      "repo_url": "https://github.com/pagetree/railway-status-panda"
    }
  },
  "services": [
    {
      "name": "StatusPanda",
      "source": {
        "repo": "https://github.com/pagetree/railway-status-panda"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "APP_NAME",
      "service": "StatusPanda",
      "description": "Public name on the status page. Leave StatusPanda unless you want your own brand.",
      "secret": false,
      "strategy": "default",
      "default": "statuspanda"
    },
    {
      "key": "ADMIN_USER",
      "service": "StatusPanda",
      "description": "Admin login username. Leave admin unless you want a different name.",
      "secret": false,
      "strategy": "default",
      "default": "admin"
    },
    {
      "key": "ADMIN_PASSWORD",
      "service": "StatusPanda",
      "description": "Leave this. Railway fills a random password. After deploy, copy it from the service Variables tab to log in.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "statuspanda-uptime"
      }
    },
    "cli": "railway deploy --template statuspanda-uptime",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "3d020a11-c5cd-4722-90c0-2c1c5dab263c",
            "serializedConfig": {
              "services": {
                "b9ef4d3f-9ccf-465d-aeae-01b23032b214": {
                  "icon": "https://raw.githubusercontent.com/pagetree/railway-status-panda/main/public/icon.svg",
                  "name": "StatusPanda",
                  "deploy": {
                    "healthcheckPath": "/health"
                  },
                  "source": {
                    "repo": "pagetree/railway-status-panda"
                  },
                  "variables": {
                    "APP_NAME": {
                      "isOptional": false,
                      "description": "Public name on the status page. Leave StatusPanda unless you want your own brand.",
                      "defaultValue": "statuspanda"
                    },
                    "ADMIN_USER": {
                      "isOptional": false,
                      "description": "Admin login username. Leave admin unless you want a different name.",
                      "defaultValue": "admin"
                    },
                    "ADMIN_PASSWORD": {
                      "isOptional": false,
                      "description": "Leave this. Railway fills a random password. After deploy, copy it from the service Variables tab to log in.",
                      "defaultValue": "{{ADMIN_PASSWORD}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  },
                  "volumeMounts": {
                    "b9ef4d3f-9ccf-465d-aeae-01b23032b214": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "StatusPanda",
      "method": "GET",
      "path": "/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-10T15:48:29.743Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_e83e853bde7e474193f9",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 307,
    "typical_build_seconds": 215,
    "typical_start_seconds": 5,
    "slowest_service": "StatusPanda"
  }
}
