// ACS-KVM · Out-of-band
AgenticKVM
Open source · BetaOut-of-band infrastructure control for AI agents — safely.
AgenticKVM lets an AI agent operate machines at the hardware level — power, boot, console — the way a human operator would through a KVM or BMC. It speaks Redfish, IPMI, and PiKVM, so an agent can recover a wedged server, change a boot device, or observe a console — but only through a signed clearance from the control tower.
// Use cases
What it's for
- Recover a machine that's stopped responding, without a truck roll.
- Datacenter and homelab operations.
- Out-of-band diagnostics.
// Fail-closed
How it stays safe
- Every mutating action (power, boot) requires an operator-approved, signed clearance.
- Read-only observation is separated from control.
- Transport is certificate-pinned.
- Fail-closed on any gap.
The protocol, the clearance flow, and the transports are open for inspection.
View AgenticKVM on GitHub