Sandbox — LSD is in active testing. All systems operational·payments are test-mode (no real charges).
Overview Use Cases News Docs Tool Store Support Community Get LSD
All docs
Docs/ API Reference/ Runtime/ API_VERSION
Runtime· property

API_VERSION

the public lsdtools API version string ("1.0")

Python
API_VERSION: str = "1.0"

Returns str — the public API version, e.g. "1.0"

Example#

Python
from lsdtools import API_VERSION

assert API_VERSION.startswith("1.")

Notes#

The public API version string, currently "1.0". The major bumps when a release removes or renames a supported name; the minor bumps when names are added. Packages may check it to guard against an incompatible SDK.

See also#

API: Runtime · find_runtime · lsdtools API reference

Guides: Install LSD

By LSD Team · Last updated Jul 17, 2026 Ask on Discord View as Markdown