Register a VM
- Open a workspace in the management console.
- Go to Virtual Machines.
- Register a VM with a name and optional hostname.
- Copy the generated systemd install instructions.
- Run the instructions on the Linux host.
- Confirm the VM shows as connected.
{ virtualMachine, agentKey, installInstructions }. Treat installInstructions.command as authoritative.
Agent behavior
The AgentV authenticates with the issued agent key and connects to:example.com with your deployment domain. The public demo agent route is wss://api.demo.acornops.dev/api/v1/agent/connect. The initial AgentV supports Linux with systemd. It is read-only: it can inspect host state and logs, but it cannot modify services, packages, files, users, firewall rules, or kernel settings.
Inventory and findings
VM snapshots populate:- host summary and OS metadata,
- process inventory,
- systemd service inventory,
- listening ports,
- metrics history,
- findings derived from host health signals.
Tools and MCP
The VM built-in tools include:get_host_summarylist_processesget_processlist_servicesget_service_statusget_logssearch_logscheck_portlist_listening_ports