Skip to main content

Dashboard

The dashboard is the landing page of the admin panel (route /). It gives administrators a summary of tenant activity and direct access to each management section.

Stats cards

Four cards are displayed at the top with sparkline charts:

CardDescription
Total requestsNumber of LLM requests processed
ConversationsNumber of distinct conversations
Total tokensSum of input and output tokens
Time savedCumulative time saved across all prompts (hours)

Data is fetched from GET /api/v1/admin/stats/global.

Activity charts

Below the stats cards, two charts show recent activity:

  • Time series: request volume over recent days.
  • LLM distribution: model usage breakdown by provider.

Both charts use the same Stats API endpoints as the full Statistics page, with a default DAY interval.

Figure: Dashboard layout and navigation targets.

Feature cards

A grid of cards links to the admin sections:

CardSectionTarget route
PromptsAI/prompts
LLM ProvidersAI/llm-providers
UsersAnalytics/users
StatisticsAnalytics/statistics

Two external links are displayed at the bottom of the feature grid:

  • Documentation: opens the product documentation site.
  • Swagger UI: opens the interactive API explorer at the configured API endpoint (/swagger-ui/index.html).