What's the most underrated API testing tool you've actually used in production?
Everyone recommends the same five tools whenever this comes up — Postman, n all. But I'm curious what people are actually running in real projects, not just what shows up on listicles.
I've been digging into some lesser-known options lately and came across this roundup that had a few I hadn't seen before: https://keploy.io/blog/community/postman-alternative
One that stood out was Keploy - it records live traffic and auto-generates tests using eBPF, which is a completely different approach from the usual write-and-maintain workflow. Haven't seen it mentioned much in these threads.
So genuinely curious - what's your underrated pick? Something you'd recommend but most devs haven't heard of yet?