{
  "manifest_version": "1.0.0",
  "template": {
    "id": "c1cb4a2b-4f79-401f-bf9f-ef255387d80e",
    "slug": "client-multiplayer-game-template",
    "name": "client-multiplayer-game-template",
    "description": "Deploy and Host client-multiplayer-game-template with Railway",
    "url": "https://railway.com/deploy/client-multiplayer-game-template",
    "upstream": {
      "repo_url": "https://github.com/ajejey/multiplayer-game-template"
    }
  },
  "services": [
    {
      "name": "client-multiplayer-game-template",
      "source": {
        "repo": "https://github.com/ajejey/multiplayer-game-template"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "REACT_APP_SERVER_URL",
      "service": "client-multiplayer-game-template",
      "description": "replace with server prod url",
      "secret": false,
      "strategy": "default",
      "default": "http://localhost:8080"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "client-multiplayer-game-template"
      }
    },
    "cli": "railway deploy --template client-multiplayer-game-template",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "c1cb4a2b-4f79-401f-bf9f-ef255387d80e",
            "serializedConfig": {
              "services": {
                "24ff2b45-7665-46b0-a24b-bb0511a10037": {
                  "name": "client-multiplayer-game-template",
                  "deploy": {
                    "startCommand": "npm install && npm run build && npx serve -s build"
                  },
                  "source": {
                    "repo": "ajejey/multiplayer-game-template",
                    "branch": null,
                    "rootDirectory": "/client"
                  },
                  "variables": {
                    "REACT_APP_SERVER_URL": {
                      "description": "replace with server prod url",
                      "defaultValue": "http://localhost:8080"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-18T22:27:26.463Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_e5847cd6cb654053bc63",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": false,
        "detail": "FAILED"
      }
    ]
  }
}
