{
  "manifest_version": "1.0.0",
  "template": {
    "id": "db976d1a-7586-41c1-8894-627b15b226c7",
    "slug": "hermes-agent-easy-self-improving-option-",
    "name": "hermes agent: easy self-improving option for open claw, claude code, codex and more",
    "description": "The simplest curated setup for an Hermes Agent. Curated by impacte.tech",
    "url": "https://railway.com/deploy/hermes-agent-easy-self-improving-option-",
    "upstream": {
      "repo_url": "https://github.com/impacte-tech/hermes-agent-template"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "Hermes Agent",
      "source": {
        "repo": "https://github.com/impacte-tech/hermes-agent-template"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "ADMIN_PASSWORD",
      "service": "Hermes Agent",
      "description": "Your Hermes Agent setup admin password",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "ADMIN_USERNAME",
      "service": "Hermes Agent",
      "description": "Your Hermes Agent setup admin username ",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "hermes-agent-easy-self-improving-option-"
      }
    },
    "cli": "railway deploy --template hermes-agent-easy-self-improving-option-",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "db976d1a-7586-41c1-8894-627b15b226c7",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "27b28cc5-9bfe-471b-868f-0718c27c0d52": {
                  "icon": "https://raw.githubusercontent.com/NousResearch/hermes-agent/refs/heads/main/website/static/img/apple-touch-icon.png",
                  "name": "Hermes Agent",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/impacte-tech/hermes-agent-template",
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": true,
                      "description": "Filled in by Railway automatically",
                      "defaultValue": ""
                    },
                    "ADMIN_PASSWORD": {
                      "isOptional": false,
                      "description": "Your Hermes Agent setup admin password",
                      "defaultValue": "{{ADMIN_PASSWORD}}"
                    },
                    "ADMIN_USERNAME": {
                      "isOptional": false,
                      "description": "Your Hermes Agent setup admin username ",
                      "defaultValue": "{{ADMIN_USERNAME}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "27b28cc5-9bfe-471b-868f-0718c27c0d52": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-09T22:14:39.753Z",
  "generator_version": "0.1.0"
}
