Skip to content

Admin UI

nejcc edited this page Jul 7, 2026 · 1 revision

Admin UI

In the local environment the package mounts a small dashboard under admin/minimax (configurable via MINIMAX_ADMIN_PREFIX). It is never loaded in production.

Route What it does
/admin/minimax Dashboard — masked status of every MINIMAX_* key and credential readiness. No API calls.
/admin/minimax/diagnostics Live connectivity checks: token, organisations, customers. Honours fake mode.
/admin/minimax/resources/{slug} Browse any registered resource's first page as a table.

The resource browser is driven by config('minimax.resources') — add a slug there to expose another endpoint's nav link. Pair the dashboard with MINIMAX_FAKE=true to click through everything before your real credentials land.

Clone this wiki locally