Skip to results

SpecCheck

v0.1.0
pip install GitHub
Backend unreachable — the tool runs at speccheck-production.up.railway.app or locally via speccheck serve

Does your API match its spec?

Paste an OpenAPI spec, point it at your live API, and get instant contract validation with AI-powered failure triage.

Or paste your own spec on the left
12
test categories auto-generated from your spec
AI
failure triage explains why tests broke
CI
pip install speccheck for pipeline integration
Add to your CI pipeline
pip install speccheck
speccheck run \
  --spec openapi.yaml \
  --base-url https://api.example.com \
  --output report.html