Additional Resources
Webhook setup
Planned: signing, retries and verification for outbound webhooks.
Planned: not available yet. Tracked as TI-25.
What this will do
PlungeAI will call a URL you register when a workflow run finishes, signed so you can verify the sender, with retries on failure. Nothing sends outbound webhooks today.
Use this today
Stream run events
Follow a run live over SSE, or start it with sync:false and poll the results route.