Feed your coding agent with
Analytics Data
Let your coding agent analyze your products user behavior so it can make data-driven decisions.
Beta is currently free for all users.
Example Use Cases.
Help your AI Agent to make better decisions based on your analytics data.
Let AI access your analytics data via CLI.
Dashboards were yesterday. Automate your product improvements now.
Install our CLI & Skill
By installing our CLI and our Agent Skill, you give your AI the ability to access your analytics data.
// install and initialize
import { init } from '@analyticscli/web';
const analytics = init({
apiKey: 'acli_write_xxx',
});
// track onboarding progress
analytics.track('onboarding_step_complete', { onboardingFlowId: 'onboarding_v1' });
Your coding agent accesses your analytics data and makes decisions based of it
Use your favourite coding agent for this (like codex, claude code, openclaw).
hey codex, find dropoff points in onboarding
Fetching results from analytics...
Query executed in 14ms
"Based on the 54% dropoff at STEP 2, I'll refactor the registration flow to split it into two steps and simplify the required fields."
Fast setup.
Let your coding agent handle the implementation in your software codebase.
-
Type safe SDK
-
Instant setup using our Agent skill
const analytics = init({
apiKey: process.env.EXPO_PUBLIC_ANALYTICSCLI_WRITE_KEY
});
analytics.identify('user_123');
analytics.track('onboarding:complete');
1 min
integration
Start for free. Scale as you grow.
Flexible plans designed for traffic of any size. Pay only for what you need.
Choose your monthly usage
Price
$0
No credit card required
Always free
What's included:
- ✓15K events tracked
- ✓1K intelligent AI queries
- ✓Beautiful & customizable dashboard
- ✓Export your data as CSV
- ✓Real-time Live View
Cancel anytime. No lock-in.
Frequently Asked Questions
Everything you need to know about AnalyticsCLI.
Product Questions
AnalyticsCLI gives your coding agent direct access to product telemetry. Instead of manually digging through dashboards, your agent can query real user behavior and suggest concrete product improvements.
Yes. You can implement the AnalyticsCLI SDK in seconds using our skill with your coding agent of choice, then start tracking the events that matter.
No! AnalyticsCLI is designed for software of all kinds. Whether you are building a SaaS, a web app, a mobile app, or a CLI tool, AnalyticsCLI helps your agent understand user behavior across any platform.
No. AnalyticsCLI only ingests the events you explicitly send. There is no hidden automatic capture or screen recording.
Yes. Query views support Release/Debug mode separation so you can validate instrumentation in debug without polluting your release analysis.
Analytics event data and its backups are currently stored in the EU (Germany). We are planning to provide a US analytics data region in the future.
You can use the dashboard directly or query via CLI from your coding agent workflow (for example Codex, Claude Code, or OpenClaw).
Plans are based on monthly event volume and monthly CLI query volume. You can start with the free bundle and scale up as usage grows.
Both repos are public on GitHub: analyticscli-cli and analyticscli-sdk-ts.