Prerequisites
- Node.js version 20.x or higher.
- Otim developer keys from the getting your developer keys step.
Install
The Otim SDK is available on NPM and can be installed with your favorite package manager.TypeScript Requirements
We support TypeScript v5.0+ and require the followingtsconfig.json settings:
strict: true in your tsconfig.json. This is the single most impactful setting for ensuring type safety.