📱 agent-first mobile app analytics

Feed your coding agent with
Analytics Data

Let your coding agent analyze your apps user behavior so it can create data-driven decisions.

Claude Code
Codex
OpenClaw
+ Any Other
Start for Free (Beta)

Beta is currently free for all users.

Bash — 80x24
$

Example Use Cases.

Help your AI Agent to make better decisions based on your analytics data.

How it works

Let AI access your analytics data via CLI.

Dashboards were yesterday. Automate your product improvements now.

1

Install the CLI

By installing our CLI and our AI Skill, you give your AI the ability to access your analytics data.

terminal — 80x24
$
# One-liner installcurl -fsSL https://analyticscli.com/install.sh | bash
analytics.ts — integration

// install and initialize

import { initAnalytics } from '/sdk';

const analytics = initAnalytics({

apiKey: 'pk_live_xxx',

app: 'my-mobile-app',

});

// track onboarding progress

analytics.track('onboarding_step_completed');

2

Integrate our analytics SDK in your codebase

You can use our AI skill for an optimized implementation.

Learn more here.

3

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).

Claude Code
Codex
OpenClaw
+ Any Other
terminal — output
$

hey codex, find dropoff points in onboarding

Fetching results from analytics...

Query executed in 14ms

START
10.4k
STEP 1
9.6k
STEP 2
4.4k
DONE
3.6k
Recommendation

"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."

ANALYTICSCLI V1.4.2
Developer-first SDK

Fast setup.

Let your coding agent handle the implementation in your apps codebase.

  • Type safe SDK

  • Instant setup using our AI skill

Analytics.tsx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import { AnalyticsCLI } from '@analyticscli/sdk';

const analytics = new AnalyticsCLI('YOUR_API_KEY');

// Identify users to track their journey
analytics.identify('user_123', {
  plan: 'pro',
  channel: 'tiktok'
});

// Track custom events with zero latency
analytics.track('onboarding_completed');

1 min

integration

Frequently Asked Questions

Everything you need to know about AnalyticsCLI.

Common Questions

AnalyticsCLI currently connects seamlessly to PostgreSQL and ClickHouse. We are adding support for more databases in the future.

Yes. We only require read-only access to your database. We never store your raw data, we only send schema metadata and the generated queries to the LLM.

You can choose between OpenAI Codex, Anthropic Claude 3.5 Sonnet, and OpenClaw depending on your preferences for speed, cost, and accuracy.

Not at all. You can ask questions in plain English, like "Show me the churn rate of users who completed onboarding last month", and we will generate the SQL and the chart.

Yes, any chart generated can be pinned to your dashboard, exported as CSV, or shared with your team via a unique link.

You can start with a 3-day free trial to see how it works with your data.