HTTP Toolkit Intercept Use this skill when you need authoritative evidence of what your program sent to a remote API and what it received back while verifying a code change. Works across any runtime — Node.js, Bun, Deno, Python, Go, Ruby, Java/JVM, .NET, PHP, Rust, shell scripts, etc. — as long as the process respects a proxy. The reliable pattern is: 1. Start HTTP Toolkit correctly. 2. Run the program through the proxy in a mode that produces a machine-readable log (e.g. , debug logging, or structured stdout). 3. Export outbound HTTP requests from HTTP Toolkit. 4. Pair the outbound HTTP expo…