What is APXY for Aider?
Aider edits your code from the terminal. APXY captures the HTTP traffic your code produces so Aider can debug failures with real request and response data instead of guesswork.
Aider edits your code from the terminal. APXY captures the HTTP traffic your code produces so Aider can debug failures with real request and response data instead of guesswork.
Start APXY before running your app, then share captured traffic with Aider so it can diagnose the exact failing request.
Aider edits your code from the terminal. APXY captures the HTTP traffic your code produces so Aider can debug failures with real request and response data instead of guesswork.
Run APXY in the background to intercept your app's HTTP and HTTPS traffic. Reproduce the API failure or webhook error you want Aider to investigate. Export the failing request from APXY as a cURL command or JSON and paste it into your Aider session. Ask Aider to find the root cause, patch the code, then replay the request in APXY to verify the fix.
Aider works best with precise, structured evidence — APXY's export formats give it exactly that. The replay loop lets you verify a fix without re-running the full app each time. Keeping APXY running headlessly alongside Aider fits naturally into a terminal-first workflow.