{
  "manifest_version": "1.0.0",
  "template": {
    "id": "afd3c919-4b80-4076-830a-45cdfe1cdb8c",
    "slug": "wavebreak",
    "name": "Wavebreak",
    "description": "Browser-based, cel-shaded arcade boat racing game",
    "url": "https://railway.com/deploy/wavebreak",
    "upstream": {
      "repo_url": "https://github.com/bilalnawaz072/Wavebreak"
    }
  },
  "services": [
    {
      "name": "Wavebreak",
      "source": {
        "repo": "https://github.com/bilalnawaz072/Wavebreak"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "Wavebreak",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "wavebreak"
      }
    },
    "cli": "railway deploy --template wavebreak",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "afd3c919-4b80-4076-830a-45cdfe1cdb8c",
            "serializedConfig": {
              "services": {
                "affd7f12-cea1-42d6-a9d7-fbc712081b5b": {
                  "name": "Wavebreak",
                  "source": {
                    "repo": "bilalnawaz072/Wavebreak",
                    "branch": null,
                    "rootDirectory": "/web"
                  },
                  "variables": {
                    "PORT": {
                      "defaultValue": "8080"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-05T12:08:46.154Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_107989d1a38f454abe14",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 37,
    "typical_build_seconds": 20,
    "typical_start_seconds": 0,
    "slowest_service": "Wavebreak"
  }
}
