Install AnalyticsCLI
Use the web SDK for browser products, the React Native path for mobile apps, and the CLI when an agent or developer needs query access from a terminal.
SDK
Install the TypeScript SDK in the app that sends product events:
pnpm add @analyticscli/sdk
Initialize the client with your publishable project key and send explicit events for the user actions that matter to your product.
CLI
Install the CLI where you run analytics queries:
pnpm dlx @analyticscli/cli --help
Create a read-only token in the dashboard before giving CLI access to an agent workflow.
Next Step
Open the dashboard setup guide for your project, copy the SDK key, and send a small test event before instrumenting the rest of the funnel.