Ask
You type in plain English. A permission gate checks the scopes your message touches before anything else runs.
Drop the Admin Chat AI into your backend and just talk. Ask billing, tickets and CRM in plain English, then have it run real operations like refunds, orders and due dates as signed, approval-gated cards. Connect a server and the same chat becomes a hands-on engineer. It SSHes in, reads and edits your code, runs commands and migrations, watches server health, and scans for security holes. Every change is backed up first, waits for your yes, and rolls back in one click. It never invents an operation, and every move is written down.
grep -R "Fatal error" storage/logs | taildonereading CheckoutController.php:142 php artisan migrate --force
systemctl status php8.2-fpminactiveThis is the live admin console: ask in plain English, get a grounded answer with sources, then watch a real operation turn into a signed card that waits for your approve, and lands in the audit log.
Nothing ran until a human clicked Confirm. The AI proposed; you approved; the connector executed; AI History recorded it.
Give it a server and the same chat turns into a real engineer. It greps the codebase, opens the file, writes the patch, runs the build, then checks the page is healthy again. Every write is backed up first, waits for your yes, and rolls back in one click.
items_total comes back null and total() throws. I will grep the call, read the method, and guard it."items_total"CheckoutController.php:142CheckoutController.phpdone141 public function total(array $cart): float {
142 return $cart['items_total'] + $cart['tax'];
142 return ($cart['items_total'] ?? 0) + ($cart['tax'] ?? 0);
143 }
/checkout returns 200. Logged to AI History, one click rolls it back.Nothing touched the server until you approved. It backed the file up first, made the change, proved the page was healthy, then wrote it all down.
One line, "scan web-01 and check its health", runs a full security audit and a health check, each scored, with the risks ranked and a fix-this-first list. No hand-run commands, no guessing.
Both reports are saved to the workspace, so you can open the full findings any time, not just the summary here.
The same path runs behind every message, whether it is a refund or a code change, so power never costs you control.
You type in plain English. A permission gate checks the scopes your message touches before anything else runs.
It reads what it needs, your live billing, tickets and CRM, or your files, logs and server health, filtered to what you are allowed to see, and answers from real data.
For anything that changes something, it lines up the exact move: a registered action card, or a file edit, command or migration. It backs up first and cannot invent an operation.
Your permission mode decides. Ask queues a signed card for your Confirm, accept and auto apply low-risk work and still card the risky, plan changes nothing at all.
It runs, then the whole turn, prompt, reasoning, the diff or parameters, and the result, goes to an owner-only AI History. One click rolls a server change back.
Dozens of built-in operations, plus every action your connectors register. Stripe, Shopify, WHMCS or OpsIQ SaaS get auto-discovered into the catalog the moment a connector is enabled.
Create, refund, cancel and mark invoices paid or unpaid, add credit, capture payment, change due dates.
Accept, create or cancel orders, or spin up a quote, straight from the conversation.
Suspend, unsuspend, terminate or upgrade a service, and change its price or due date.
Toggle the registrar lock, push a renewal date, run a live WHOIS or availability check.
Reset a password, update an email, add an account note, look a client up by anything.
Draft and send a reply, open or close a ticket, email a client, prepare a campaign.
Draft a knowledge-base article, or publish a server or business announcement.
Every action a connector registers, from Stripe, Shopify, WHMCS or OpsIQ SaaS, joins the catalog automatically.
Connect a box over SSH and the same chat becomes a hands-on server, web and security engineer. Read-only work runs on the spot. Anything that changes the server is backed up first and follows your permission mode.
Runs commands on your connected server. Read-only checks come back inline, anything that changes it waits for approval.
Greps the whole codebase, opens files, walks the tree, so it finds the real cause before it changes a thing.
Surgical find and replace, or a full rewrite. Backed up first, reversible in one click.
Installs, builds, migrations and backups run in the background as a job you watch to the exit code.
Status, diff, commit, push, checkout, and scheduled jobs, handled as clear first-class moves.
A full health check with a score out of 100 and a trend: CPU, memory, disk, services, TLS, updates, log errors.
A 17-check audit with a posture score, a letter grade, and a fix-this-first roadmap you can open.
Opens an interactive terminal for wizards like certbot, answering each prompt step by step.
The parts that make it feel like a teammate, not a text box. It reads your screenshots, narrates each step as it goes, and keeps what it learns.
Paste an error screen, a dashboard, a chart or a log. It reads the image and reasons about what it actually shows.
It streams each step as it happens, the command, the check, the result, so you watch it think instead of waiting on a spinner.
Say "not that, do this" halfway through and it drops the old track at once and does exactly what you asked instead.
Per workspace and per server: your corrections, log paths, stack versions and restart commands, so it stops re-asking.
A row of chips for what you ask daily: revenue, overdue invoices, open tickets, expiring services, errors, activity.
Ask for a help article and it drafts a full, structured piece, ready to review and publish to your knowledge base.
An AI that can write to your business, and to your servers, has to be governed like one. OpsIQ holds every change to the same discipline: permission-scoped, signed or backed up, approved by your rules, then logged. The model proposes, the rules decide.
The Admin Chat AI is a widget you embed, whether that is your own admin dashboard, your OpsIQ workspace, or cross-origin into WHMCS, cPanel, WordPress or a custom panel. Identity is resolved through the connector: the loader carries an HMAC-signed token your platform mints, and the connector confirms which admin it is and what they're allowed to do. No host database credentials, no copy-pasting context.
| Feature | What it does |
|---|---|
| Ask & ground | |
| Plain-English ops queries | Ask billing, tickets, CRM, orders, domains and visitors in natural language. |
| Cited sources | Every fact points back to the invoice, ticket or contact row it came from. |
| Live re-read | Context is re-read on every question, so real numbers every time. |
| Correction memory | The brain learns your corrections per workspace and applies them next time. |
| Act safely | |
| Registered action contracts | Dozens of built-in operations plus every connector-registered action. |
| Approval cards | Writes become signed cards; a human Confirm executes, Cancel dismisses. |
| Permission scopes & role gating | Nine scopes; data and tools filtered to what the admin may see and do. |
| HMAC-signed payloads | Tampered requests are rejected at the signature check. |
| Idempotency guard | Warns if the same action already ran on the same entity moments ago. |
| Engineer your servers NEW | |
| SSH server engineer | Connect a server and the chat runs commands, reads and edits code over SSH. |
| Read, search & edit code | Grep the whole codebase, open files, surgical find-and-replace or full writes. |
| Background jobs | Long installs, builds and migrations run detached with a job you watch to the exit code. |
| Git & cron | Status, diff, commit, push, checkout, and scheduled tasks as first-class operations. |
| Interactive terminal (PTY) | A real terminal for step-by-step wizards like certbot or mysql_secure_installation. |
| Security scan | A 17-check audit with a 0 to 100 posture score, a grade and a remediation roadmap. |
| Health monitoring | CPU, memory, disk, services, TLS and updates, scored with a trend against the last check. |
| Permission modes | Plan, ask, accept, auto or bypass govern how much runs without your Confirm. |
| Backup & one-click rollback | Every server write is saved first and reverts in one click, in reverse order. |
| Server memory | Remembers log paths, stack versions and restart commands for each server. |
| Parallel investigation | Fans out read-only helper agents to look into several things at once. |
| Deploy & govern | |
| Embed loader | One snippet mounts the widget in your backend, same-origin or cross-origin. |
| Identity via connector | The connector confirms the admin and permissions through a signed token. |
| Owner-only AI History | Exact prompt, response, result, provider, model and duration, searchable and exportable. |
| Bring your own model | Claude, GPT, Gemini, Grok or self-hosted, switchable per surface; never trains on your data. |
| Cloud or self-hosted | Identical code path, run on our cloud or your own servers. |