Versioning and deprecation

Semver, 12-month breaking-change notice, Sunset and Deprecation headers.

Semver

API version is in the URL: /v1. Within v1, additive non-breaking changes ship at any time. Breaking changes require a major-version bump.

Deprecation policy

Currently deprecated

WhatDeprecatedSunset
api_key body field (use X-API-Key header)2026-04-172026-07-15

SDKs

SDKs follow semver independently from the API. A new SDK minor version never requires a new API version.

What is not breaking

What is breaking

Next step