Skip to main content

AI based Error Debugging


What it does?

  • When an API call returns a 4xx or 5xx error, a “Help Me Debug” button appears automatically in the chatbot panel.
  • Clicking this button sends the full request details, response code, and error message to the AI.
  • The AI reads the failed request and response and suggests possible causes and actionable fixes (e.g., missing headers, malformed body, invalid tokens).

Use Case

  • Speed up the debugging process with AI assistance
  • Identify missing or incorrect elements (headers, query params, request body, etc.)
  • Fix common API issues without manually analyzing the response

How to use?

  1. Run the API as usual.

  2. If a 4xx or 5xx response occurs, click “Help Me Debug” when it appears.

  3. The chatbot will analyze the API and show a list of possible issues with suggestions.

  4. Click “Fix with AI” to automatically apply the suggested fix to the appropriate part of the request (e.g., Headers, Body, Query Params).

  5. Re-run the API using the updated request.

    AISupport

    AISupport

    AISupport

    AISupport

    AISupport

This flow lets you quickly diagnose and fix errors without switching tabs or scanning logs manually.