{
  "manifest_version": "1.0.0",
  "template": {
    "id": "c619847a-2110-4ea8-8e97-99e0c4d2b31d",
    "slug": "hermes-agent-8",
    "name": "Hermes Agent",
    "description": "One-click Hermes Agent on Railway with gateway + web dashboard",
    "url": "https://railway.com/deploy/hermes-agent-8",
    "upstream": {
      "repo_url": "https://github.com/TheGreatAxios/railway-hermes-agent-template"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "railway-hermes-agent-template",
      "source": {
        "repo": "https://github.com/TheGreatAxios/railway-hermes-agent-template"
      },
      "needs_volume": true,
      "volume_mount_path": "/opt/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "railway-hermes-agent-template",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "hermes-agent-8"
      }
    },
    "cli": "railway deploy --template hermes-agent-8",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "c619847a-2110-4ea8-8e97-99e0c4d2b31d",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "fbc20cf4-587d-463a-a2af-740c2fc17796": {
                  "icon": null,
                  "name": "railway-hermes-agent-template",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/TheGreatAxios/railway-hermes-agent-template",
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "defaultValue": "{{PORT}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  },
                  "volumeMounts": {
                    "fbc20cf4-587d-463a-a2af-740c2fc17796": {
                      "mountPath": "/opt/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-17T04:14:44.001Z",
  "generator_version": "0.1.0"
}
