Resilience Headers
X-Retry-Count, X-Proxy-Timeout, and X-Circuit-Breaker handle upstream outages automatically.
Select a feature to see how a single header transforms your API calls.
curl https://proxy.mirapi.io \ -H "X-MirApi-Key: your_proxy_key" \ -H "X-Target-URL: https://api.stripe.com/v1/charges" \ -H "X-Retry-Count: 3" \ -H "X-Retry-Delay: 100ms" \ -H "X-Proxy-Timeout: 5s"
HTTP/1.1 200 OK
{
"id": "ch_3Pz9...",
"status": "succeeded"
} Battle-tested modules that protect your integrations from upstream chaos.
X-Retry-Count, X-Proxy-Timeout, and X-Circuit-Breaker handle upstream outages automatically.
Serve the last stable cached payload when upstream APIs drop off-grid.
Fire parallel requests (Race strategy) or failover sequentially (Priority strategy) across endpoints.
Use JSONPath expressions (X-Extract-Map, X-Extract-Redirect) to map fields or extract checkout URLs for instant redirects.
Handle heavy transactions in background workers, returning immediate 202 Accepted.
Never store request or response bodies. Logs only metadata: method, URL, status code, user ID, latency, and body sizes.
Real-time metrics on how MirApi is protecting your business.
Requests saved by caches, fallbacks, or retries
Protected transaction volume tracked by MirApi
Scale from zero to enterprise without surprises.