You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
API keys for external integrations. Scripts, monitoring, and CI can now call the API without a user login. A superadmin creates a key under the new API Keys page, picks its role (Viewer / Operator / Admin) and optional per-site scope, and an optional expiry. Send it as an X-API-Key header (or Authorization: Bearer mikr_...). The token is shown once at creation. Keys can be revoked or deleted at any time, and their use is recorded in the Activity log. See docs/API.md.