Skip to main content

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

  1. capture the traffic from the actual client,
  2. filter down to the failing endpoint,
  3. inspect headers, body, query, and timing,
  4. replay the request,
  5. add a rule only if you need to change behavior,
  6. 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.
Rockxy fills that gap.

Best pages to keep open together

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.