{
  "manifest_version": "1.0.0",
  "template": {
    "id": "7746ec7d-a5b4-4efd-b130-67348926ccdd",
    "slug": "hermes-agent-or-openclaw-alternative-not",
    "name": "Hermes Agent | OpenClaw Alternative, Nothing to Configure",
    "description": "Self-improving Nous Research agent. Nothing to fill in, gated dashboard.",
    "url": "https://railway.com/deploy/hermes-agent-or-openclaw-alternative-not",
    "upstream": {
      "image": "ghcr.io/bon5co/hermes-agent-railway:latest"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "hermes",
      "source": {
        "image": "ghcr.io/bon5co/hermes-agent-railway:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/opt/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "HERMES_DASHBOARD_BASIC_AUTH_PASSWORD",
      "service": "hermes",
      "description": "Provide a value for HERMES_DASHBOARD_BASIC_AUTH_PASSWORD.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "hermes-agent-or-openclaw-alternative-not"
      }
    },
    "cli": "railway deploy --template hermes-agent-or-openclaw-alternative-not",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "7746ec7d-a5b4-4efd-b130-67348926ccdd",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "f0dc1192-25a1-4b62-8a07-4e74762a2a43": {
                  "icon": null,
                  "name": "hermes",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/login",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/bon5co/hermes-agent-railway:latest"
                  },
                  "variables": {
                    "HERMES_DASHBOARD_BASIC_AUTH_PASSWORD": {
                      "isOptional": false,
                      "defaultValue": "{{HERMES_DASHBOARD_BASIC_AUTH_PASSWORD}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "f0dc1192-25a1-4b62-8a07-4e74762a2a43": {
                      "mountPath": "/opt/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "hermes",
      "method": "GET",
      "path": "/login",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-06T17:54:17.775Z",
  "generator_version": "0.1.0"
}
