<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Ryan Martin</title>
    <description>The latest articles on DEV Community by Ryan Martin (@ryan_martin_c2cf7326b0e88).</description>
    <link>https://dev.to/ryan_martin_c2cf7326b0e88</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4100420%2F7a5133c3-1db1-4686-9b14-6d72e7fc1904.jpg</url>
      <title>DEV Community: Ryan Martin</title>
      <link>https://dev.to/ryan_martin_c2cf7326b0e88</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ryan_martin_c2cf7326b0e88"/>
    <language>en</language>
    <item>
      <title>I built managed hosting for Hermes Agent so I could stop babysitting a VPS</title>
      <dc:creator>Ryan Martin</dc:creator>
      <pubDate>Sat, 29 Aug 2026 15:19:16 +0000</pubDate>
      <link>https://dev.to/ryan_martin_c2cf7326b0e88/i-built-managed-hosting-for-hermes-agent-so-i-could-stop-babysitting-a-vps-2e9i</link>
      <guid>https://dev.to/ryan_martin_c2cf7326b0e88/i-built-managed-hosting-for-hermes-agent-so-i-could-stop-babysitting-a-vps-2e9i</guid>
      <description>&lt;p&gt;&lt;strong&gt;The problem&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I run Hermes, an open-source agent with tools, memory, and cron built in. Before running my own managed service SaaS, I used various competitors to deploy on VPS. This method has a lot of downsides because you are often SSH'ing in and managing secrets directly in a .env file, which can leave you exposed if your box is compromised. It is also very cumbersome, especially for agencies to manage these "alway-on agents" for clients on VPS. &lt;/p&gt;

&lt;p&gt;Luckily, these are just hosting problems, so I built SEAOTTER to fix it for myself, and then realized other people probably have the same problem.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;What it does&lt;br&gt;
*&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;SEAOTTER is a managed control plane for Hermes Agent:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Per-agent isolation - each agent runs in its own namespace with a gVisor sandbox, so one client's agent can't see or touch another's.&lt;/li&gt;
&lt;li&gt;Operate without SSH — pause, restart, restore, and read logs through an API instead of a terminal.&lt;/li&gt;
&lt;li&gt;MCP-native — talk to a hosted agent from Claude, Cursor, or Codex.&lt;/li&gt;
&lt;li&gt;Secrets handled for you — backed by Google Secret Manager instead of a .env file you have to remember exists.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;The rough idea&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;POST /api/v1/agents or on "Create Agent", and it provisions a namespace, installs Hermes via Helm, brings up the sandbox, wires DNS/TLS, and gives you a reachable dashboard, typically in under five minutes.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Who it's actually for&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Agencies running one isolated agent per client without spinning up a VPS per client&lt;/li&gt;
&lt;li&gt;Hermes power users who want lifecycle control (pause/restart/restore) without maintaining SSH access&lt;/li&gt;
&lt;li&gt;Hobbyists who want a standing assistant without becoming an ops person&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Try it&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;There's a 14-day free trial on the Hobby plan. Worth being upfront: it currently asks for a card at checkout, which I know is friction — I'm working on a no-card way to try it. In the meantime, the docs walk through the API and dashboard in detail if you want to look before you sign up.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What I'd love feedback on&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If you're currently self-hosting Hermes on a VPS: what would actually get you to switch, or keep you from switching?&lt;/p&gt;

&lt;p&gt;Anything about the isolation model (namespace + gVisor per agent) that seems overkill or under-built for your use case?&lt;/p&gt;

&lt;p&gt;Regarding MCP integration - Is anyone using this from an editor/agent client already, and what's missing?&lt;/p&gt;

&lt;p&gt;I'll be in the comments. I'm happy to talk through the architecture or the tradeoffs I made.&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>ai</category>
      <category>devops</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
