{
  "manifest_version": "1.0.0",
  "template": {
    "id": "54f5ce7f-9964-4e60-9079-994814e282d4",
    "slug": "gin",
    "name": "Gin",
    "description": "[Jul'26] A minimal Gin RESTful API. Just 1-click to deploy",
    "url": "https://railway.com/deploy/gin",
    "upstream": {
      "repo_url": "https://github.com/codestorm-official/go-gin"
    }
  },
  "services": [
    {
      "name": "GIn",
      "source": {
        "repo": "https://github.com/codestorm-official/go-gin"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "GIn",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "gin"
      }
    },
    "cli": "railway deploy --template gin",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "54f5ce7f-9964-4e60-9079-994814e282d4",
            "serializedConfig": {
              "services": {
                "4b757ad0-b424-4a7a-9936-98739c31001a": {
                  "icon": "https://devicons.railway.app/gin",
                  "name": "GIn",
                  "source": {
                    "repo": "codestorm-official/go-gin",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "defaultValue": "3000"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-18T09:41:28.844Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_a7b1237295c34c21ad8b",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 92,
    "typical_build_seconds": 21,
    "typical_start_seconds": 10,
    "slowest_service": "GIn"
  }
}
