{
  "manifest_version": "1.0.0",
  "template": {
    "id": "4314ad98-f3e5-4eea-8241-96cca0dfa028",
    "slug": "Qda1TD",
    "name": "Rust Wasm",
    "description": "A game of life tutorial in Rust and WebAssembly",
    "url": "https://railway.com/deploy/Qda1TD",
    "upstream": {
      "repo_url": "https://github.com/railwayapp-templates/rust-wasm"
    }
  },
  "services": [
    {
      "name": "rust-wasm",
      "source": {
        "repo": "https://github.com/railwayapp-templates/rust-wasm"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "Qda1TD"
      }
    },
    "cli": "railway deploy --template Qda1TD",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "4314ad98-f3e5-4eea-8241-96cca0dfa028",
            "serializedConfig": {
              "services": {
                "17bc0548-521b-45dc-a1d4-5fb4157623ce": {
                  "name": "rust-wasm",
                  "build": {},
                  "deploy": {},
                  "source": {
                    "repo": "https://github.com/railwayapp-templates/rust-wasm"
                  },
                  "variables": {},
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-21T18:53:16.640Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_aca84fd945e141d8b369",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": false,
        "detail": "FAILED"
      }
    ]
  }
}
