Starter
$29/ mo
For small teams getting started
- 5 team members
- 1 production instance
- SMS & webhook alerts
- Basic notifications
- Standard routing
- Community support
- Includes $5 wallet credit
CPaaS alerts, billing and provisioning modules, and white-label SaaS for hosting companies. Text a client about an overdue invoice, page on-call when a node drops, and provision servers on Hetzner, Contabo or HostBotics from WHMCS, HostBill, Clientexec or Blesta.
median dispatch latency
API uptime, trailing 90d
billing platforms supported
provisioning & billing modules
POST api.hostbotics.dev/v1/dispatch
liveOverdue invoice → WhatsApp, SMS fallback
{ "event": "invoice.overdue", "billing": { "platform": "whmcs", "invoice_id": 20481 }, "to": "+4915112345678", "channels": ["whatsapp", "sms"], "template": "invoice_overdue_v2", "vars": { "amount": "€42.00", "days_late": 3 }}A WHMCS event fires, the module calls the API, the client gets a message, and the result is written back to the invoice. Pick a hook, or type into the prompt.
root@billing-01: /var/www/whmcs
simulationPlugs into the stack you already run
WHMCSBilling
HostBillBillingNotifications, provisioning, client portals and custom glue code. Ship the parts of your hosting business you'd rather not maintain yourself.
AI replies to customers across WhatsApp, Messenger and Instagram, with a hosting sales CRM and billing and tickets from HostBill, WHMCS or Clientexec in one live inbox. Choose your own AI and install it on your team's phones.
Billing automation, server provisioning for Hetzner, Contabo and HostBotics, and domain API plugins.
Client area themes for WHMCS, HostBill and Clientexec, plus white-label admin suites and migration scripts.
Need a Blesta gateway, a Clientexec plugin or a private registrar connector? Scope it with us.
Platform
What are we building?
→ WHMCS · provisioning module · scoped in 48h
One REST endpoint, signed webhooks and idempotency keys, so cron jobs and queue workers can retry safely.
// Verify a delivery webhookconst sig = req.headers["x-hb-signature"];if (!verify(body, sig, secret)) return 401;await whmcs.addNote(invoiceId, event.status);Trigger a notification from a shell script, a Node worker or a WHMCS hook. Same payload, same delivery guarantees.
Send an Idempotency-Key and safe-retry from cron or queue workers without double-texting a client.
Receipts post back to WHMCS or HostBill with HMAC signatures, so tickets and invoice notes stay in sync.
Fall back from WhatsApp to SMS to voice, and page the secondary on-call when nobody acks.
# Send an overdue-invoice alert via WhatsApp with SMS fallbackcurl -X POST https://api.hostbotics.dev/v1/dispatch \ -H "Authorization: Bearer $HOSTBOTICS_API_KEY" \ -H "Content-Type: application/json" \ -H "Idempotency-Key: inv-20481-overdue-1" \ -d '{ "event": "invoice.overdue", "billing": { "platform": "whmcs", "invoice_id": 20481 }, "to": "+4915112345678", "channels": ["whatsapp", "sms"], "template": "invoice_overdue_v2", "vars": { "amount": "€42.00", "days_late": 3 } }'Start with SMS and webhook alerts, add WhatsApp, voice and 2FA as you grow, and go white-label when you need it.
$29/ mo
For small teams getting started
$79/ mo
For teams that need more channels and backup routing
$199/ mo
For providers who need scale, white-label and an SLA
Prices in USD, billed monthly.
Every product has a live demo instance and a licence you can buy without talking to sales.
13 products
AI customer conversations across WhatsApp, Messenger and Instagram, connected to HostBill, WHMCS and Clientexec.
SMS, WhatsApp and voice alerts, 2FA and webhook routing for hosting providers.
Sell Hetzner Cloud servers with automated create, resize, rebuild and rDNS.
Sell Contabo Cloud VPS and VDS with automated create, reinstall and power control.
Provision servers straight from HostBotics, with no third-party provider account to manage.
Instant VPS delivery from templates, with console and IP management.
Provision app hosting and LiteSpeed-backed accounts from a single product.
Register, transfer and renew domains across registrar APIs with sane margins.
A modern, responsive client area theme for WHMCS with dark mode and your brand colours.
A polished HostBill client portal theme that matches your website.
Give Clientexec a clean, modern client area without rewriting templates.
A standalone branded portal that sits in front of your billing platform.
Scripted, resumable migration between billing platforms and panels.
We build bespoke WHMCS, HostBill, Clientexec and Blesta modules, payment gateways and API connectors on a fixed scope.