One proxy, full visibility

How it works

Tether runs a local HTTP proxy. Point your SDK at localhost, run your agent, and inspect the trace.

1. Route calls through Tether

Change the SDK base URL to the local Tether endpoint. Your application keeps using the same request shape.

2. Capture the run

The proxy forwards requests to your configured provider while recording the call tree, metadata, timings, and responses locally.

3. Replay the interesting part

Select a node, edit or mock the response, then rerun downstream logic from that point forward.