1. Route calls through Tether
Change the SDK base URL to the local Tether endpoint. Your application keeps using the same request shape.
Tether runs a local HTTP proxy. Point your SDK at localhost, run your agent, and inspect the trace.
Change the SDK base URL to the local Tether endpoint. Your application keeps using the same request shape.
The proxy forwards requests to your configured provider while recording the call tree, metadata, timings, and responses locally.
Select a node, edit or mock the response, then rerun downstream logic from that point forward.