Inbound webhooks for agent HTTP ingress
August 25, 2026 · release
External systems can now call your VoiceThere agents over HTTPS. Each project on Advanced or Ultimate gets a stable webhook URL; the platform fans requests out to every ready session worker and delivers them to onWebhook with the raw body and headers.
Try it
- Docs: Inbound webhooks
- Dashboard: Project Overview → Runner settings → Inbound webhooks toggle and webhook URL
- Agent templates:
webhooksandwebhooks-redis
voicethere projects settings list
voicethere projects settings set webhooks_enabled true
VoiceThere does not sign webhook bodies — store a verification secret as an AGENT_* project secret and check the digest inside your agent, like you would for Stripe. Enable warm pool if you need low-latency delivery when no voice sessions are active.