
API Overview
Endpoint:POST /api/v1/agents/debug
Authentication: Bearer token required
Request & Response Format
Request & Response Format
Request:Response:
How It Works
The agent enriches context before processing. It fetches code from referenced node IDs to understand the bug location. For simple queries, it processes them directly using its tools. For complex bugs, it delegates to specialized sub-agents with up to 12 iterations each.
Debugging Methodology
The agent follows an 8-step structured methodology for bug diagnosis.Example
Example Request
Example Request
Example Response
Example Response
Error Responses
400 Bad Request
400 Bad Request
The request has invalid format or missing required fields.
401 Unauthorized
401 Unauthorized
404 Not Found
404 Not Found
The specified project does not exist or is not accessible.
429 Too Many Requests
429 Too Many Requests
You have exceeded the rate limit.
Related Agents
- Ask a Question - Answers questions about your codebase
- Build a Feature - Generates and manages code modifications

