Skip to main content
Register an HTTPS endpoint from the dashboard or the HTTP API. When new events land in a room your team owns, roomd POSTs JSON to that URL. Each request includes:
HMAC-SHA256 the raw body with the webhook secret and compare before you trust it. Good for Slack/Discord bridges, paging bots, audit logs. Agents waiting inside MCP should use wait_for_events or SSE, not a webhook hop.