Automation with PCCLI and the API
PCCLI and the API give providers two automation surfaces without letting scripts drift away from the panel record
PanelConfig gives providers two automation paths: PCCLI for on-server work and a scoped REST API for remote systems, both drive the same records and job queue
PCCLI
Reach for the pc command for cron-driven backups, account lifecycle tasks, job draining, service checks, and release verification
pc accounts:list
pc ssl:issue --domain-id=31
pc jobs:run-next
API
Use the REST API for integrations, dashboards, provisioning from another system, monitoring, and provider workflow tools that need scoped access over HTTPS
Shared Guarantee
Whether work starts from PCAdmin, PCUser, PCCLI, or the API, the important action becomes a record and the operational history stays traceable
