{
  "manifest_version": "1.0.0",
  "template": {
    "id": "f13cf91f-c3eb-4564-b9d2-75c6d76363be",
    "slug": "open-web-ui",
    "name": "Open WebUI — Self-Hosted ChatGPT Alternative",
    "description": "Private multi-model AI chat — OpenAI, Claude, Ollama, built-in RAG",
    "url": "https://railway.com/deploy/open-web-ui",
    "upstream": {
      "image": "ghcr.io/open-webui/open-webui:main"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "open-webui",
      "source": {
        "image": "ghcr.io/open-webui/open-webui:main"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/backend/data",
      "http": true
    }
  ],
  "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": "open-web-ui"
      }
    },
    "cli": "railway deploy --template open-web-ui",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "f13cf91f-c3eb-4564-b9d2-75c6d76363be",
            "serializedConfig": {
              "services": {
                "fd11cfb2-5b6a-4610-a552-3a3ef7b9d6d4": {
                  "icon": "https://res.cloudinary.com/dh2nt6hgh/image/upload/v1755973625/images_1_lv4h0d.png",
                  "name": "open-webui",
                  "source": {
                    "image": "ghcr.io/open-webui/open-webui:main"
                  },
                  "variables": {
                    "OLLAMA_BASE_URL": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "https://ollama.com"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  },
                  "volumeMounts": {
                    "fd11cfb2-5b6a-4610-a552-3a3ef7b9d6d4": {
                      "mountPath": "/app/backend/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-06T17:54:17.775Z",
  "generator_version": "0.1.0"
}
