Tools Practical By Samson Tanimawo, PhD Published Feb 4, 2026 4 min read

mitmproxy for API Debugging

mitmproxy intercepts API traffic.

Setup

mitmproxy is a man-in-the-middle proxy for HTTPS debugging. Engineers use it to see exactly what their clients send and receive; the discipline is targeted dev-time investigation.

What setup looks like:

Setup is bounded. The team's investment pays off in API investigation.

Inspect

The primary value is inspection. See every request and response; understand exactly what the client and server exchanged; debug from real data.

Inspection is the discipline. The team's API investigations are dramatically easier with mitmproxy.

Careful

mitmproxy is a dev tool. Production use produces issues; the discipline includes recognizing where it does not belong.

mitmproxy for API debug is one of those development tooling skills that pays off in API investigations. Nova AI Ops integrates with API observability, complementing dev-time investigation with cluster-wide visibility.