Skip to main content

Release Notes: vehk-axle SDK v1.0.0

· One min read
Platform Creators

We are shipping the first official Vehk Axle SDKs (vehk-axle v1.0.0) for Python and JavaScript/TypeScript. They wrap the External API for telemetry, ML predictions, and fleet data—so you can integrate without hand-rolling HTTP for every call.

What shipped in v1.0.0

  • Telemetry — single ingest and batch ingest (up to 100 records per request).
  • ML predictions — run predict on live sensor payloads and list recent prediction results.
  • Vehicleslist vehicles registered under your tenant with health context where available.
  • Pythonpip install vehk-axle; typed errors (VehkAuthenticationError, VehkRateLimitError, etc.).
  • JavaScript / TypeScriptnpm install vehk-axle; typed client for Node or bundled apps.

For line-by-line API and package changes, see sdk/CHANGELOG.md in the Vehk-Axle source tree (section v1.0.0).

Documentation

Install

pip install vehk-axle
npm install vehk-axle

Generate an API key from Dashboard → Settings → API Keys before calling the SDK.