EmitKit v3
A new dashboard, push notifications to your devices, identity erasure, an MCP server, and these docs.
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.