{
  "manifest_version": "1.0.0",
  "template": {
    "id": "30dfba08-d82e-4e1d-ade4-80c41f823018",
    "slug": "hermes-all-in-one-or-webui-admin-panel-g",
    "name": "Hermes Agent All-in-One | WebUI + Admin Panel + Gateway - No Terminal Setup",
    "description": "Unified agent across apps, browser setup, auto-ready, skill, and automation",
    "url": "https://railway.com/deploy/hermes-all-in-one-or-webui-admin-panel-g",
    "upstream": {
      "repo_url": "https://github.com/sphinxcode/hermes-all-in-one"
    }
  },
  "services": [
    {
      "name": "hermes-all-in-one",
      "source": {
        "repo": "https://github.com/sphinxcode/hermes-all-in-one"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "HERMES_HOME",
      "service": "hermes-all-in-one",
      "description": "Provide a value for HERMES_HOME.",
      "secret": false,
      "strategy": "default",
      "default": "/data/.hermes"
    },
    {
      "key": "CONTROL_PLANE_HOST",
      "service": "hermes-all-in-one",
      "description": "Provide a value for CONTROL_PLANE_HOST.",
      "secret": false,
      "strategy": "default",
      "default": "0.0.0.0"
    },
    {
      "key": "HERMES_CONFIG_PATH",
      "service": "hermes-all-in-one",
      "description": "Provide a value for HERMES_CONFIG_PATH.",
      "secret": false,
      "strategy": "default",
      "default": "/data/.hermes/config.yaml"
    },
    {
      "key": "HERMES_WORKSPACE_DIR",
      "service": "hermes-all-in-one",
      "description": "Provide a value for HERMES_WORKSPACE_DIR.",
      "secret": false,
      "strategy": "default",
      "default": "/data/workspace"
    },
    {
      "key": "HERMES_ADMIN_PASSWORD",
      "service": "hermes-all-in-one",
      "description": "Password for /admin (falls back to WebUI password if unset)",
      "secret": true,
      "strategy": "default",
      "default": "your-admin-password"
    },
    {
      "key": "HERMES_ADMIN_USERNAME",
      "service": "hermes-all-in-one",
      "description": "Provide a value for HERMES_ADMIN_USERNAME.",
      "secret": false,
      "strategy": "default",
      "default": "admin"
    },
    {
      "key": "HERMES_WEBUI_PASSWORD",
      "service": "hermes-all-in-one",
      "description": "Password for the WebUI at /",
      "secret": true,
      "strategy": "default",
      "default": "your-chat-password"
    },
    {
      "key": "HERMES_WEBUI_AGENT_DIR",
      "service": "hermes-all-in-one",
      "description": "Provide a value for HERMES_WEBUI_AGENT_DIR.",
      "secret": false,
      "strategy": "default",
      "default": "/app/vendor/hermes-agent"
    },
    {
      "key": "HERMES_WEBUI_STATE_DIR",
      "service": "hermes-all-in-one",
      "description": "Provide a value for HERMES_WEBUI_STATE_DIR.",
      "secret": false,
      "strategy": "default",
      "default": "/data/webui"
    },
    {
      "key": "HERMES_GATEWAY_AUTOSTART",
      "service": "hermes-all-in-one",
      "description": "auto = start when provider + channel ready; off = never autostart",
      "secret": false,
      "strategy": "default",
      "default": "auto"
    },
    {
      "key": "CONTROL_PLANE_INTERNAL_WEBUI_HOST",
      "service": "hermes-all-in-one",
      "description": "Provide a value for CONTROL_PLANE_INTERNAL_WEBUI_HOST.",
      "secret": false,
      "strategy": "default",
      "default": "127.0.0.1"
    },
    {
      "key": "CONTROL_PLANE_INTERNAL_WEBUI_PORT",
      "service": "hermes-all-in-one",
      "description": "Provide a value for CONTROL_PLANE_INTERNAL_WEBUI_PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8788"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "hermes-all-in-one-or-webui-admin-panel-g"
      }
    },
    "cli": "railway deploy --template hermes-all-in-one-or-webui-admin-panel-g",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "30dfba08-d82e-4e1d-ade4-80c41f823018",
            "serializedConfig": {
              "services": {
                "705d732f-7902-4267-a3f4-bbe28add5d28": {
                  "icon": "https://sphinx-open.up.railway.app/t/nousresearch%20(1).png",
                  "name": "hermes-all-in-one",
                  "deploy": {
                    "healthcheckPath": "/health"
                  },
                  "source": {
                    "repo": "sphinxcode/hermes-all-in-one",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "HERMES_HOME": {
                      "defaultValue": "/data/.hermes"
                    },
                    "CONTROL_PLANE_HOST": {
                      "defaultValue": "0.0.0.0"
                    },
                    "HERMES_CONFIG_PATH": {
                      "defaultValue": "/data/.hermes/config.yaml"
                    },
                    "HERMES_WORKSPACE_DIR": {
                      "defaultValue": "/data/workspace"
                    },
                    "HERMES_ADMIN_PASSWORD": {
                      "description": "Password for /admin (falls back to WebUI password if unset)",
                      "defaultValue": "your-admin-password"
                    },
                    "HERMES_ADMIN_USERNAME": {
                      "defaultValue": "admin"
                    },
                    "HERMES_WEBUI_PASSWORD": {
                      "description": "Password for the WebUI at /",
                      "defaultValue": "your-chat-password"
                    },
                    "HERMES_WEBUI_AGENT_DIR": {
                      "defaultValue": "/app/vendor/hermes-agent"
                    },
                    "HERMES_WEBUI_STATE_DIR": {
                      "defaultValue": "/data/webui"
                    },
                    "HERMES_GATEWAY_AUTOSTART": {
                      "description": "auto = start when provider + channel ready; off = never autostart",
                      "defaultValue": "auto"
                    },
                    "CONTROL_PLANE_INTERNAL_WEBUI_HOST": {
                      "defaultValue": "127.0.0.1"
                    },
                    "CONTROL_PLANE_INTERNAL_WEBUI_PORT": {
                      "defaultValue": "8788"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  },
                  "volumeMounts": {
                    "705d732f-7902-4267-a3f4-bbe28add5d28": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "hermes-all-in-one",
      "method": "GET",
      "path": "/health",
      "expect_status": 200
    }
  },
  "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-20T13:47:53.669Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_b28e323de98d41078711",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 189,
    "typical_build_seconds": 83,
    "typical_start_seconds": 10,
    "slowest_service": "hermes-all-in-one"
  }
}
