Changelog
Product and developer-platform changes, newest first.
2026-07-26
Docs launch
Atune now has public docs at /docs. The first version covers quickstart, manual setup, capture-first concepts, identity and PII, SDK reference, API reference, and common guides.
Segment-compatible ingest
Segment ingest maps track, identify, group, and batch payloads into the same ingest core as native Atune capture, so teams can start with Segment or server-side GTM without changing the understanding model.
2026-07-25
Onboarding reset for operators
Admins can reset a workspace during testing. This keeps onboarding QA fast without adding product-facing controls for customers.
2026-07-24
understand()
The SDK gained understand(entity, question). It calls /api/v1/understand and returns grounded answers with knows, confidence, citations, a recommended next action, and the supporting signal bundle.
MCP server
npx atune mcp exposes the same understand call as a Model Context Protocol tool for AI agents.
Company context refinement
Settings gained a company-understanding page. Founders can confirm or correct Atune's understanding of product purpose, positioning, ICP, jobs to be done, and value events.
Operator admin dashboard
Admins can inspect operational snapshots for Stripe, Clerk, application data, environment setup, cron, and recent AI usage.
2026-07-23
Subscription model
Atune added Build, Grow, and Run plans. Plans meter signal volume, not understanding capability. Ingest never stops; free workspaces can pause new computation only after the grace period and only when enforcement is enabled.
SDK install primitive
npx atune init wires a Next.js app by installing the SDK, patching middleware, and writing server-side environment variables. Behavior capture is fire-and-forget and does not read request bodies.