AgentRaaS sits between your AI agent (or n8n/Make/Zapier workflow) and the APIs it calls — Stripe, Twilio, HubSpot, or anything custom. It hashes and dedupes every call atomically, retries transient failures with backoff, trips a circuit breaker on real outages, and queues failures for one-click replay. Self-hosted is free and unlimited forever; hosted plans start at $20/mo.
Hey PH 👋 — built this after watching a retry double-charge a test customer during a demo. The core guarantee: an atomic dedup claim in Redis before anything real happens, so a retry (network blip, timeout, an agent looping) can never execute the same action twice — it gets the cached result back instead.
Works as a webhook, a REST/SDK call, or an MCP tool, so it fits whatever you're already using — no new framework, no SDK lock-in.
If you run agencies managing multiple client automations, the Agency tier gives you a white-labeled multi-tenant dashboard — happy to talk through the setup in the comments.