Building a zero-setup API debugger, would love feedback
Hey PH
I'm working on toran, a live API inspection tool that works with just a URL swap. No SDK, no proxy config, no cert setup.
The problem - I couldn't see what my code was actually sending to third-party APIs. Debugging meant console.logs everywhere or messing with Charles/Proxyman certs.
toran is simple. You swap your base URL (like api.openai.com becomes ns262aajok1jv.toran.sh) and watch requests show up in your browser as they happen.
I've mostly been using it for MCP servers and LLM API calls but it works for anything.
Curious to hear from folks who:
Build AI agents or MCP tools
Work with third-party APIs (Stripe, Twilio, etc)
Have strong opinions about API debugging
What's missing? What would actually make this useful for you?
toran.sh if you want to try it (no sign-up)

Replies