Start your Unpage Server
uv run unpage agent serve
.During development you can tunnel to your local Unpage instance using ngrok by running uv run unpage agent serve --tunnel
(see Unpage Server for details).Create a webhook through your alerting provider
/webhook
(like https://unpage.yourdomain.com/webhook
).The webhook should send whatever events you want to run Agent workflows on, for example incident.triggered
.