{
  "manifest_version": "1.0.0",
  "template": {
    "id": "6d3135f6-ca1e-4e37-89aa-cb635221d1f9",
    "slug": "xnet-hub",
    "name": "xnet-hub",
    "description": "Deploy an xnet.fyi hub server for always online sync and backup",
    "url": "https://railway.com/deploy/xnet-hub",
    "upstream": {
      "repo_url": "https://github.com/crs48/xNet"
    }
  },
  "services": [
    {
      "name": "xNet",
      "source": {
        "repo": "https://github.com/crs48/xNet"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "xnet-hub"
      }
    },
    "cli": "railway deploy --template xnet-hub",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "6d3135f6-ca1e-4e37-89aa-cb635221d1f9",
            "serializedConfig": {
              "services": {
                "a95c1d64-3190-482b-a68e-668300950afa": {
                  "name": "xNet",
                  "source": {
                    "repo": "crs48/xNet",
                    "branch": null,
                    "rootDirectory": null
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-17T16:15:03.821Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-17T17:29:09.515Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_425cc42a3a414a05a47a",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 276,
    "typical_build_seconds": 213,
    "typical_start_seconds": 10,
    "slowest_service": "xNet"
  }
}
