One command. That is all it takes to connect your infrastructure to 100 AI agents that monitor, detect, and resolve incidents automatically.
Sign up and go to the Instance Registry page in your dashboard. Click "Generate Install Token" to get a short-lived token (valid for 15 minutes).
Sign up at app.novaaiops.com →Copy the install command from your dashboard and paste it into your server terminal. The installer handles everything automatically.
curl -fsSL https://get.novaaiops.com/install.sh | sudo bash -s, --token YOUR_TOKENThe installer will:
/usr/local/bin/nova-ai-agent/etc/nova/agent.yamlCheck the agent status and view logs to confirm everything is working.
systemctl status nova-ai-agentYou should see "active (running)". View logs with:
journalctl -u nova-ai-agent -fThat is it. Your agent collects 18 system metrics every 15 seconds and sends heartbeats every 30 seconds. 100 AI agents are now monitoring your infrastructure.
systemctl status nova-ai-agent
journalctl -u nova-ai-agent -f
systemctl restart nova-ai-agent
curl -fsSL https://get.novaaiops.com/install.sh | sudo bash -s, upgrade
/usr/local/bin/nova-ai-agent/etc/nova/agent.yaml/var/log/nova/agent.log/var/lib/nova//etc/systemd/system/nova-ai-agent.service
Once your agent is running, install @nova-ai/cli for a Git-compatible command line that talks to Code Nexus, our enterprise source control. Same flow your team already knows: clone, branch, commit, push, open a PR.
22 commands that mirror Git: nova add, nova commit, nova push, nova rebase. Drop it in, keep your muscle memory.
Auth, pull requests, history, blame, and remotes are bound to your Nova workspace, not a third-party Git host.
Nova agents call nova from CI to file PRs and ship hotfixes. Every command is auditable from the same workspace.
Create your free account and install the agent in under 1 minute. Cancel anytime.
Get Your API Key →