SDK
Authentication
Authenticating with the Cosmo API.
The SDK supports API key authentication. Generate an API key from your organization settings.
const client = new CosmoClient({
apiKey: process.env.COSMO_API_KEY,
});Authenticating with the Cosmo API.
The SDK supports API key authentication. Generate an API key from your organization settings.
const client = new CosmoClient({
apiKey: process.env.COSMO_API_KEY,
});