The platform can't
lock you out.
It's your server. Sproobo is built so that lock-out is impossible by design: the agent only dials out, your data never leaves the box, and your own SSH is never severed. Security here isn't a feature list — it's the shape of the system.
Four guarantees, by construction.
Outbound-only agent
A single static Go binary opens one WSS/443 connection out. It opens no inbound ports — there is literally nothing exposed to the internet for an attacker to reach, and no firewall hole to maintain.
Sovereign telemetry
Logs and metrics are read live from your server, on demand, and stored nowhere by Sproobo. When a box is quiet we show the last snapshot and label it stale — we never dress old data up as live.
Break-glass, always
Your own SSH access is never revoked or intercepted. If Sproobo vanished tomorrow, your containers and data keep running and you keep full control of the machine.
AI on the same rails
AI and MCP tools call the exact same audited API a human uses — no privileged backdoor, no looser side path. Connectors (claude.ai, ChatGPT) sign in with OAuth and get rotating tokens scoped to the connecting user’s role. Destructive operations are plan-first and approval-gated.
We never fake “live.”
Every panel tells you where its data came from and how fresh it is. Live means streamed from the box the moment you opened it. Stale means the server hasn't reported recently — and we say so, with the age, instead of showing a stale number as if it were current.
What we commit to.
We hold only what's needed to reach your agent. We don't warehouse your logs, metrics or database contents.
Anything that could delete or disrupt comes as a plan you approve — a diff first, an apply second — whether a human or an agent proposed it.
There is one audited API. AI, MCP and humans all go through it. There is no separate, more-powerful path that bypasses your controls.
Containers and data run independently of the control plane. Offboarding is copying files off a machine you already own — not a support ticket.