Changelog
September 24, 2026
Dashboard
- One feed. The dashboard is now a single live feed. Pick a Project next to your organization’s name. Open any event to see its details right under it, including a link to show only that Channel.
- Pulse. Events over the last 24 hours, 7 or 30 days, compared with the period before.
- Revenue. Send
amountandcurrencyin an event’s metadata, for example"metadata": { "amount": 49, "currency": "EUR" }, and the dashboard shows the amount on the event and adds it up as revenue. See Metadata. - Readable details. Durations, sizes, percentages, dates, links and nested objects in metadata are formatted instead of shown as raw values.
September 24, 2026
Platform
EmitKit v3 is live at app.emitkit.com, with the API at api.emitkit.com.
- Dashboard. A live event console you can filter by Project, Channel, source, or text, with every event’s metadata a click away. Manage Projects and Channels, invite members with roles, and manage API keys. The dashboard installs as an app on your phone or computer.
- Push notifications. Turn them on in Settings → Notifications to get
events on your devices, for every Channel or only the ones you pick. Events
sent with
notify: falsestay quiet. - Erase a user on request.
DELETE /v1/identities/{user_id}deletes an identity and its aliases, so you can honour an erasure request straight away. - MCP server. Agents can create events, identify users, and erase
identities at
https://api.emitkit.com/mcpwith an API key. - Safer retries and clearer limits.
Idempotency-Keyreplays the first response for 24 hours. Authenticated responses carry rate-limit headers, and going over the limit returns429withRetry-After. - Documentation. Guides, the API reference, and this changelog now live
at
emitkit.com/docs, with Markdown andllms.txtversions for agents.
Accounts, Organizations, and API keys from the previous version of EmitKit
weren’t carried over. Sign up again and create a new API key: keys still start
with emitkit_, but old keys no longer work.
September 24, 2026
Platform
EmitKit has a new identity: a new mark and wordmark, Emit Blue, and the Geist typeface. You’ll see it in the dashboard, on the website, in these docs, in emails, in the installed app’s icon and in push notifications. Nothing about the API or your data changes.