{
  "manifest_version": "1.0.0",
  "template": {
    "id": "9075721f-b479-4d86-88a0-60beb9340a5d",
    "slug": "hermes-agent-railway",
    "name": "Hermes Agent",
    "description": "Run Hermes Agent on Railway",
    "url": "https://railway.com/deploy/hermes-agent-railway",
    "upstream": {
      "image": "nousresearch/hermes-agent:latest"
    }
  },
  "services": [
    {
      "name": "hermes-agent",
      "source": {
        "image": "nousresearch/hermes-agent:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/opt/data",
      "http": false
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "hermes-agent-railway"
      }
    },
    "cli": "railway deploy --template hermes-agent-railway",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "9075721f-b479-4d86-88a0-60beb9340a5d",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "0bde84cf-b59e-4966-8682-8c246d2bfcac": {
                  "icon": null,
                  "name": "hermes-agent",
                  "deploy": {
                    "startCommand": "/init /opt/hermes/docker/main-wrapper.sh gateway run",
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "nousresearch/hermes-agent:latest"
                  },
                  "variables": {},
                  "volumeMounts": {
                    "0bde84cf-b59e-4966-8682-8c246d2bfcac": {
                      "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-09T05:33:23.673Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_10b2936708c44b1dafdd",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 27,
    "typical_build_seconds": 0,
    "typical_start_seconds": 10,
    "slowest_service": "hermes-agent"
  }
}
