Webhooks

Configure webhook endpoints for real-time events

K
Docs
LIVE

Receive HTTP POST requests when events happen in your runtools.ai account.

https://api.myapp.com/webhooks/runtools
execution.completedexecution.failed
Active
Last triggered: 2 minutes ago
99.8% success rate
https://hooks.slack.com/services/xxx/yyy/zzz
sandbox.createdsandbox.paused
Active
Last triggered: 15 minutes ago
100% success rate
https://api.analytics.com/events
tool.called
Failing
Last triggered: 1 hour ago
45.2% success rate

Available Events

execution.completed

Execution Completed

When a code execution finishes successfully

execution.failed

Execution Failed

When a code execution fails or times out

sandbox.created

Sandbox Created

When a new sandbox is spun up

sandbox.paused

Sandbox Paused

When a sandbox is paused (snapshot saved)

sandbox.resumed

Sandbox Resumed

When a sandbox is resumed from snapshot

tool.called

Tool Called

When any tool is executed

oauth.connected

OAuth Connected

When a user connects a new OAuth service