v2026-02-22.3
What's New
API Token Authentication
External systems like Home Assistant, scripts, or companion apps (like an upcoming 3rd party iOS app) can now authenticate via Bearer tokens instead of relying on session cookies. Tokens are managed in Settings > General when an admin password is set.
- Create named tokens with a
dsk_...prefix - Authenticate API requests with
Authorization: Bearer <token> - Revoke individual tokens without changing the admin password
- Token creation requires a session login (tokens cannot create other tokens)
- API endpoints now return
401 JSONinstead of302 redirectwhen unauthenticated
Journal Export (#68)
Export your incident journal entries as CSV, JSON, or Markdown directly from the journal view.
Full Changelog: v2026-02-22.2...v2026-02-22.3