Total Pipelines
-
loading...
Events (24h)
-
loading...
Diagnoses
-
loading...
Suggested Actions
-
loading...
Pipelines 0
Loading pipelines...
Event Feed 0
Loading events...
AI Diagnoses 0
Loading diagnoses...

Webhook Integration

Connect your ML pipelines to the Pipeline Guardian by sending webhook events to these endpoints.

Generic Pipeline
POST/api/webhooks/pipeline
Apache Airflow
POST/api/webhooks/airflow
Kubeflow Pipelines
POST/api/webhooks/kubeflow
$ curl -X POST ${location.origin}/api/webhooks/pipeline \
  -H "Content-Type: application/json" \
  -d '{
    "pipeline_name": "feature-extraction-v2",
    "event_type": "task_failed",
    "severity": "high",
    "error": "Out of memory during batch processing",
    "task_id": "extract_features_001"
  }'

{"success":true,"event_id":1,"diagnosis":{"category":"Resource Limit","confidence":0.55}}