E2B Sandbox Events and Webhooks API
REST surface for sandbox lifecycle events. Exposes polling endpoints at /events/sandboxes and /events/sandboxes/{sandboxID} for created, updated, killed, paused, resumed, and checkpointed events, and a webhook subscription surface at /events/webhooks for push delivery. Webhook deliveries are signed with a SHA-256 HMAC-style hash of the shared secret concatenated with the raw body, sent in the e2b-signature header alongside e2b-webhook-id, e2b-delivery-id, and e2b-signature-version.