Roadmap to v1.0 launch. The v1 major will be frozen against breaking
changes for at least 6 months before deprecation; additive changes (new fields, new endpoints, new
event types) will ship as minor versions. Make sure your client tolerates unknown fields when you
wire it up after launch.
Compatibility policy
Major (v2 etc): incompatible changes to existing endpoints. Always
shipped with at least 6 months of overlap with the prior major. We email every API key holder
on the deprecation announcement.
Minor (1.x): additive changes — new endpoints, new optional
request parameters, new fields on responses, new event types. Safe to upgrade automatically.
Patch: bug fixes, performance, security. No observable contract change.
v1.4.0
minorComing soon
API key management endpoints + readiness probe.
addedGET / POST / DELETE `/v1/account/api-keys` for programmatic key lifecycle.