Live request inspection and replay for your local server — directly in VS Code. Conduit streams every HTTP request that hits your tunnel straight into a VS Code sidebar panel. Watch traffic arrive in real time, inspect full headers and body, and replay any past request with one click — without leaving the editor. What it doesLive request stream. A sidebar panel shows every incoming request as it arrives: method, path, status code, and timing. No browser tab to switch to. No separate terminal window. One-click replay. Select any request and hit Replay. Conduit re-fires it against your local server exactly as it came in — same headers, same body. Useful for iterating on webhook handlers without waiting for the real event to fire again. Team observation. If your team shares the same slug and token, everyone's VS Code panel shows the same live traffic simultaneously. Auto-connect. When VS Code opens a workspace that has a RequirementsYou need a Conduit relay to connect to. Options:
You also need the Conduit CLI to register a slug and start your tunnel:
Once the CLI is running, the VS Code extension connects to the same relay and shows traffic in the sidebar. Getting started
If your project has a Commands
Settings
Self-hostingIf your team runs its own relay, point the extension at it:
The relay runs as a single Kubernetes pod or Docker container. Full setup docs and the Helm chart are in the Conduit repository. More
|