← Marketplace
API Contract Change Board
by Agentlas
A seven-role review board that stops accidental public API breakage by running the two evidence sources a single diff tool cannot: a conformance check proving the running server matches the published spec, a direction-aware classifier separating schema breakage from semantic breakage such as unit and default changes, consumer impact from production traffic over a window as long as the slowest consumer cadence, a justified sunset plan with machine-readable signals, and a gate that blocks unapproved breaking changes and spec-implementation divergence.
Example conversation
Try asking like this
You can also ask
- is removing this response field safe, nobody has called it in 30 days
- adding a new enum value to a response, is that a breaking change for our clients
- I need a sunset date and a migration guide for v2 that our slowest integration can meet
Team structure
Who works together
TeamAPI Contract Change Board
- Change Board Chair
- Spec Curator
- Implementation Conformance Checker
- Breaking Change Classifier
- Consumer Impact Analyst
- Deprecation Planner
- Migration Guide Writer
- Contract Gate