Checking API health…
📡 What we monitor
- POST /api/free-diff — The free schema diff endpoint. Returns full migration SQL, rollback SQL, breaking changes, and risk score without a license key.
- POST /api/diff — The Pro/Team diff endpoint. Same output as the free endpoint, accessed with a license key for higher rate limits.
- POST /api/schema-drift-webhook — Generates shareable schema drift alert pages and forwards Slack/Teams notifications.
- POST /api/schema-diff-report — Builds a self-contained HTML diff report artifact for CI/CD pipelines.
- GET /api/badge — Returns an SVG migration-safety badge for READMEs and dashboards.
🛡️ Why this matters for CI/CD
SchemaLens is designed to run inside your CI/CD pipeline. If an endpoint is slow or unavailable, your pull-request checks can fail. This page uses the same public endpoints your GitHub Action, GitLab CI, Jenkins, CircleCI, and Bitbucket Pipelines use — so the numbers here reflect what your builds see.
All copy-paste snippets include -L so they follow the apex→www redirect automatically. If you see a non-200 status, check the Response panel for the exact server message.
📋 Incident history
SchemaLens runs on Vercel's edge network. There are no scheduled maintenance windows. Historical uptime is tracked independently by this page only; for a third-party view you can monitor /api/free-diff from your own uptime tool.