{
  "manifest_version": "1.0.0",
  "template": {
    "id": "7b16718e-16ca-4dfb-8f57-043440c89eb1",
    "slug": "VkhOWC",
    "name": "Statusnook",
    "description": "Effortlessly deploy a status page and start monitoring endpoints in minutes",
    "url": "https://railway.com/deploy/VkhOWC",
    "upstream": {
      "image": "goksan/statusnook"
    }
  },
  "services": [
    {
      "name": "Statusnook",
      "source": {
        "image": "goksan/statusnook"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/statusnook-data",
      "http": true
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "VkhOWC"
      }
    },
    "cli": "railway deploy --template VkhOWC",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "7b16718e-16ca-4dfb-8f57-043440c89eb1",
            "serializedConfig": {
              "services": {
                "9ee1cce9-e9f1-400b-80e5-a0a8af90947b": {
                  "name": "Statusnook",
                  "source": {
                    "image": "goksan/statusnook"
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "9ee1cce9-e9f1-400b-80e5-a0a8af90947b": {
                      "mountPath": "/app/statusnook-data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-12T22:14:39.841Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-12T09:48:04.894Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_21aff3a8939f496f9f70",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 55,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "Statusnook"
  }
}
