1
Start your Unpage Server
Start your server with
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).2
Create a webhook through your alerting provider
The webhook URL should be the hostname of your running Unpage Server, with a path of
/webhook
(like https://unpage.yourdomain.com/webhook
).The webhook should send whatever events you want to run Agent workflows on, for example incident.triggered
.