Shellnpm install keysetapp
Shellpnpm add keysetapp
Shellyarn add keysetapp
If you plan to use the React hooks and provider, React must be installed separately as a peer dependency:
Shellnpm install react
The SDK ships as both ESM and CJS so it works in:
TypeScriptimport { Keyset } from "keysetapp"; const client = new Keyset({ apiKey: "pkey_your_key_here", cacheTTL: 60000 }); console.log(client); // Keyset {}
If the import resolves without error you are good to go. Continue to Quick Start.