Documentation shaped around the actual operator workflow.

The platform docs are organized around the path from authentication to decode to key delivery, so teams can integrate without piecing the flow together themselves.

Quick Start

Start with the authentication model, the VIN decode flow, and the output contracts before building higher-level operator tools.

Auth & Access

Keep platform access scoped to approved business users, and separate server-side secrets from browser-facing tokens.

API Surface

Design around decode, availability, billing, and history as connected workflow steps instead of isolated endpoints.

Operational Safety

Treat customer-facing errors, pricing visibility, and provider fallbacks as first-class parts of the integration story.

Core Integration Areas

  • VIN decode and vehicle profile resolution
  • Key availability, pricing, and wallet coordination
  • History, notifications, and customer-side workflow state

Implementation Notes

The best integrations keep the user-facing flow calm: show the vehicle context first, expose price before purchase, and make the resulting key data easy to trust and act on.