{
  "manifest_version": "1.0.0",
  "template": {
    "id": "d4f0a61a-a8af-4dfc-a27b-908edfa0e9b5",
    "slug": "FdfQPz",
    "name": "Go Chi",
    "description": "A minimal production-ready golang HTTP server with go-chi/chi",
    "url": "https://railway.com/deploy/FdfQPz",
    "upstream": {
      "repo_url": "https://github.com/osbytes/template-go-chi"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "go-chi",
      "source": {
        "repo": "https://github.com/osbytes/template-go-chi"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "FdfQPz"
      }
    },
    "cli": "railway deploy --template FdfQPz",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "d4f0a61a-a8af-4dfc-a27b-908edfa0e9b5",
            "serializedConfig": {
              "services": {
                "9b003c92-6201-4522-b533-eb91d9da407b": {
                  "name": "go-chi",
                  "build": {},
                  "deploy": {
                    "healthcheckPath": "/health"
                  },
                  "source": {
                    "repo": "osbytes/template-go-chi",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {},
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "go-chi",
      "method": "GET",
      "path": "/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-09T18:02:45.738Z",
  "generator_version": "0.1.0"
}
