{
  "manifest_version": "1.0.0",
  "template": {
    "id": "c07281d0-19e0-4a5e-9c94-1c6ee5c637eb",
    "slug": "go-fiber",
    "name": "Fiber",
    "description": "Go + Fiber web server with Zap logging, .env config, and health route",
    "url": "https://railway.com/deploy/go-fiber",
    "upstream": {
      "repo_url": "https://github.com/railtools/go-fiber"
    }
  },
  "services": [
    {
      "name": "go-fiber",
      "source": {
        "repo": "https://github.com/railtools/go-fiber"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "LOG_LEVEL",
      "service": "go-fiber",
      "description": "Provide a value for LOG_LEVEL.",
      "secret": false,
      "strategy": "default",
      "default": "debug"
    },
    {
      "key": "ENVIRONMENT",
      "service": "go-fiber",
      "description": "Provide a value for ENVIRONMENT.",
      "secret": false,
      "strategy": "default",
      "default": "production"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "go-fiber"
      }
    },
    "cli": "railway deploy --template go-fiber",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "c07281d0-19e0-4a5e-9c94-1c6ee5c637eb",
            "serializedConfig": {
              "services": {
                "53c34d2d-b0fd-489b-a1de-d3fa31ea1ca2": {
                  "name": "go-fiber",
                  "source": {
                    "repo": "railtools/go-fiber",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "LOG_LEVEL": {
                      "defaultValue": "debug"
                    },
                    "ENVIRONMENT": {
                      "defaultValue": "production"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "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-21T05:24:56.021Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_04e9a3c2b334406dbe3e",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 142,
    "typical_build_seconds": 73,
    "typical_start_seconds": 10,
    "slowest_service": "go-fiber"
  }
}
