Webbee brings infrastructure as conversation to web hosting – manage DNS, billing, and deployments in plain language via web or Telegram. No control panel navigation needed. Built on ICNLI.

Every hosting control panel built in the last 30 years works the same way. You navigate menus, find the setting you need, click through forms, and submit changes. cPanel has hundreds of icons. DirectAdmin has tabbed menus. WHM has nested subpanels. The interface is the interface – you learn where things are, and you go there.
Webbee works differently. Instead of navigating to a DNS setting, you type “add an A record for mail.mydomain.com pointing to 1.2.3.4” and it is done. Instead of finding the billing section to check your next invoice date, you ask “when is my next payment?” and get the answer immediately. The control panel paradigm is replaced by conversation.
This article explains what that shift means in practice, what Webbee can actually do, and why WebHostMost built an open standard – ICNLI – to define how AI and hosting infrastructure should communicate.
Infrastructure as Code (IaC) was the first major paradigm shift in infrastructure management. Instead of clicking through server configuration interfaces, engineers wrote code – Terraform, Ansible, CloudFormation – that described the desired state of infrastructure. IaC made configurations repeatable, version-controlled, and auditable.
Infrastructure as Conversation (IaC 2.0) is the next step. Instead of writing code to describe what you want, you describe it in natural language. The underlying system interprets your intent, maps it to the correct infrastructure operations, executes them, and reports back. The technical complexity is abstracted completely – not behind a visual interface, but behind language.
This matters for web hosting specifically because hosting management has always required learning a control panel. Experienced users know where every setting lives in cPanel. New users spend hours finding basic functions. Technical tasks – configuring DNS records, setting up cron jobs, adjusting PHP settings – require knowledge of what options exist and where to find them. Conversational interfaces remove that barrier entirely.
Webbee is WebHostMost’s AI assistant for hosting management. It handles the full scope of hosting operations through natural language input – on the web and via Telegram bot (@whm_webby_bot).
Current capabilities include:
The scope of what Webbee can handle grows with each update. The current version covers the most frequent hosting management tasks – the actions that make up the majority of control panel sessions for most users.
Here is a direct comparison of the same task in cPanel versus Webbee:
| Task | cPanel / DirectAdmin | Webbee |
|---|---|---|
| Add MX record | Login – Zone Editor – Select domain – Add Record – Choose MX – Fill fields – Save | “Add MX record for mydomain.com priority 10 pointing to mail.mydomain.com” |
| Check next invoice | Login – Billing – Invoices – Find upcoming | “When is my next payment?” |
| Set PHP version | Login – Software – Select PHP Version – Choose version – Apply | “Set PHP to 8.3 for mydomain.com” |
| Create cron job | Login – Advanced – Cron Jobs – Add – Set schedule – Command – Save | “Run /path/to/script.php every day at 3am” |
| Check disk usage | Login – Files – Disk Usage – Navigate tree | “How much disk space am I using?” |
The difference is not just speed – it is the elimination of prerequisite knowledge. A user who has never managed DNS does not need to know what an MX record form looks like. They describe what they want in the same language they would use to explain it to a colleague.
For experienced administrators, the time saving is significant. For new users or non-technical business owners managing their own hosting, the barrier to entry drops dramatically.
Webbee is built on ICNLI – the Interface Context for Natural Language Interactions specification. ICNLI is an open standard published by WebHostMost that defines how AI systems should receive and process context when interacting with infrastructure.
The core problem ICNLI solves is context. A general-purpose AI model – even a powerful one – does not know which domains you own, which services are running, what your billing status is, or what permissions you have. Without that context, natural language infrastructure management produces guesses rather than accurate operations.
ICNLI defines a structured context layer that passes the relevant state to the AI before each interaction. This includes:
With this context provided, the AI can respond accurately and execute operations correctly. “Add an A record” is interpreted in the context of your actual domains. “What is my disk usage?” returns your actual current numbers, not a generic explanation of how disk usage works.
ICNLI is published as an open specification. Other hosting providers or infrastructure tools can implement it. WebHostMost is the first production implementation.
Webbee is available both through the WebHostMost web interface and via Telegram bot at @whm_webby_bot. The Telegram interface provides the same capabilities as the web version – DNS management, billing queries, service status, deployment guidance – accessible from any device with Telegram installed.
For hosting management, this changes the operational model significantly. A developer can check a service status or add a DNS record from their phone while away from a computer. A business owner can ask about their invoice from any device. Operations that previously required logging into a control panel on a full browser session can be completed in a Telegram message.
The Telegram integration also means Webbee is available in the same place where many teams already coordinate – reducing context switching between communication tools and technical management interfaces.
Webbee provides the largest benefit to three types of users:
Non-technical business owners who manage their own hosting but find control panels intimidating. Instead of decoding cPanel’s icon grid or searching documentation, they describe what they need and Webbee handles the technical translation. Common tasks like pointing a domain, checking billing, or getting service status become accessible without technical training.
Developers managing multiple projects who need to make frequent small changes across multiple domains and services. The speed advantage of conversational commands over menu navigation is measurable when you are making several DNS or configuration changes per day.
Teams where hosting management is shared across members with varying technical skills. Conversational interfaces lower the floor – junior team members or non-technical colleagues can handle routine hosting queries without needing cPanel training or IT support.
Webbee does not use a third-party AI provider’s API as a passthrough. It is built on WebHostMost’s own architecture, which means your hosting data – domain configurations, billing information, service states – does not leave WebHostMost’s infrastructure when processed by Webbee. Queries are handled within the same infrastructure that hosts your sites.
This is relevant for teams with data residency requirements or anyone who is cautious about third-party AI services processing infrastructure credentials and billing data. The computational layer is proprietary and contained.
Webbee is included at no extra cost with all WebHostMost plans. The Pro plan at $5/month includes both the web interface and Telegram bot access, along with LiteSpeed Enterprise, Redis, Cloudflare Enterprise CDN, SSH, Git, and support for PHP 8.3, Node.js 6-22, and Python 3.13. Pricing does not increase at renewal.
You can read more about what AI-managed hosting actually means and how WebHostMost differs from hosts that use the “AI” label for website builders rather than infrastructure management.
Webbee is an AI assistant specifically built for hosting management. Unlike a general chatbot, it has full context of your hosting account – your domains, services, billing status, DNS zones, and infrastructure state – through the ICNLI specification. This means it can execute actual hosting operations, not just provide general information. When you ask Webbee to add a DNS record, it adds it. When you ask about your disk usage, it returns your actual current numbers.
Yes. Webbee is available via the Telegram bot @whm_webby_bot, which works on any device with Telegram installed – iOS, Android, desktop, or web. The Telegram interface provides the same core capabilities as the web interface: DNS management, billing queries, service status, and deployment assistance.
ICNLI (Interface Context for Natural Language Interactions) is an open specification published by WebHostMost that defines how AI systems should receive infrastructure context. It standardizes the format for passing account state, permissions, services, and capabilities to an AI model before processing natural language requests. WebHostMost is the first production implementation of the ICNLI specification. The standard is open and available for other hosting providers or infrastructure tools to implement.
No. Webbee is built on WebHostMost’s own architecture and processes queries within WebHostMost’s infrastructure. Your domain configurations, billing information, and service data are not sent to a third-party AI provider’s API. The computational layer is proprietary and contained within WebHostMost’s systems.
For the most common hosting management tasks – DNS, billing, service status, domain operations, deployment guidance – yes. Webbee covers the operations that account for the majority of control panel sessions. The DirectAdmin control panel remains available at WebHostMost for users who prefer a visual interface or need access to advanced settings not yet available through Webbee. Both are included at no extra cost.