iRelay sits between your services and the internet, queuing, signing, and retrying every event until it's delivered — with logs for every attempt.
A small, focused API. Point your event source at an endpoint, add subscribers, and iRelay handles the rest.
Exponential backoff retries for up to 24 hours, with dead-letter queues for anything that still fails.
Every request is signed with a per-endpoint secret so subscribers can verify authenticity.
Full request and response history for every event, searchable by endpoint, status, or time range.
Re-send any past event to any subscriber with one call, useful for backfills and debugging.
Three calls to get events flowing end to end.
POST /api/v1/endpoints registers a destination URL and returns a signing secret.
POST /api/v1/events queues the event for delivery to every subscribed endpoint.
GET /api/v1/events/:id returns delivery status and full attempt history.
Start free, pay for volume as you grow.