PRIVACY-FIRST ANALYTICSOne tracker. Every signal you need.
Install a sub-2KB script tag, collect events without cookies, and query your metrics through a clean HTTP API — built for humans and AI agents.

Drop in one script tag. Start collecting in 10 seconds.
Add a single script tag to your site. Tracabit auto-tracks page views, sessions, devices, and referrers — no cookies, no consent banner, no config. Custom events work with one line of JavaScript.
<!-- Auto-tracks pageviews, referrers & devices --> <script src="https://your-host/tracabit/js" data-key="tcb_live_a89f..." data-project="tcb_proj_prod_01"></script>


Query your metrics through a clean HTTP API.
Every event becomes a daily metric you can query with one GET request. Pageviews, sessions, users, bounce rate, traffic sources, countries, and devices — all in structured JSON.
{ "ok": true, "data": { "date": "2026-08-16", "users": 1284, "sessions": 1820, "pageviews": 4200, "bounceRate": "28.5%" } }
No cookies. No surveillance. No data resale.
Zero-cookie architecture
Session persistence via sessionStorage, cleared immediately on tab close.
Anonymous sessions
No PII required; passive fingerprint is a djb2 hash of non-identifying browser attributes.
Per-project API keys
Every request authenticated; cross-project access rejected with HTTP 403.
Geo-IP via CDN headers
Country attribution from CDN edge headers, never from client-supplied values.

AGENT-READY APIMake your metrics readable by agents.
Agents need stable schemas, precise dimensions, and answers they can call without scraping a dashboard. Tracabit exposes structured HTTP/JSON metrics any agent can query directly. MCP server is on the roadmap.
# Autonomous agent querying 16-day analytics metrics curl -H "Authorization: Bearer tcb_live_a89f..." \ "https://your-host/metrics?from=2026-08-01&to=2026-08-16"
Turn every signal into your next decision.
Start with a lightweight tracker. Grow into agent-readable product intelligence.
No cookies. No third-party ad tracking. Your telemetry stays yours.