{
  "manifest_version": "1.0.0",
  "template": {
    "id": "a8a7f69a-cd58-437f-ad79-38b1de351a55",
    "slug": "hermes-agent-self-improving",
    "name": "Hermes Agent — Self-Improving AI Agent That Learns [Updated Sep'26]",
    "description": "Self-host Hermes by Nous Research — an AI agent that learns & improves",
    "url": "https://railway.com/deploy/hermes-agent-self-improving",
    "upstream": {
      "repo_url": "https://github.com/praveen-ks-2001/hermes-agent-template"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "Hermes Agent",
      "source": {
        "repo": "https://github.com/praveen-ks-2001/hermes-agent-template"
      },
      "needs_volume": true,
      "volume_mount_path": "/opt/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "ADMIN_PASSWORD",
      "service": "Hermes Agent",
      "description": "Create admin login password credential",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "ADMIN_USERNAME",
      "service": "Hermes Agent",
      "description": "Create admin login username credential",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "hermes-agent-self-improving"
      }
    },
    "cli": "railway deploy --template hermes-agent-self-improving",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "a8a7f69a-cd58-437f-ad79-38b1de351a55",
            "serializedConfig": {
              "services": {
                "48284718-938b-4bc8-bea1-09edb7af7323": {
                  "icon": "https://res.cloudinary.com/dh2nt6hgh/image/upload/v1777723693/image_9_umztwp.png",
                  "name": "Hermes Agent",
                  "source": {
                    "repo": "praveen-ks-2001/hermes-agent-template"
                  },
                  "variables": {
                    "ADMIN_PASSWORD": {
                      "isOptional": false,
                      "description": "Create admin login password credential",
                      "defaultValue": "{{ADMIN_PASSWORD}}"
                    },
                    "ADMIN_USERNAME": {
                      "isOptional": false,
                      "description": "Create admin login username credential",
                      "defaultValue": "{{ADMIN_USERNAME}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8642": {
                        "port": 8642
                      }
                    }
                  },
                  "volumeMounts": {
                    "48284718-938b-4bc8-bea1-09edb7af7323": {
                      "mountPath": "/opt/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-14T10:14:50.742Z",
  "generator_version": "0.1.0"
}
