Drift

Drift verifies that your API implementation matches its OpenAPI contract. As APIs evolve, implementation changes and edge cases can cause the behavior of the API to diverge from its specification. This mismatch, known as API drift, can lead to broken integrations, inaccurate documentation, and unintended breaking changes that are often discovered after deployment.

Drift helps prevent these issues by sending real requests to your API and validating the responses against your OpenAPI specification. Check the documentation, to learn more.

Publication date: