Skip to content

13.18 Vendor integrations

  • As an engineer, I want every vendor adaptor to share the same retry / circuit-breaker patterns.
  • As an ops user, I want to switch vendors via config without code deploy.
  • As an admin, I want vendor performance dashboards.
  • GET /admin/vendors, PUT /admin/vendors/{id} (config + routing).
  • GET /admin/vendor-performance.
  • vendor, vendor_credential (encrypted), vendor_routing_rule, vendor_call_log.
  • Admin: vendor master, routing config, performance dashboard.
  • Vendor adaptor framework (shared base).
  • Circuit breaker library.
  • Vendor observability service.
  • Vendor adaptor pattern conformance.
  • Failover from primary to secondary on outage.
  • Performance metrics captured per vendor.
  • Vendor API breaking change.
  • Failover to secondary with different response schema.
  • Credential rotation mid-flow.
  • Vendor swap via config only.
  • Per-vendor SLA dashboard live.
  • Vendor incidents notify on-call.