SSE & chunked, passed through.
Server-sent events or chunked transfer, forwarded to your caller as your target produces them — no waiting for the whole response.
Streaming
Point a streaming target at EchoRelay and we forward its SSE or chunked response to your caller, chunk by chunk — built for LLM token streaming.
Built for AI
Server-sent events or chunked transfer, forwarded to your caller as your target produces them — no waiting for the whole response.
Stream an LLM’s tokens or a long-running inference job straight to the caller — incremental, not buffered to the end.
Set up the streaming endpoint with a sentence to your agent — it speaks EchoRelay’s MCP surface and ships the config for you.
A streaming endpoint carries a single stream target — clear, predictable behaviour.
How it works
A client hits your streaming endpoint and holds the connection open, waiting to receive.
We verify your key and apply rate limits at the edge, then open the connection to your streaming target.
As your target emits SSE or chunked output, we forward each chunk to your caller as it arrives — incremental, not buffered to the end.
Streaming runs through the same durable relay as everything else — your caller gets the stream while we keep auth, validation, and rate limits at the edge. A stream is billed by the size of the response it streams back — heartbeats are free, and a cut-short stream only bills for what was delivered.
Questions
Not the right shape? To deliver one request to many targets at once, use Fan-out. To take inbound traffic while keeping your origin off the public internet, use Origin shield.
No credit card required.