Server-side SDKsNode.jsOn this pageNode.js SDK Node.js SDK node-sdk Loading Stars Loading Contributors See it in GitHub Installation npmyarnnpm install --save @basis-theory/node-sdkyarn add @basis-theory/node-sdk Initialization import { BasisTheoryClient, BasisTheory } from "@basis-theory/node-sdk";const client = new BasisTheoryClient({ apiKey: "YOUR_API_KEY" });