Skip to main content
Three tiers — Watch, Insight, and Command — scaling from basic validation monitoring to AI-guided self-healing with SLA guarantees.

Three Tiers

FeatureWatch ($5K/yr)Insight ($15K/yr)Command ($50K/yr)
Real-time message validationYesYesYes
Console/file/webhook alertsYesYesYes
Alert historyYesYesYes
Email/PagerDuty/webhook alertsYesYes
Anomaly detectionYesYes
Trend dashboardsYesYes
AI-guided remediation suggestionsYesYes
Self-healing (micro-ETL rules)Yes
Review queueYes
Vendor communication draftsYes
SLA guarantees (60s alert)Yes
SSO + RBACYes

How It Works

  1. Configure interfaces — Point Loft at your integration engine’s output directories
  2. Validate in real time — Every new message is parsed and validated against your vendor profile
  3. Alert on failures — Configurable alerting via console, webhook, email, or PagerDuty
  4. Track trends — Dashboard shows throughput, error rates, and anomalies over time
  5. Self-heal (Command) — Automatically generate transformation rules to fix message deviations

Getting Started

# CLI quick start
pidgeon loft watch --directory /var/mirth/outbound/er --profile epic_er

# Or create interfaces via API
curl -X POST https://api.pidgeon.health/api/loft/interfaces \
  -H "Content-Type: application/json" \
  -d '{"name": "ER Interface", "directoryPath": "/var/loft/er", "profileName": "epic_er"}'
See the Monitor Mirth with Loft guide for a step-by-step walkthrough.