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, });SDK OverviewIntroduction to the Cosmo SDK (@cosmohq/sdk).AuthenticationAuthenticating with the Cosmo API.