Simulate provider outages before they happen. See exactly what breaks, what falls back, and where your single points of failure hide.
Many email APIs route through the same underlying infrastructure. If your fallback shares the same dependency as your primary, you have two providers but one point of failure. When that infrastructure has an outage, both fail simultaneously.
Truncus maps the actual dependency chain underneath every provider. Not what they market — what they run on.
> simulate --stream transactional --fail ses Target: SES (AWS dependency) Stream: transactional Affected: Primary provider down Fallback: Brevo (France, independent infrastructure) Status: Emails continue through fallback Impact: No disruption expected > simulate --stream transactional --fail aws Target: AWS (underlying dependency) Affected: SES (primary) Fallback: Brevo (independent — NOT on AWS) Status: Emails continue Impact: No disruption — true independence > simulate --stream outreach --fail ses Target: SES Stream: outreach Fallback: None configured Status: 100% of outreach emails will fail Impact: Campaign delivery stops Recommendation: Add a fallback provider for outreach
Outage simulation is available on all plans.
Start free