Skip to main content
SeaOtter is a managed control plane for Hermes Agent. This guide gets you from zero to a provisioning agent with a real API key.

1. Sign up and create an API key

  1. Create an account at seaotter.dev.
  2. Open Settings → API keys (org admin required).
  3. Create a key and copy the secret once. It looks like so_….
Store it in your shell (never commit it):

2. List agents

3. Create an agent

You get a 201 with status: "provisioning" almost immediately. Provision continues asynchronously.

4. Poll provisioning stages

Stages run in fixed order until wizard_reachable is ok and status becomes running. See Provisioning lifecycle for status meanings.

Next