Daily active users for the last 30 days, grouped by plan tier.
Amplitude API · Live
Ask Amplitude what the dashboard can't.
Paste your Amplitude project's API key and secret key. The agent can run Event Segmentation queries, pull active-user counts, fetch saved chart data, and trace individual user journeys — all read-only, admin-only.
- Auth
- Amplitude API key + Secret key
- Access
- Read-only · Admin-only
- Plan
- Every plan
- Freshness
- Live — every call hits Amplitude's API
- Available on
- Every plan
Examples
Questions teams actually ask.
The tools it pulls from are shown inline — every answer in Lumen cites the underlying records it read.
How many signups happened in the last 7 days, segmented by acquisition channel?
Pull the data behind our retention chart (chart id `abc-123`) and tell me what shifted week-over-week.
Find the Amplitude user for email `[email protected]` and give me their last 100 events.
Percent of DAU that triggered the `viewed_report` event yesterday.
Preview
See what the answer looks like.
Toggle the tools Lumen is allowed to use. The plan, answer, and cited sources update to match.
Is `viewed_report` usage up week-over-week, and which plan tier drove the move?
- amplitude.eventSegmentation — event=viewed_report, 7 days, interval=1 (daily)
- amplitude.eventSegmentation — same event, grouped by `plan_tier` user property
- compare this week vs last week totals
`viewed_report` is up 18% week-on-week (14,210 → 16,780 uniques). The entire lift is on Growth-tier accounts (+41%); Starter and Enterprise are flat. Full daily series and grouped breakdown inlined.
- [1]amplitude.eventSegmentation — 7 daily buckets, metric=uniques
- [2]amplitude.eventSegmentation — same window, groupBy=plan_tier, 3 tiers
Scope
What Lumen sees. What it can change.
Read is on by default. Every write is a separate toggle, capped per user, and logged.
What Lumen reads
Lumen calls Amplitude's REST API using the API-key/secret-key pair you supplied. Admin-only — org members without admin role can't reach these operations.
- Event Segmentation
Event counts / uniques / totals / %-of-DAU / averages over time, optionally grouped by a user property
- Active users
DAU/WAU/MAU-style counts with daily / weekly / monthly interval
- Saved chart data
Fetch the raw numbers behind any saved chart by chart ID
- User search
Find a user by Amplitude ID, user ID, device ID, or user-property value
- User activity
Fetch a specific user's session + event history (up to 1,000 events)
What Lumen can write
Lumen does not write to Amplitude. No event ingestion, no cohort mutation, no user-property writes. Use the Amplitude SDK for ingestion.
Every query is logged with user, operation, event name (or chart ID), date range, and row count. Exportable as CSV.
Install
Connect in under a minute.
No keys, no call, no app marketplace fine print.
- Grab keys01
Copy the project keys
In Amplitude, go to Settings → Projects → your project → General. Copy the API Key and Secret Key (both from the same project — they must be paired).
- Connect02
Paste them into Lumen
In Settings → Integrations → Amplitude, paste the keys. If you're on the EU data residency plan, set `region` to `eu`. Both keys are stored encrypted.
- Ask03
Try a warm-up query
Start with "How many DAU did we have yesterday?" — the agent will call `activeUsers` with the right date format and return the number plus the supporting series.
Questions
Frequently asked.
Why admin-only?
Does Lumen write events?
What date format do I need to use?
Can I use this with cohorts?
What about EU data residency?
Does Lumen cache chart data?
Can I restrict which events the agent can query?
Connect Amplitude. Ask a hard product question.
API key + Secret key. Read-only. Admin-only.