Show HN: Pi-hosts – Give the Pi coding agent access to your servers
Originally built as the backbone for an AI-powered chatbot that lets engineering teams run DevOps operations directly from Slack or Teams, this open-source project connects the Pi coding agent to real servers through a structured, permission-aware layer. Instead of copy-pasting commands into a terminal or granting blanket SSH access to an AI, it creates a controlled channel where the agent can execute tasks on your infrastructure within boundaries you define.
The practical use cases are genuinely useful: triggering deploys, restarting services, pulling logs, or coordinating during an incident — all without pulling a human engineer away from deeper work. The permission control aspect matters here; it is the difference between a useful tool and a liability.
The honest reservation is that this is early, purpose-built infrastructure that requires comfort with self-hosting and some setup investment. Teams without an existing Pi workflow will need to evaluate whether adopting that ecosystem is worth the lift.
-> Best for: small engineering teams or solo founders who are already comfortable with AI coding agents and want to extend that workflow into live server operations without sacrificing access control.