{
  "manifest_version": "1.0.0",
  "template": {
    "id": "8f291148-25ce-4386-ad5b-1298d73d084a",
    "slug": "server-multiplayer-game-template",
    "name": "server-multiplayer-game-template",
    "description": "Deploy and Host server-multiplayer-game-template with Railway",
    "url": "https://railway.com/deploy/server-multiplayer-game-template",
    "upstream": {
      "repo_url": "https://github.com/ajejey/multiplayer-game-template"
    }
  },
  "services": [
    {
      "name": "server-multiplayer-game-template",
      "source": {
        "repo": "https://github.com/ajejey/multiplayer-game-template"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "server-multiplayer-game-template",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    },
    {
      "key": "NODE_ENV",
      "service": "server-multiplayer-game-template",
      "description": "Client URL for CORS",
      "secret": false,
      "strategy": "default",
      "default": "production"
    },
    {
      "key": "CLIENT_URL",
      "service": "server-multiplayer-game-template",
      "description": "Replace with live url in production",
      "secret": false,
      "strategy": "default",
      "default": "http://localhost:3000"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "server-multiplayer-game-template"
      }
    },
    "cli": "railway deploy --template server-multiplayer-game-template",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "8f291148-25ce-4386-ad5b-1298d73d084a",
            "serializedConfig": {
              "services": {
                "277dd22c-6683-4a8d-a109-07c3dda00322": {
                  "name": "server-multiplayer-game-template",
                  "deploy": {
                    "startCommand": "npm install && npm start",
                    "healthcheckPath": "/health"
                  },
                  "source": {
                    "repo": "ajejey/multiplayer-game-template",
                    "branch": null,
                    "rootDirectory": "/server"
                  },
                  "variables": {
                    "PORT": {
                      "defaultValue": "8080"
                    },
                    "NODE_ENV": {
                      "description": "Client URL for CORS",
                      "defaultValue": "production"
                    },
                    "CLIENT_URL": {
                      "description": "Replace with live url in production",
                      "defaultValue": "http://localhost:3000"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-14T22:14:43.073Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-14T06:03:22.285Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_dc13025ef0074b1fa8af",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": false,
        "detail": "FAILED"
      }
    ]
  }
}
