Reclaim logo

Step 1 of 3

Install & configure

33%

  1. Install & configure

    Current step

  2. Add track calls

    Up next

  3. Verify

    Up next

Install & configure

Add the SDK and initialize the client.

Install

pnpm add @reclaimsh/sdk

Initialize 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.