New: Hosted CDN tracker at /tracker.js 19 July 2026 · View changelog →
Antlytics logoAntlytics

Site reports

Antlytics Report turns a reporting period into markdown your tools can read — Slack, Notion, PRs, Cursor, Claude — without exporting CSVs or rebuilding charts by hand.

Open Overview, flip Dashboard | Report, pick a period, then Copy markdown or Download .md.

Why it matters

Most analytics UIs are for humans clicking around. Report is for handoff: a stable, plain-text summary of the same KPIs and breakdowns you see on the dashboard, so an LLM or teammate can reason over the numbers without guessing.

The core report is deterministic (no model required). Optional BYOK AI only adds a short summary when you ask.

What is in the report

For the selected site and period (compared with the previous period of the same length):

  • Executive summary in plain language
  • Visitors, pageviews, bounce rate, average session
  • Top pages, referrers, UTM campaigns
  • Countries and devices
  • Optional AI summary section (only if you generate one)

Numbers match Overview and MCP aggregates — the dashboard Report and generate_report share the same report builder.

Dashboard vs Report

ModeBest for
DashboardExploring charts, drilling into pages, campaigns, goals
ReportSharing, weekly updates, pasting into an LLM or doc

Site and period stay in the URL (?site=, ?period=). Report mode adds ?view=report.

Optional AI summary (BYOK)

If you have connected an LLM key under Settings → AI:

  1. Open Overview → Report
  2. Click Generate AI summary
  3. The summary is grounded in the same report numbers and is never run automatically

Per-page recommendations stay on AI Page Insights. Site Report AI is a short site-wide narrative for the period.

Free plans cannot call the AI endpoint; the templated markdown report still works when you have dashboard access.

Agents and MCP

The same report payload is available to AI coding tools via MCP:

  • Tool: generate_report (Pro)
  • Formats: markdown (default), csv, json

See the MCP server docs for inputs and example prompts. Prefer the dashboard Report when you want a one-click human export; prefer MCP when the agent should produce the file in-chat.

Typical workflows

  • Weekly update: Last 7 days → Report → Copy markdown → paste into Slack or Notion
  • Ask your editor: Download .md → drop into Cursor/Claude → “What should I fix this week?”
  • Agent loop: “Generate a markdown report for myapp.com for the last 30 days”

Related

Something missing? Get in touch and we will update these docs.