Skip to main content
Hermes is NousResearch’s open-source personal AI agent. Run it in a Superserve sandbox so its tools and shell commands stay isolated from your machine.

Via the console

  1. On the Secrets page, create a secret for your model provider (e.g. Anthropic) and paste your API key — you only do this once, and the key never enters the sandbox.
  2. Go to console.superserve.ai and click Create sandbox.
  3. Pick the superserve/hermes template (Hermes and tmux preinstalled).
  4. Under Advanced Options → Secrets, bind that secret to your provider’s key env var (e.g. ANTHROPIC_API_KEY).
  5. Create the sandbox, open its Terminal, and run hermes.

Via the SDK

Hermes reads ANTHROPIC_API_KEY as usual, but its value is a stand-in token — the real key is attached only on requests to the provider, never exposed to the agent. Open the sandbox in the console, launch the terminal, and run hermes.

Keep it running

Start Hermes inside tmux so it survives closing the terminal or browser tab:
Press Ctrl+b then d to detach. Reattach later with:

Persist sessions