Step 1 of 3
Install & configure
33%
Install & configure
Current step
Add track calls
Up next
Verify
Up next
Install & configure
Add the SDK and initialize the client.
Install
pnpm add @reclaimsh/sdkInitialize the client
import { ReclaimClient } from "@reclaimsh/sdk";
const client = new ReclaimClient({
baseUrl: "https://back.reclaim.sh",
projectId: "YOUR_PROJECT_ID",
apiKey: "YOUR_API_KEY",
});Replace the placeholders with your credentials from Settings.
