{
  "manifest_version": "1.0.0",
  "template": {
    "id": "aba25c75-23ed-4a2d-a806-b1de77616c89",
    "slug": "webui",
    "name": "Open WebUI",
    "description": "Extensible, Feature-Rich, and User-Friendly Self-Hosted AI Platform",
    "url": "https://railway.com/deploy/webui",
    "upstream": {
      "image": "ghcr.io/open-webui/open-webui"
    }
  },
  "services": [
    {
      "name": "Open WebUI",
      "source": {
        "image": "ghcr.io/open-webui/open-webui"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/backend/data",
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "OLLAMA_BASE_URL",
      "service": "Open WebUI",
      "description": "Provide a value for OLLAMA_BASE_URL.",
      "secret": false,
      "strategy": "default",
      "default": "https://ollama.com"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "webui"
      }
    },
    "cli": "railway deploy --template webui",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "aba25c75-23ed-4a2d-a806-b1de77616c89",
            "serializedConfig": {
              "services": {
                "ef72544c-a168-45a6-9ea0-6ff6eecf5beb": {
                  "icon": "https://docs.openwebui.com/images/logo-dark.png",
                  "name": "Open WebUI",
                  "source": {
                    "image": "ghcr.io/open-webui/open-webui"
                  },
                  "variables": {
                    "OLLAMA_BASE_URL": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "https://ollama.com"
                    }
                  },
                  "volumeMounts": {
                    "ef72544c-a168-45a6-9ea0-6ff6eecf5beb": {
                      "mountPath": "/app/backend/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-20T23:05:26.357Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_6ac57aa67c4a4184bd27",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 114,
    "typical_build_seconds": 0,
    "typical_start_seconds": 46,
    "slowest_service": "Open WebUI"
  }
}
