Route by serverId
One agent, many subdomains. Each proxy server gets its own URL, config, and isolated log stream.
01HTTP, WebSocket, raw TCP — one lightweight agent connects your machine to the internet. Spin up a public URL in seconds, watch traffic land, route by serverId.
Every card below maps to something you can do in the product today. Nothing hidden behind a sales call.
One agent, many subdomains. Each proxy server gets its own URL, config, and isolated log stream.
01Webhooks, realtime streams, raw sockets — all three shapes of traffic managed from one place.
02Start and stop servers without restarting the agent. Take a session offline mid-debug, resume instantly.
03Full headers, bodies, timing. Replay any request against your local target. Nothing leaves your box unless it has to.
04Scope tokens per machine, rotate on demand. Revoke a laptop without touching the rest of your stack.
05IP whitelists, CIDR blocks, bearer guards. Start open, close down as trust builds.
06Four steps. None require reading the manual first.
Sign in or spin up a 30-minute guest session. Both return the same kind of endpoint.
Pick protocol, point at localhost. You get back a subdomain for HTTP/WS and a numbered port for TCP.
Connect the local agent from the app. It opens a tunnel to the relay and waits for traffic.
Every request appears with timing, headers, body. Replay failed ones against your local target.
One agent handles every protocol. Start with one route; run several at once when it grows.
A public URL that forwards to your local dev server. Replay any webhook against a new handler without waiting for the upstream to retry.
Agent · HTTP · localhost:3000Expose a local socket server to a staging client. Keep a session open for hours; the relay holds the connection when your wifi drops.
Agent · WebSocket · localhost:8080Give a teammate one-port access to a local database. Revoke the token when the ticket closes.
Agent · TCP · localhost:5432Guest mode gets you a working URL before the coffee cools.