Turn simple messages into real Proxmox actions. Teams can start, stop, change, and check virtual machines by sending a chat, an email, a Telegram message, or a webhook call. It helps IT staff handle requests faster and keeps work in one place.
Incoming text is parsed by a Gemini model that knows the Proxmox API docs and wiki. The model creates a clear plan with method, URL, and body. A structured parser locks the format so the API call is always valid. A switch then routes the call to the right HTTP method for GET, POST, PUT, PATCH, or DELETE. Responses are merged, explained in plain language, and cleaned to hide sensitive data.
Setup needs a Proxmox API token in a header, a Google Gemini key, and optional Telegram and Gmail accounts. Expect faster VM operations and fewer mistakes. Use this to spin up new VMs, change CPU or memory, trigger backups, or get logs without opening the Proxmox UI. It scales across many requests and works from multiple entry points.