{
  "manifest_version": "1.0.0",
  "template": {
    "id": "d01f9a1c-5b69-4d4d-9aa4-55c925cd611b",
    "slug": "haproxy",
    "name": "HAProxy",
    "description": "The Reliable, High Perf. TCP/HTTP Load Balancer and Reverse Proxy Solution.",
    "url": "https://railway.com/deploy/haproxy",
    "upstream": {
      "repo_url": "https://github.com/codestorm-official/haproxy"
    }
  },
  "services": [
    {
      "name": "haproxy",
      "source": {
        "repo": "https://github.com/codestorm-official/haproxy"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": false
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "haproxy"
      }
    },
    "cli": "railway deploy --template haproxy",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "d01f9a1c-5b69-4d4d-9aa4-55c925cd611b",
            "serializedConfig": {
              "services": {
                "d7812f2f-cc81-4df3-b515-ae8d25943230": {
                  "icon": "https://raw.githubusercontent.com/docker-library/docs/4da3e2446a4c257c3a32faac6256bee81f770316/haproxy/logo.png",
                  "name": "haproxy",
                  "source": {
                    "repo": "codestorm-official/haproxy",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {},
                  "volumeMounts": {
                    "d7812f2f-cc81-4df3-b515-ae8d25943230": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "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-20T20:39:09.835Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_d7a99ff6901d467b9574",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 44,
    "typical_build_seconds": 10,
    "typical_start_seconds": 0,
    "slowest_service": "haproxy"
  }
}
