Subscription Page¶
The bundle adds a Sulu.ai → Subscription page to the Sulu admin that shows the current sulu.ai plan, its status and the AI credit usage of the running month. The data is loaded live from the sulu.ai platform — nothing is stored in your project.
The page shows:
- Your subscription — the booked plan (including bundle and Pay-As-You-Go), its status (
Active,Will be canceledwith the cancellation date, orCanceled), the start date and the next renewal (first day of the upcoming month). If a plan change is already scheduled, the upcoming plan and its start date are displayed. - AI Credits this month — how many of the monthly included credits are left, with a usage bar and a note describing what happens once the included credits are used up.
Requirements¶
The view component is part of the Sulu admin itself. After upgrading Sulu, rebuild the admin (npm install && npm run build in assets/admin) as usual; no additional registration is needed.
Permission¶
The page is protected by the sulu.ai.subscription security context (category Sulu AI). Grant the View permission to the user roles that should see the page under Settings → User Roles.
Contact Box¶
Below the cards, a contact box points editors at their implementation partner for the sulu.ai subscription — for feedback or when more credits are needed — with an email link to the configured contact_email. Without a configured contact_email the box is hidden.