
SEAOTTER
Always-on AI Agents. No servers to run.
Been running Hermes Agent for myself. Every time it was the same:
rent a box, SSH in, install everything, and now I'm the guy who has
to notice something crashed at midnight because nothing alerted me.
Secrets just sat in a .env file on the box. No rotation, nothing. If
that box ever got popped, that's it, everything's gone.
Built SEAOTTER to get away from that. Each agent gets its own
sandbox and namespace instead of sharing a box or needing its own
VPS. Restart/pause/restore from an API, no SSH. Works with Claude,
Cursor, Codex over MCP.
Also built it thinking about agencies , one isolated agent per
client instead of a VPS per client , but that's a guess at demand,
not something I've had clients ask for yet.
14-day free trial, Hobby plan. Heads up it wants a card at checkout
right now, still figuring out a way around that.
Mostly want to hear from other people running Hermes or something
like it on a VPS - what would make you actually switch off it, and
if you've dealt with the secrets-on-a-box thing, how'd you handle it.
About
Running Hermes Agent meant owning a VPS — SSHing in at midnight, secrets sitting in a plain .env file. SEAOTTER gives every agent its own gVisor sandbox and namespace, so it's properly isolated without a VPS per agent.

5 Comments
The “become the operator of your own VPS” pain feels like the stronger wedge here.
Curious what actually makes users consider switching: the operational burden, the isolation model, or the secrets problem.