Developer documentation
Versioning and changes
OpenAPI is the machine-readable contract. Product changelog entries describe behavior changes, migration actions, and effective dates without implying unavailable capability.
Implementation guide
What the integration should preserve.
- 01
Pin generated clients and dependencies.
- 02
Review schema diffs before deployment.
- 03
Keep additive changes backward compatible where possible.
- 04
Use migration guides for behavioral changes.
- 05
Test sandbox behavior before updating production integrations.
Continue reading
