Webhooks
General Compute webhooks
General Compute can push events to a URL you control. Use webhooks to react to billing changes, account updates, and long-running inference jobs without polling.
Event categories
- Account. Key created, rotated, revoked.
- Billing. Invoice generated, credit threshold reached.
- Inference. Long-running job completed or failed.
Signing and retries
- Every delivery is signed with an HMAC-SHA256 header. Verify it before trusting the payload.
- Failed deliveries retry with jittered exponential backoff for up to 24 hours.
- Receivers must respond with HTTP 2xx within 10 seconds or the delivery is treated as failed.
More
- Full webhook docs: docs.generalcompute.com
- Developer hub: /developers