{
  "manifest_version": "1.0.0",
  "template": {
    "id": "833b2c0d-9924-45d3-b001-5e86be31a5fd",
    "slug": "q5VPer",
    "name": "Go",
    "description": "A simple 1.25 Golang REST API using julienschmidt/httprouter for routing",
    "url": "https://railway.com/deploy/q5VPer",
    "upstream": {
      "repo_url": "https://github.com/haydenlingle/railway-go-api"
    }
  },
  "services": [
    {
      "name": "railway-go-api",
      "source": {
        "repo": "https://github.com/haydenlingle/railway-go-api"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "q5VPer"
      }
    },
    "cli": "railway deploy --template q5VPer",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "833b2c0d-9924-45d3-b001-5e86be31a5fd",
            "serializedConfig": {
              "services": {
                "ea1d93c4-eb04-4fa2-9a8b-0bfd921d1911": {
                  "icon": "https://devicons.railway.com/i/go.svg",
                  "name": "railway-go-api",
                  "build": {},
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/v1/healthcheck"
                  },
                  "source": {
                    "repo": "https://github.com/haydenlingle/railway-go-api",
                    "rootDirectory": null
                  },
                  "variables": {},
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "railway-go-api",
      "method": "GET",
      "path": "/v1/healthcheck",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T13:59:54.516Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_b7c556e55a9044aa9b40",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 140,
    "typical_build_seconds": 30,
    "typical_start_seconds": 10,
    "slowest_service": "railway-go-api"
  }
}
