Get Started
Install the Macrocosmos SDK using pip or npm
pip install macrocosmosnpm install macrocosmosClient Setup
# Import the client
import macrocosmos as mc
# Initialize the client
client = mc.ApexClient(api_key="")// Import the client
import { ApexClient } from 'macrocosmos';
// Initialize the client
const client = new ApexClient({ apiKey: 'your-api-key' });Watch the Demo here
Last updated





