Webhook Subscriptions Create dynamic webhook subscriptions so external services (GitHub, GitLab, Stripe, CI/CD, IoT sensors, monitoring tools) can trigger Hermes agent runs by POSTing events to a URL. Setup (Required First) The webhook platform must be enabled before subscriptions can be created. Check with: If it says "Webhook platform is not enabled", set it up: Option 1: Setup wizard Follow the prompts to enable webhooks, set the port, and set a global HMAC secret. Option 2: Manual config Add to : Option 3: Environment variables Add to : After configuration, start (or restart) the gateway:…