What problem does it solve?
Rest and GraphQL integrations often fail in confusing ways where HTTP status codes, authentication, and response shapes do not clearly explain the root cause, wasting time on guesswork.
Core Features & Use Cases
- Layered API diagnosis: Walks through connectivity, TLS, authentication, request formatting, response parsing, and semantic validation to isolate the failing layer.
- REST + GraphQL coverage: Handles REST endpoints and GraphQL quirks such as HTTP 200 responses that still contain an
errors field.
- Reproducible debugging and regression: Provides a practical workflow to produce targeted repros and draft smoke tests for common failure modes.
- Security-conscious handling: Encourages token redaction and safe logging practices while debugging.
Quick Start
Use the rest-graphql-debug skill to debug a failing endpoint by requesting a step-by-step layer isolation plan and the exact curl and response checks you should run for your specific status code, auth method, and payload.