Node.js SDK
Install, configure, and run the OCPPLAB Node.js client
The ocpplab TypeScript SDK wraps the OCPPLAB Gateway REST API with typed request and response models. It runs in Node, Deno, Bun, and modern browsers. Source lives in ocpplab-sdk/sdks/typescript.
token maps to Authorization: Bearer <token>. User tokens are all you need — see Authentication for the admin case.
The SDK retries on 408, 429, and 5xx with exponential backoff. Override per-request:
Continue to Quickstart for the end-to-end onboarding flow, or Common workflows for bulk provisioning and OCPI bundles.