{
  "manifest_version": "1.0.0",
  "template": {
    "id": "1387c618-440c-4e4c-85f8-63f49b357387",
    "slug": "cyberchef",
    "name": "CyberChef",
    "description": "Web app for encryption, encoding, compression and data analysis",
    "url": "https://railway.com/deploy/cyberchef",
    "upstream": {
      "image": "ghcr.io/gchq/cyberchef:latest"
    }
  },
  "services": [
    {
      "name": "CyberChef",
      "source": {
        "image": "ghcr.io/gchq/cyberchef:latest"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "CyberChef",
      "description": "Listening Port - Keep 8080",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "cyberchef"
      }
    },
    "cli": "railway deploy --template cyberchef",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "1387c618-440c-4e4c-85f8-63f49b357387",
            "serializedConfig": {
              "services": {
                "3d146b5c-b571-447a-a892-6f6397ba719a": {
                  "icon": "https://raw.githubusercontent.com/gchq/CyberChef/refs/heads/master/src/web/static/images/logo/cyberchef_hat_512.png",
                  "name": "CyberChef",
                  "deploy": {
                    "healthcheckPath": "/"
                  },
                  "source": {
                    "image": "ghcr.io/gchq/cyberchef:latest"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": true,
                      "description": "Listening Port - Keep 8080",
                      "defaultValue": "8080"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "CyberChef",
      "method": "GET",
      "path": "/",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-19T16:29:11.209Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_7524f064be094e9b884b",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 50,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "CyberChef"
  }
}
