What problem does it solve?
It helps you design external integration changes that stay reliable under failures while staying secure against spoofed or replayed inbound events.
Core Features & Use Cases
- Outbound resilience design: Enforces explicit timeouts, bounded exponential backoff with jitter, and circuit-breaker behavior to prevent cascading outages.
- Idempotent operations: Requires idempotency keys for retried writes so network timeouts do not duplicate payments or state transitions.
- Webhook security & correctness: Mandates HMAC signature verification over the raw request body plus replay protection via deduplication windows.
- Credential lifecycle and reconciliation: Ensures secrets are managed safely with rotation considerations and that drift is detected through scheduled reconciliation.
Quick Start
Ask the agent to use the integration-change-builder to produce a complete integration design for your proposed third-party API or webhook change, including timeouts, retry/backoff, idempotency, webhook signature verification, replay protection, reconciliation, and test obligations.