Skip to main content
The admin panel gives SysOps and Director-level staff access to system-wide configuration, monitoring, and security tools.

Environment configuration

Edit your .env settings directly from the admin panel without SSH access:
  • View and update all environment variables
  • Secret masking — sensitive values (API keys, passwords) are masked by default
  • Changes take effect immediately without a container restart
Changes to environment variables affect the entire platform. Incorrect values can break integrations or lock out users. Always verify changes in a staging environment first.

Cron job management

View and manage all scheduled background tasks from a single interface: For full background-task architecture and scheduling operations, see:

API health monitoring

The API health dashboard tracks the performance and availability of every API endpoint:
  • Response times — average, P95, and P99 latency per endpoint
  • Error rates — percentage of 4xx and 5xx responses
  • History — time-series charts showing performance trends
  • Alerts — configurable thresholds for response time and error rate
Performance headers are included on every API response:
  • X-Response-Time-ms — total request processing time
  • X-DB-Query-Time-ms — database query time

Activity log

A searchable, filterable log of all user and system activity:

Email log

Track every outbound email sent by the platform:
  • View delivery status (sent, delivered, bounced, failed)
  • Filter by recipient, template, or date range
  • Click through to the linked job or user record

Additional admin tools