{
  "manifest_version": "1.0.0",
  "template": {
    "id": "2eeb6a67-746c-4d6f-b94f-e10dddab1f6f",
    "slug": "Hez7Hu",
    "name": "Open WebUI with Pipelines",
    "description": "Open WebUI + Pipelines is an extendable, user friendly self-hosted LLM UI.",
    "url": "https://railway.com/deploy/Hez7Hu",
    "upstream": {
      "image": "ghcr.io/open-webui/pipelines@sha256:b48e9bc338ce2be0acfbeff01810db72408a12f07739f9e3879c1f2b00952d6e"
    }
  },
  "services": [
    {
      "name": "pipelines",
      "source": {
        "image": "ghcr.io/open-webui/pipelines@sha256:b48e9bc338ce2be0acfbeff01810db72408a12f07739f9e3879c1f2b00952d6e"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/pipelines",
      "http": true
    },
    {
      "name": "open-webui",
      "source": {
        "image": "ghcr.io/open-webui/open-webui:v0.11.3@sha256:41daa0cf2561a5d4c8d1ff31ee2a98d93ab4d3ac2605cac69366ff6a3374a933"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/backend/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "pipelines",
      "description": "The application port.",
      "secret": false,
      "strategy": "default",
      "default": "9099"
    },
    {
      "key": "PIPELINES_API_KEY",
      "service": "pipelines",
      "description": "The API key to connect to pipelines.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "PORT",
      "service": "open-webui",
      "description": "The application port.",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    },
    {
      "key": "ENABLE_SIGNUP",
      "service": "open-webui",
      "description": "Toggles user account creation.",
      "secret": false,
      "strategy": "default",
      "default": "True"
    },
    {
      "key": "OPENAI_API_KEYS",
      "service": "open-webui",
      "description": "Supports multiple OpenAI API keys, semicolon-separated.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "ENABLE_LOGIN_FORM",
      "service": "open-webui",
      "description": "Toggles email, password, sign in and \"or\" (only when ENABLE_OAUTH_SIGNUP is set to True) elements.",
      "secret": false,
      "strategy": "default",
      "default": "True"
    },
    {
      "key": "ENABLE_OLLAMA_API",
      "service": "open-webui",
      "description": "Enables the Ollama connection. This can be changed in the admin panel.",
      "secret": false,
      "strategy": "default",
      "default": "False"
    },
    {
      "key": "ENABLE_SEARCH_QUERY",
      "service": "open-webui",
      "description": "Enables the generation of search queries from prompts.",
      "secret": false,
      "strategy": "default",
      "default": "True"
    },
    {
      "key": "OPENAI_API_BASE_URL",
      "service": "open-webui",
      "description": "Configures the OpenAI base API URL.",
      "secret": false,
      "strategy": "default",
      "default": "https://api.openai.com/v1"
    },
    {
      "key": "OPENAI_API_BASE_URLS",
      "service": "open-webui",
      "description": "Supports balanced OpenAI base API URLs, semicolon-separated.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "ENABLE_RAG_WEB_SEARCH",
      "service": "open-webui",
      "description": "Enable web search toggle.",
      "secret": false,
      "strategy": "default",
      "default": "True"
    },
    {
      "key": "RAG_WEB_SEARCH_ENGINE",
      "service": "open-webui",
      "description": "Select engine for performing searches.",
      "secret": false,
      "strategy": "default",
      "default": "duckduckgo"
    },
    {
      "key": "ENABLE_IMAGE_GENERATION",
      "service": "open-webui",
      "description": "Enables or disables image generation features.",
      "secret": false,
      "strategy": "default",
      "default": "True"
    },
    {
      "key": "IMAGE_GENERATION_ENGINE",
      "service": "open-webui",
      "description": "Specifies the engine to use for image generation.",
      "secret": false,
      "strategy": "default",
      "default": "openai"
    },
    {
      "key": "ENABLE_REALTIME_CHAT_SAVE",
      "service": "open-webui",
      "description": "Enables real-time saving, while disabling reduces delays but risks data loss.",
      "secret": false,
      "strategy": "default",
      "default": "False"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "Hez7Hu"
      }
    },
    "cli": "railway deploy --template Hez7Hu",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "2eeb6a67-746c-4d6f-b94f-e10dddab1f6f",
            "serializedConfig": {
              "services": {
                "221332fc-bac0-44ea-a247-1e501587b906": {
                  "icon": "https://openwebui.com/favicon.png",
                  "name": "pipelines",
                  "source": {
                    "image": "ghcr.io/open-webui/pipelines@sha256:b48e9bc338ce2be0acfbeff01810db72408a12f07739f9e3879c1f2b00952d6e"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": true,
                      "description": "The application port.",
                      "defaultValue": "9099"
                    },
                    "PIPELINES_API_KEY": {
                      "isOptional": true,
                      "description": "The API key to connect to pipelines.",
                      "defaultValue": "{{PIPELINES_API_KEY}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "221332fc-bac0-44ea-a247-1e501587b906": {
                      "mountPath": "/app/pipelines"
                    }
                  }
                },
                "c18f8a1c-b80a-4666-a91d-6f989915e1cf": {
                  "icon": "https://openwebui.com/favicon.png",
                  "name": "open-webui",
                  "deploy": {
                    "healthcheckPath": "/health"
                  },
                  "source": {
                    "image": "ghcr.io/open-webui/open-webui:v0.11.3@sha256:41daa0cf2561a5d4c8d1ff31ee2a98d93ab4d3ac2605cac69366ff6a3374a933"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": true,
                      "description": "The application port.",
                      "defaultValue": "3000"
                    },
                    "ENABLE_SIGNUP": {
                      "isOptional": true,
                      "description": "Toggles user account creation.",
                      "defaultValue": "True"
                    },
                    "OPENAI_API_KEY": {
                      "isOptional": true,
                      "description": "Sets the OpenAI API key.",
                      "defaultValue": ""
                    },
                    "OPENAI_API_KEYS": {
                      "isOptional": true,
                      "description": "Supports multiple OpenAI API keys, semicolon-separated.",
                      "defaultValue": "${{open-webui.OPENAI_API_KEY}};${{pipelines.PIPELINES_API_KEY}}"
                    },
                    "ENABLE_LOGIN_FORM": {
                      "isOptional": true,
                      "description": "Toggles email, password, sign in and \"or\" (only when ENABLE_OAUTH_SIGNUP is set to True) elements.",
                      "defaultValue": "True"
                    },
                    "ENABLE_OLLAMA_API": {
                      "isOptional": true,
                      "description": "Enables the Ollama connection. This can be changed in the admin panel.",
                      "defaultValue": "False"
                    },
                    "ENABLE_SEARCH_QUERY": {
                      "isOptional": true,
                      "description": "Enables the generation of search queries from prompts.",
                      "defaultValue": "True"
                    },
                    "OPENAI_API_BASE_URL": {
                      "isOptional": true,
                      "description": "Configures the OpenAI base API URL.",
                      "defaultValue": "https://api.openai.com/v1"
                    },
                    "OPENAI_API_BASE_URLS": {
                      "isOptional": true,
                      "description": "Supports balanced OpenAI base API URLs, semicolon-separated.",
                      "defaultValue": "${{open-webui.OPENAI_API_BASE_URL}};https://${{pipelines.RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "ENABLE_RAG_WEB_SEARCH": {
                      "isOptional": true,
                      "description": "Enable web search toggle.",
                      "defaultValue": "True"
                    },
                    "RAG_WEB_SEARCH_ENGINE": {
                      "isOptional": true,
                      "description": "Select engine for performing searches.",
                      "defaultValue": "duckduckgo"
                    },
                    "ENABLE_IMAGE_GENERATION": {
                      "isOptional": true,
                      "description": "Enables or disables image generation features.",
                      "defaultValue": "True"
                    },
                    "IMAGE_GENERATION_ENGINE": {
                      "isOptional": true,
                      "description": "Specifies the engine to use for image generation.",
                      "defaultValue": "openai"
                    },
                    "ENABLE_REALTIME_CHAT_SAVE": {
                      "isOptional": true,
                      "description": "Enables real-time saving, while disabling reduces delays but risks data loss.",
                      "defaultValue": "False"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "c18f8a1c-b80a-4666-a91d-6f989915e1cf": {
                      "mountPath": "/app/backend/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "open-webui",
      "method": "GET",
      "path": "/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 2,
    "needs_volume": true
  },
  "generated_at": "2026-09-14T16:14:52.837Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-14T10:47:07.194Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_0ef6ddebc2594539a3eb",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 148,
    "typical_build_seconds": 0,
    "typical_start_seconds": 81,
    "slowest_service": "open-webui"
  }
}
