{
  "manifest_version": "1.0.0",
  "template": {
    "id": "b5f607af-34dc-410f-8ef8-ef328f041a6b",
    "slug": "hermes-agent-with-official-dashboard",
    "name": "Hermes Agent (with Official Dashboard)",
    "description": "Deploy your own Hermes agent with the official Hermes dashboard.",
    "url": "https://railway.com/deploy/hermes-agent-with-official-dashboard",
    "upstream": {
      "repo_url": "https://github.com/mazshakibaii/hermes-agent-railway"
    }
  },
  "services": [
    {
      "name": "hermes",
      "source": {
        "repo": "https://github.com/mazshakibaii/hermes-agent-railway"
      },
      "needs_volume": true,
      "volume_mount_path": "/root/.hermes",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "AUTO_UPDATE",
      "service": "hermes",
      "description": "Automatically update Hermes on restart (default: true)",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "DASHBOARD_USER",
      "service": "hermes",
      "description": "Admin username (default: admin)",
      "secret": false,
      "strategy": "default",
      "default": "admin"
    },
    {
      "key": "DASHBOARD_PASSWORD",
      "service": "hermes",
      "description": "Admin password",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "hermes-agent-with-official-dashboard"
      }
    },
    "cli": "railway deploy --template hermes-agent-with-official-dashboard",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "b5f607af-34dc-410f-8ef8-ef328f041a6b",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "fdb7353f-2d58-4def-a545-ce919f10657f": {
                  "icon": "https://hermes-agent.nousresearch.com/docs/img/logo.png",
                  "name": "hermes",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/api/health",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/mazshakibaii/hermes-agent-railway",
                    "rootDirectory": null
                  },
                  "variables": {
                    "AUTO_UPDATE": {
                      "isOptional": true,
                      "description": "Automatically update Hermes on restart (default: true)",
                      "defaultValue": "true"
                    },
                    "DASHBOARD_USER": {
                      "isOptional": true,
                      "description": "Admin username (default: admin)",
                      "defaultValue": "admin"
                    },
                    "DASHBOARD_PASSWORD": {
                      "isOptional": false,
                      "description": "Admin password",
                      "defaultValue": "{{DASHBOARD_PASSWORD}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "fdb7353f-2d58-4def-a545-ce919f10657f": {
                      "mountPath": "/root/.hermes"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "hermes",
      "method": "GET",
      "path": "/api/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-20T14:30:04.909Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_9d86e37e0aab4a739c1b",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 270,
    "typical_build_seconds": 174,
    "typical_start_seconds": 20,
    "slowest_service": "hermes"
  }
}
