{
  "manifest_version": "1.0.0",
  "template": {
    "id": "51dadfd4-5b09-4f39-8c8e-47ca5ec3011b",
    "slug": "Fm2T4D",
    "name": "Minecraft Server Spigot",
    "description": "Deploy your own minecraft server on spigot",
    "url": "https://railway.com/deploy/Fm2T4D",
    "upstream": {
      "image": "nimmis/spigot"
    }
  },
  "services": [
    {
      "name": "spigot",
      "source": {
        "image": "nimmis/spigot"
      },
      "needs_volume": true,
      "volume_mount_path": "/minecraft",
      "tcp_ports": [
        25565
      ],
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "EULA",
      "service": "spigot",
      "description": "Provide a value for EULA.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "Fm2T4D"
      }
    },
    "cli": "railway deploy --template Fm2T4D",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "51dadfd4-5b09-4f39-8c8e-47ca5ec3011b",
            "serializedConfig": {
              "services": {
                "5e6ef464-c452-435b-936d-21f1584b54ad": {
                  "icon": null,
                  "name": "spigot",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null
                  },
                  "source": {
                    "image": "nimmis/spigot"
                  },
                  "variables": {
                    "EULA": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": "true"
                    }
                  },
                  "networking": {
                    "tcpProxies": {
                      "25565": {}
                    }
                  },
                  "volumeMounts": {
                    "5e6ef464-c452-435b-936d-21f1584b54ad": {
                      "mountPath": "/minecraft"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-22T22:14:50.114Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T06:58:23.617Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_2398df3c1d084cd19a30",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 66,
    "typical_build_seconds": 0,
    "typical_start_seconds": 10,
    "slowest_service": "spigot"
  }
}
