Paste a stack trace, CI log, failed API response, or test failure. Get a clear root cause, severity, confidence, and a suggested fix. Built for pipelines and products — not chats.
Demo mode by default — runs locally in your browser. Live API endpoint ships next.
This page runs in demo mode by default. A single live API endpoint is coming next.
POST /v1/explain-error and returns structured trust signals.
Three steps. No dashboards required.
POST raw logs / stack trace / response body to /v1/explain-error.
Normalise noise, detect runtime/framework, map to known failure patterns.
Root cause, fix, severity, confidence, category, next actions — in JSON.
Demo mode runs entirely in your browser (placeholder logic).
Live mode calls /v1/explain-error on your backend.
This becomes “debugging intelligence” your systems can call automatically.
Attach explanations to failed GitHub Actions / GitLab jobs automatically.
Turn scary errors into user-safe explanations + next steps for your support team.
Enrich alerts in Slack/PagerDuty with probable cause + fix on call.
This section is the API contract + copy/paste examples. Use it when calling the API from Postman, curl, scripts, or CI/CD. For interactive testing, use the Try it playground (top-right).
Tip: You can open GET endpoints directly in your browser by visiting:
<API_BASE>/v1/examples and <API_BASE>/v1/schema.
Uses the same API Base URL as the Try playground. If empty, it defaults to
https://explain-error-api.onrender.com.
Accepted request fields: text (preferred), rawError, error, message, and optional stack.
Early pricing for developers exploring error explanation in real workflows.
This is a static demo designed to validate the structure, signals, and workflows before any live endpoint exists.
The focus right now is on:
Privacy note: errors pasted into the demo stay in your browser. Future behaviour will be documented explicitly before anything ships.