The Mindszi CLI
Manage the whole platform from your terminal: plans, customers and operations, and wire it into your own scripts and skills.
➜ ~ mindszi orders retry ORD-9931
Retrying payment for order ORD-9931…
✔ Payment recovered · £18.00 settled · subscription resumed
➜ ~ mindszi plans publish uk-unlimited --markets uk,de,fr
✔ Published to 3 markets · live in 1.2s
➜ ~ mindszi customers find --email amina@example.com
CUS-2841 · Amina Osei · active · Unlimited EU · renews 21 Jul
➜ ~
role: operator · every command audited
Everything the Admin API can do, one command away, under the roles you already defined.
How it works
From install to scripted
$ mindszi plans publish uk-unlimited
$ mindszi customers find --email amina@example.com
$ mindszi orders retry ORD-9931
your RBAC role · every command audited
A terminal-native platform
- @mindszi/admin-cli wraps the Admin API and inherits its scope.
- The same audit trail as the portal and the API.
- Composable output for scripts and pipelines.
- Connect it to your agents’ skills and automations.
$ mindszi plans publish uk-unlimited
$ mindszi customers find --email amina@example.com
$ mindszi orders retry ORD-9931
your RBAC role · every command audited