Integrations
CodeRifts works with every major CI/CD platform. Choose the integration that fits your workflow — or use the REST API to build your own.
Not every path prevents a merge or a tool call. Read what each path does (and does not) before treating a report as a gate.
GitHub App
One-click install. Zero config. Automatic PR comments with breaking changes, risk scores, and policy violations.
GitHub Actions
Full CI control. Add coderifts/action@v1 to any workflow for API governance in your pipeline.
GitLab CI
Add a CodeRifts contract check to your .gitlab-ci.yml and catch breaking changes on every Merge Request.
Bitbucket Pipelines
Add a CodeRifts contract check to your bitbucket-pipelines.yml for API governance on every Pull Request.
REST API
Call the CodeRifts API from any CI/CD system, script, or application. Full programmatic access to diff, risk, and policy results.
CLI
Run CodeRifts from your terminal. npx coderifts diff works anywhere Node.js runs.