The tenant admin Usage page now shows AI usage in plain words first. The technical breakdown is still there, behind one button.
Most tenant admins are not technical. The old section showed five number tiles, two charts and a full table at once, with words like "input tokens" and "output tokens". That is a wall of numbers for someone who just wants to know "how much AI did my team use, and what did it cost".
AI requests, Usage amount and Estimated cost. "Usage amount" has a small ⓘ that explains tokens in one sentence.
"Usage over time" with "This period" and "Last 6 months" tabs, instead of two charts side by side. Next to it: the top 3 features with a share bar.
"Show detailed breakdown" opens the Input tokens and Output tokens numbers, the cost split, a short "what do these numbers mean" note and the full table.
Admins now see the estimated cost of all AI use, both what SkillPixel runs for them and what runs on their own API key. Before, only their own key was priced.
No more "$" or "US$". Every amount has 2 decimals and ends with USD, for example 13.83 USD. Very small amounts show as "<0.01 USD".
The feature table now uses the full width, so the Cost column is no longer cut off at 1440px.
Both shots use the same demo tenant and the same month. Desktop, 1440px wide.
One click on "Show detailed breakdown" gives the full picture for admins who want it.
"Input tokens" and "Output tokens" are the same words in English and Vietnamese. A Vietnamese translation of these terms loses the meaning, and one shared term is easier to answer questions about. The short note under the numbers explains them in the page language.
When a tenant has no AI use in the chosen month, the section shows one friendly line and nothing else: no tiles, no empty charts, no details button.
| Check | Result |
|---|---|
| Frontend tests (Vitest) | 424 passed |
| Frontend lint and build | Pass (only old warnings in other files) |
| Backend unit tests | 1725 passed |
| Backend AI usage tests, database tier included | 28 passed, plus related storage, credentials and DOCX import tests |
| Full Docker stack built from this branch | All 5 services healthy, screenshots above taken from it |
| Page width at 1440px, English and Vietnamese | No sideways scroll, Cost column fully visible |
Mobile is not a focus right now, so there is only basic support and no mobile check.