{
  "manifest_version": "1.0.0",
  "template": {
    "id": "9deb1390-bf54-45ed-be9c-09f0e44939f8",
    "slug": "3d-chess",
    "name": "3d Chess",
    "description": "King's Gambit — Medieval 3D Chess",
    "url": "https://railway.com/deploy/3d-chess",
    "upstream": {
      "repo_url": "https://github.com/bilalnawaz072/3d-chess"
    }
  },
  "services": [
    {
      "name": "3d-chess",
      "source": {
        "repo": "https://github.com/bilalnawaz072/3d-chess"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "HOST",
      "service": "3d-chess",
      "description": "Provide a value for HOST.",
      "secret": false,
      "strategy": "default",
      "default": "0.0.0.0"
    },
    {
      "key": "PORT",
      "service": "3d-chess",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "3d-chess"
      }
    },
    "cli": "railway deploy --template 3d-chess",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "9deb1390-bf54-45ed-be9c-09f0e44939f8",
            "serializedConfig": {
              "services": {
                "d4c5b579-23cb-4bb3-99f7-7b9e1607f68f": {
                  "name": "3d-chess",
                  "deploy": {
                    "startCommand": "bunx serve dist -l tcp://0.0.0.0:$PORT"
                  },
                  "source": {
                    "repo": "bilalnawaz072/3d-chess",
                    "branch": null,
                    "rootDirectory": "/web"
                  },
                  "variables": {
                    "HOST": {
                      "defaultValue": "0.0.0.0"
                    },
                    "PORT": {
                      "defaultValue": "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:10:39.687Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_40f242f8d72b45e0b665",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 82,
    "typical_build_seconds": 30,
    "typical_start_seconds": 0,
    "slowest_service": "3d-chess"
  }
}
