Overview

CodeRifts

Risk-aware API compatibility governance. Four PR gates (API contract, schema migration, auth surface, workflow actions) plus a deterministic agent verdict API and MCP server.

Never ship a breaking API change again.#

Before a change merges, CodeRifts predicts whether it will cause a real production problem, who breaks, by what pattern, at what business cost, and whether blocking is justified.

Decision Spec v2#

preflight_mode is required. analyze is informational and is NOT permission; authorize is the operation-bound path that can mint a receipt. Act only on authorize plus a verified receipt.

Try it without an account#

  • Public preflight (no auth): app.coderifts.com/api/docs#public-preflight
  • Public ActionGuard check (no auth): app.coderifts.com/api/docs#public-actionguard-check
  • Verdict MCP server: app.coderifts.com/mcp

Updated

Was this page helpful?