Hi guys, could someone help me understand if it is possible to configure webhooks on VAPI agent create/delete action?
p
Praise Heritage Abayomi
06/02/2026, 3:44 PM
Yes it’s possible @Blackjack9_99
VAPI supports webhooks for lifecycle events like agent create/delete, and you can hook into those events to trigger external workflows (e.g. logging, sync, or automation). If you want, I can help you set it up and map it to your backend or automation tool.
b
Blackjack9_99
06/02/2026, 3:48 PM
@Praise Heritage Abayomi thank you!
Mb you can share VAPI docs part that is telling how to make?
I checked it before and didn't find anything about agent lifecycle webhooks
I will appreciate your help to understand this
p
Praise Heritage Abayomi
06/02/2026, 3:51 PM
You’re right Vapi doesn’t currently expose a native agent create/delete lifecycle webhook in the docs. Their webhook system is mainly focused on call-level events, not agent management events.
The usual approach is to handle this on your side by triggering your own webhook at the same point you create or delete an agent via the Vapi API, so your system stays in sync.
Connect with me @Blackjack9_99