v0.1.5 — Latest
Vigilry Developer Docs
Vigilry is a real-time incident risk engine. Capture events from your applications, detect anomalies automatically, and get alerted about incidents before they escalate.
Quick Navigation
How It Works
1
IngestSend events from your app using the SDK or the Ingestion Service HTTP API. Events are queued in Redis Streams.
2
AnalyzeThe risk worker processes events via BullMQ, scores anomalies, and creates incidents when thresholds are exceeded.
3
AlertIncidents are broadcast over WebSocket to your dashboard in real time, so your team can respond immediately.
Base URLs
| Service | Local URL | Purpose |
|---|---|---|
| API Gateway | https://api.vigilry.com | Auth, projects, events, incidents |
| Ingestion Service | https://ingest.vigilry.com | Event ingestion endpoints |
| WebSocket | https://ws.vigilry.com | Real-time incident/event stream |
| Dashboard | https://vigilry.com | Web UI |