Configure
After you install the SDK, you must configure it when your application starts.
import { setBaseUrl, setTenant } from "cherry.ai";
setBaseUrl("https://app.cherry.ai/");
setTenant("<YOUR TENANT>");
The SDK is now ready to use. Learn more about authenticating with API Keys