{
  "manifest_version": "1.0.0",
  "template": {
    "id": "898f65b4-7cb0-4eb5-b0d5-cefd2ca3f9c5",
    "slug": "fsdULq",
    "name": "Gate",
    "description": "The Lightweight Minecraft Proxy",
    "url": "https://railway.com/deploy/fsdULq",
    "upstream": {
      "repo_url": "https://github.com/joshysnek/gate"
    }
  },
  "services": [
    {
      "name": "gate",
      "source": {
        "repo": "https://github.com/joshysnek/gate"
      },
      "needs_volume": false,
      "tcp_ports": [
        25565
      ],
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "MC_MOTD",
      "service": "gate",
      "description": "Provide a value for MC_MOTD.",
      "secret": false,
      "strategy": "default",
      "default": "§bA Gate Proxy\n§bVisit ➞ §fgithub.com/minekube/gate"
    },
    {
      "key": "SERVER1_PORT",
      "service": "gate",
      "description": "Provide a value for SERVER1_PORT.",
      "secret": false,
      "strategy": "default",
      "default": "25566"
    },
    {
      "key": "SERVER2_PORT",
      "service": "gate",
      "description": "Provide a value for SERVER2_PORT.",
      "secret": false,
      "strategy": "default",
      "default": "25567"
    },
    {
      "key": "SERVER3_PORT",
      "service": "gate",
      "description": "Provide a value for SERVER3_PORT.",
      "secret": false,
      "strategy": "default",
      "default": "25568"
    },
    {
      "key": "SERVER4_PORT",
      "service": "gate",
      "description": "Provide a value for SERVER4_PORT.",
      "secret": false,
      "strategy": "default",
      "default": "25569"
    },
    {
      "key": "SERVER1_ADDRESS",
      "service": "gate",
      "description": "Provide a value for SERVER1_ADDRESS.",
      "secret": false,
      "strategy": "default",
      "default": "localhost"
    },
    {
      "key": "SERVER2_ADDRESS",
      "service": "gate",
      "description": "Provide a value for SERVER2_ADDRESS.",
      "secret": false,
      "strategy": "default",
      "default": "localhost"
    },
    {
      "key": "SERVER3_ADDRESS",
      "service": "gate",
      "description": "Provide a value for SERVER3_ADDRESS.",
      "secret": false,
      "strategy": "default",
      "default": "localhost"
    },
    {
      "key": "SERVER4_ADDRESS",
      "service": "gate",
      "description": "Provide a value for SERVER4_ADDRESS.",
      "secret": false,
      "strategy": "default",
      "default": "localhost"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "fsdULq"
      }
    },
    "cli": "railway deploy --template fsdULq",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "898f65b4-7cb0-4eb5-b0d5-cefd2ca3f9c5",
            "serializedConfig": {
              "services": {
                "9b3e2e99-a069-45c3-92e2-8a2a124a34ed": {
                  "name": "gate",
                  "source": {
                    "repo": "joshysnek/gate",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "MC_MOTD": {
                      "defaultValue": "§bA Gate Proxy\n§bVisit ➞ §fgithub.com/minekube/gate"
                    },
                    "SERVER1_PORT": {
                      "defaultValue": "25566"
                    },
                    "SERVER2_PORT": {
                      "defaultValue": "25567"
                    },
                    "SERVER3_PORT": {
                      "defaultValue": "25568"
                    },
                    "SERVER4_PORT": {
                      "defaultValue": "25569"
                    },
                    "SERVER1_ADDRESS": {
                      "defaultValue": "localhost"
                    },
                    "SERVER2_ADDRESS": {
                      "defaultValue": "localhost"
                    },
                    "SERVER3_ADDRESS": {
                      "defaultValue": "localhost"
                    },
                    "SERVER4_ADDRESS": {
                      "defaultValue": "localhost"
                    }
                  },
                  "networking": {
                    "tcpProxies": {
                      "25565": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T13:11:24.807Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_1f2a371f8b084dcf903c",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 128,
    "typical_build_seconds": 51,
    "typical_start_seconds": 10,
    "slowest_service": "gate"
  }
}
