> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bota.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Versioning

> API and SDK versioning strategy

### HTTP Versioning

* The current stable version is `v1` in the URL path, e.g. `https://api.bota.dev/v1/...`.
* Breaking changes will ship behind a new URL prefix (e.g., `/v2`).

### Backwards Compatibility

* Additive changes (new fields/endpoints) will not bump the version.
* Deprecated fields will remain for at least one minor cycle with notice in the changelog.

### SDKs

* SDKs follow semantic versioning (semver). Pin a minor version (e.g., `^1.2.0`) and monitor the changelog for breaking updates.
