Skip to main content

Versioning

The API version is part of the URL path:

https://app.toolpath.com/api/public/v0

v0 (pre-release)

The current version is v0. While in v0:

  • The request/response contract may change between minor versions.
  • We may add, rename, or remove fields and endpoints as the surface settles.
  • Build defensively: ignore unknown fields, and don't depend on field ordering.

v1 (stable, planned)

A committed-to v1 will graduate once the surface is final. From v1 on we will follow a stability policy for breaking changes.

Staying current

The generated API Reference always reflects the current v0 contract. When in doubt, treat the reference as the source of truth over any hand-written example.