Webhooks
Configure webhook endpoints for real-time events
Receive HTTP POST requests when events happen in your runtools.ai account.
https://api.myapp.com/webhooks/runtoolsexecution.completedexecution.failed
Active
Last triggered: 2 minutes ago
99.8% success rate
https://hooks.slack.com/services/xxx/yyy/zzzsandbox.createdsandbox.paused
Active
Last triggered: 15 minutes ago
100% success rate
https://api.analytics.com/eventstool.called
Failing
Last triggered: 1 hour ago
45.2% success rate
Available Events
execution.completedExecution Completed
When a code execution finishes successfully
execution.failedExecution Failed
When a code execution fails or times out
sandbox.createdSandbox Created
When a new sandbox is spun up
sandbox.pausedSandbox Paused
When a sandbox is paused (snapshot saved)
sandbox.resumedSandbox Resumed
When a sandbox is resumed from snapshot
tool.calledTool Called
When any tool is executed
oauth.connectedOAuth Connected
When a user connects a new OAuth service