{
  "manifest_version": "1.0.0",
  "template": {
    "id": "89e4e049-5957-42d7-9e7c-62a79c146035",
    "slug": "go-fiber-1",
    "name": "Go Fiber",
    "description": "[Jul'26] A minimal Go Fiber RESTful API.",
    "url": "https://railway.com/deploy/go-fiber-1",
    "upstream": {
      "repo_url": "https://github.com/codestorm-official/go-fiber"
    }
  },
  "services": [
    {
      "name": "go-fiber",
      "source": {
        "repo": "https://github.com/codestorm-official/go-fiber"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "go-fiber",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "go-fiber-1"
      }
    },
    "cli": "railway deploy --template go-fiber-1",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "89e4e049-5957-42d7-9e7c-62a79c146035",
            "serializedConfig": {
              "services": {
                "ad0a2f52-976f-492e-b421-5a0978fc059d": {
                  "icon": "https://devicons.railway.app/fiber",
                  "name": "go-fiber",
                  "source": {
                    "repo": "codestorm-official/go-fiber",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "defaultValue": "8080"
                    }
                  },
                  "networking": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-20T17:35:00.686Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_b5c53a13b91d47ada110",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 76,
    "typical_build_seconds": 30,
    "typical_start_seconds": 10,
    "slowest_service": "go-fiber"
  }
}
