Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 620 Bytes

File metadata and controls

27 lines (19 loc) · 620 Bytes

Admin

NeoMail includes a browser-based admin dashboard under /admin.

Responsibilities

  • Configure the AI provider and model defaults
  • Review users and mailbox inventory
  • Inspect sync health and logs
  • Review API and MCP exposure status
  • Check admin auth posture, including 2FA state

Admin boundaries

  • Admin auth is separate from user mailbox auth
  • Admin routes live under /admin/api/*
  • User API keys do not grant admin access

Expected pages

  • Overview and health
  • Users and access posture
  • Mail runtime and sync state
  • AI provider and model config
  • API/MCP status
  • Logs and diagnostics