{
  "manifest_version": "1.0.0",
  "template": {
    "id": "6bab3311-3fc4-4666-9ddf-ac56f44d3ad5",
    "slug": "ICq88z",
    "name": "railway-gleam",
    "description": "A template for running a Gleam + Mist webserver on Railway.",
    "url": "https://railway.com/deploy/ICq88z",
    "upstream": {
      "repo_url": "https://github.com/aleksrutins/railway_gleam"
    }
  },
  "services": [
    {
      "name": "railway_gleam",
      "source": {
        "repo": "https://github.com/aleksrutins/railway_gleam"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "ICq88z"
      }
    },
    "cli": "railway deploy --template ICq88z",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "6bab3311-3fc4-4666-9ddf-ac56f44d3ad5",
            "serializedConfig": {
              "services": {
                "bc12fa9e-a660-4957-83ee-016aeb4d1fc9": {
                  "name": "railway_gleam",
                  "build": {},
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null
                  },
                  "source": {
                    "repo": "https://github.com/aleksrutins/railway_gleam",
                    "rootDirectory": null
                  },
                  "variables": {},
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-22T16:14:56.866Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T17:50:33.919Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_f94f61f69d5c48e2a11a",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 76,
    "typical_build_seconds": 21,
    "typical_start_seconds": 10,
    "slowest_service": "railway_gleam"
  }
}
