Versioning policy
The API is versioned under /api/v1. Breaking changes get a new major version (/api/v2); v1 remains supported for at least 12 months after v2 releases. Additive changes (new fields, new endpoints) happen within v1 and are announced here.
2026-07
- Added
POST /api/v1/auth/pairandPOST /api/v1/auth/pairing-codefor Watch pairing. - Added
POST /api/v1/runs/compare. - Rate-limit headers now present on every response.
- Added
additional_seatsto Team subscription checkout metadata.
2026-04
- New
work_typefield on stages ("valuable" / "incidental" / "waste"). - Deprecated
value_addboolean - still accepted, but new integrations should use work_type.
2026-01
- Initial public v1 API launch.