{
  "manifest_version": "1.0.0",
  "template": {
    "id": "3975765a-e52d-4d06-8f7a-35e3b0714c6f",
    "slug": "hermes-agent-4",
    "name": "Hermes Agent",
    "description": "Self-hosted Hermes Agent with admin UI, dashboard, metrics & backups.",
    "url": "https://railway.com/deploy/hermes-agent-4",
    "upstream": {
      "repo_url": "https://github.com/nick-choudhary/hermes-agent-railway-advanced"
    }
  },
  "services": [
    {
      "name": "hermes-agent-railway-advanced",
      "source": {
        "repo": "https://github.com/nick-choudhary/hermes-agent-railway-advanced"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "ADMIN_PASSWORD",
      "service": "hermes-agent-railway-advanced",
      "description": "Provide a value for ADMIN_PASSWORD.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "hermes-agent-4"
      }
    },
    "cli": "railway deploy --template hermes-agent-4",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "3975765a-e52d-4d06-8f7a-35e3b0714c6f",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "4792db29-50ca-4d99-ae74-2cde4d6bfc91": {
                  "icon": null,
                  "name": "hermes-agent-railway-advanced",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/nick-choudhary/hermes-agent-railway-advanced",
                    "rootDirectory": null
                  },
                  "variables": {
                    "ADMIN_PASSWORD": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "{{ADMIN_PASSWORD}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "4792db29-50ca-4d99-ae74-2cde4d6bfc91": {
                      "mountPath": "/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-09T00:58:15.238Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_4f8563a72896470d87b5",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 165,
    "typical_build_seconds": 105,
    "typical_start_seconds": 10,
    "slowest_service": "hermes-agent-railway-advanced"
  }
}
