Get real-time callbacks when simulations finish or cross a threshold you set.
Supported events include run.completed, run.failed, and threshold.crossed. Configure endpoints and signing secrets in your dashboard.
POST https://yourapp.com/webhook
{
"event": "run.completed",
"run_id": "run_abc123",
"model": "cfd-airfoil",
"metrics": { "drag": 0.021 }
}