Start with the contract
Before changing code, confirm the expected method, route, payload shape, authentication model and response schema.
API debugging workflow
Track the exact steps of an API debugging session: request shape, authentication, headers, payload, schema, logs, retry behavior and the final fix notes.
Reference notes
Before changing code, confirm the expected method, route, payload shape, authentication model and response schema.
Status codes, request IDs and logs are evidence. The checklist keeps them visible so the investigation does not become guesswork.
Write sanitized samples and redact secrets. Formalint stores notes locally in the browser, but production credentials still do not belong in any web tool.