Natural language comes first. The operator never has to remember command flags.
[you] why is checkout timing out? [opsai] pulling nginx, postgres, and app latency... [opsai] seeing a connection pool spike after deploy
OpsAI puts an AI operations engineer on every server. Restart services, query databases, deploy code from WhatsApp, Telegram, or your browser. No SSH. No runbooks. No 3am panic.
How it works
OpsAI turns terse requests into exact operational steps, keeps risky work gated, and streams every result back where your team already communicates.
Natural language comes first. The operator never has to remember command flags.
[you] why is checkout timing out? [opsai] pulling nginx, postgres, and app latency... [opsai] seeing a connection pool spike after deploy
plugin: postgres
action: inspect_connection_pool
args: {"database":"prod","top_queries":5}
risk: READ
plugin: docker
action: inspect_container
args: {"name":"checkout-api"}
risk: READ
plugin: netstat
action: active_connections
args: {"port":443}
risk: READ
OpsAI explains what it wants to do, why it matters, and the exact risk class.
⚠ Approval required · restart app.service
Risk: WRITE · restarts the application process and briefly drops live requests while the service is recycled.
$ systemctl restart app Stopping app.service... Starting app.service... ✓ app.service active (running) ✓ p95 latency back under 160ms ✓ incident closed and written to audit trail
Features
Everything here is built to keep incidents short, approvals explicit, and operators out of brittle shell history.
One curl command. Under 90 seconds. Ubuntu, Debian, CentOS, Amazon Linux.
Agent connects outbound only. No SSH from our side. No firewall changes.
OpsAI knows your server state before it acts. It doesn't guess. It knows.
Every command, every output, every approval — logged immutably.
Postgres, MySQL, Redis, Docker, Nginx, Git — built in. Custom? 3 shell scripts.
When disk hits 85% or nginx goes down, it alerts you before your customers do.
Channels
Reply in chat, click an approval button, or let another system trigger the workflow.
Send commands from WhatsApp. Approve operations with a reply.
Rich formatting, inline buttons for approvals, proactive alert pushes.
Connect Grafana, PagerDuty, or GitHub. When an alert fires, OpsAI acts.
Fleet overview, live metrics, log viewer, audit log, plugin manager.
HOST CPU MEM STATUS web-01 41% 63% ONLINE queue-02 76% 58% SCALING db-prod 38% 71% HEALTHY
Plugins
Databases, services, networking, deployments, and the escape hatch for your own shell glue.
14-day free trial. No credit card. One curl command to install.
or: curl -sSL https://get.opsai.io | bash -s -- --token=YOUR_TOKEN