{
  "manifest_version": "1.0.0",
  "template": {
    "id": "84f42f8d-7868-4d74-945f-b1d7a59e669d",
    "slug": "hermes-agent-3",
    "name": "Hermes Agent | Self-Improving AI by Nous Research [Updated Sep '26]",
    "description": "[Sep '26] Self-Host Hermes Agent : AI with Persistent Memory & 200+ LLMs",
    "url": "https://railway.com/deploy/hermes-agent-3",
    "upstream": {
      "repo_url": "https://github.com/shruti060701/hermes-agent-railway"
    }
  },
  "services": [
    {
      "name": "hermes",
      "source": {
        "repo": "https://github.com/shruti060701/hermes-agent-railway"
      },
      "needs_volume": true,
      "volume_mount_path": "/opt/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "hermes",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "9119"
    },
    {
      "key": "HERMES_HOME",
      "service": "hermes",
      "description": "Provide a value for HERMES_HOME.",
      "secret": false,
      "strategy": "default",
      "default": "/opt/data"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "hermes-agent-3"
      }
    },
    "cli": "railway deploy --template hermes-agent-3",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "84f42f8d-7868-4d74-945f-b1d7a59e669d",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "198f8794-1dd4-4240-b7c7-4637d8c2c803": {
                  "icon": null,
                  "name": "hermes",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/shruti060701/hermes-agent-railway",
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "defaultValue": "9119"
                    },
                    "HERMES_HOME": {
                      "isOptional": false,
                      "defaultValue": "/opt/data"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "198f8794-1dd4-4240-b7c7-4637d8c2c803": {
                      "mountPath": "/opt/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-09T07:27:00.432Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_52fd3417cde54a47bc55",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 153,
    "typical_build_seconds": 101,
    "typical_start_seconds": 20,
    "slowest_service": "hermes"
  }
}
