Skip to main content
Four endpoints for AI-assisted analysis of message failures. AI Triage is a Post Pro feature. These Bridge routes are unauthenticated because the Bridge is a single-user loopback sidecar: it listens only on localhost for the signed-in user, so there is no network surface to authenticate against. The feature entitlement is enforced in the app, not on the loopback route.

POST /api/loft/triage

Analyze a message failure and get plain-English root cause and fix suggestions.
curl

POST /api/loft/patterns

Analyze recurring failure patterns across messages.
curl

POST /api/loft/summary

Generate a plain-English summary of interface health issues.
curl

POST /api/loft/upgrade-check

Check whether failure patterns indicate a vendor system upgrade.
curl
Returns an UpgradeDetectionResult with confidence score and detected changes.