Documentation Index
Fetch the complete documentation index at: https://docs.rockxy.io/llms.txt
Use this file to discover all available pages before exploring further.
API Debugging on macOS
Rockxy is most useful when you need to debug the request that the real client sent, not the request you think it sent.A practical workflow
- capture the traffic from the actual client,
- filter down to the failing endpoint,
- inspect headers, body, query, and timing,
- replay the request,
- add a rule only if you need to change behavior,
- export HAR or cURL once you have isolated the issue.
Why a system-level proxy debugger helps
Browser DevTools and API clients are helpful, but they do not always show:- desktop app traffic,
- SDK-generated requests,
- simulator or device traffic,
- or runtime-specific proxy and trust problems.
Best pages to keep open together
Related pages
Browser DevTools vs System Proxy Debugger
Decide when browser-only inspection is enough and when Rockxy is the better tool.
MCP Integration
Bring real captured API traffic into Claude.
