Events // Real-time
Webhooks
Subscribe to automated neural events. Forge pushes HTTP POST payloads to your endpoint whenever stability shifts or inferences complete.
Gateway Active
Example Event Payload
{
"event_id": "EVT_7721X",
"type": "neural.sync_complete",
"timestamp": "2026-02-09T00:00:00Z",
"data": {
"node_id": "NODE_ALPHA_9",
"stability_score": 0.992
}
}
Event Subscription Catalog
neural.handshake_initiated
Fires when a new client attempts to establish a link.
neural.sync_complete
Fires when the distributed cluster achieves parity.
system.thermal_warning
Triggered if node temperatures exceed operational thresholds.