See parity failures instantly
Spot missing endpoints and required-field changes before they become customer incidents.
Spec and SDK alignment
SDKDrift compares OpenAPI contracts with real SDK surfaces and tells you what is broken before customers discover it.
New: GitHub Action wrapper for CI gating
Live report
score: 71 / 100 operations matched: 150 / 237 actionable findings: 39 coverage notes: 242
Why teams ship with SDKDrift
Spot missing endpoints and required-field changes before they become customer incidents.
Actionable findings are separate from informational coverage so engineering can move fast.
Gate CI with `--min-score` and keep drift confidence measurable over time.
Quick start
npx @sdkdrift/cli scan \ --spec ./openapi.yaml \ --sdk ./sdk/python \ --lang python \ --format json \ --out ./sdkdrift.report.json \ --min-score 90
- uses: dharmarajatulya1-hub/sdkdrift@v0.3.0
with:
spec: ./openapi.yaml
sdk: ./sdk/python
lang: python
min-score: 90
format: json
out: sdkdrift.report.jsonEarly access