{
  "manifest_version": "1.0.0",
  "template": {
    "id": "d94a3ddb-aa48-4645-9475-4a498ea0b0a9",
    "slug": "statping-ng",
    "name": "Statping ng",
    "description": "Deploy and Host Statping ng with Railway",
    "url": "https://railway.com/deploy/statping-ng",
    "upstream": {
      "image": "adamboutcher/statping-ng"
    }
  },
  "services": [
    {
      "name": "Statping ng",
      "source": {
        "image": "adamboutcher/statping-ng"
      },
      "needs_volume": true,
      "volume_mount_path": "/app",
      "http": true
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "statping-ng"
      }
    },
    "cli": "railway deploy --template statping-ng",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "d94a3ddb-aa48-4645-9475-4a498ea0b0a9",
            "serializedConfig": {
              "services": {
                "61c6512e-f284-4030-8a5d-281ec26c4743": {
                  "icon": null,
                  "name": "Statping ng",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null
                  },
                  "source": {
                    "image": "adamboutcher/statping-ng"
                  },
                  "variables": {},
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "61c6512e-f284-4030-8a5d-281ec26c4743": {
                      "mountPath": "/app"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-18T20:18:38.065Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_ec3213659f6145278e03",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 61,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "Statping ng"
  }
}
