AutoSEOSystem publishes a lightweight official CLI installer script for agents and developers who want to call the public API from shell automation.
Download the script from https://autoseosystem.ai/cli/autoseosystem and place it on your PATH as `autoseosystem`.
- `autoseosystem plans` calls GET /api/v1/plans.
- `autoseosystem sandbox` calls GET /api/v1/sandbox/health without authentication.
- `autoseosystem openapi` prints the OpenAPI JSON document.
Set `AUTOSEOSYSTEM_API_KEY` for scoped widget audit calls. Public plan and sandbox commands require no authentication.