SDKInstallationInstalling and configuring the Cosmo SDK.Install npm install @cosmohq/sdk Setup import { CosmoClient } from '@cosmohq/sdk'; const client = new CosmoClient({ apiKey: process.env.COSMO_API_KEY!, org: 'your-org-slug', // required — your organization's URL slug });SDK OverviewIntroduction to the Cosmo SDK (@cosmohq/sdk).AuthenticationAuthenticating with the Cosmo SDK.