⚡ Connect your CI/CD pipeline

Point your GitHub Action, GitLab CI, or Jenkins job at the SchemaLens drift webhook. Alerts are forwarded to Slack/Teams and produce shareable alert URLs. Free tier works without a license key; Team tier persists alerts here for 90 days.

POST https://schemalens.tech/api/schema-drift-webhook Content-Type: application/json { "oldSchema": "...", "newSchema": "...", "dialect": "postgres", "metadata": { "repo": "org/repo", "branch": "main", "commit": "abc123" }, "notify": { "slack": "https://hooks.slack.com/services/...", "teams": "https://outlook.office.com/webhook/..." } }

GitHub Action docs →

🔐 Team persistent history

Enter your SchemaLens Team license key to load persisted alerts from the server. Without a key, this dashboard only shows alerts you have opened locally.

Get Team →

Risk Trend (last 30 days)

Breaking Changes Over Time

Date Repo Branch Changes Risk Status Link