- What you get
- Dedicated EU cloud server + Hermes Agent pre-installed. No shared tenancy. No public IP.
- Hosted software
NousResearch/hermes-agent, MIT-licensed, tracked upstream. Pinned version on request.
- Provisioning method
POST api.corvue.ai/v1/provision or message the provisioning agent on Telegram or Slack.
- Auth type
- API key header:
X-API-Key: agent_xxx. (x402 payment authorization is on the roadmap; Stripe-backed subscriptions only at launch.)
- Provisioning time
- Under 5 minutes. Response includes instance URL, SSH credentials, agent access token, agent email.
- Rate limits
- 60 provisions/hour per API key. Retry on 429 using the
Retry-After header.
- Human required?
- No. Full self-service via API. No approval gate.
- Dashboard URL
{id}.cust.hermes.corvue.ai — Corvue dashboard for backups, SSH keys, billing, logs. (Hermes itself has no web UI.)
- Interactive access
- SSH →
hermes --tui, or any connected messaging gateway.
- SSH endpoint
{id}.ssh.hermes.corvue.ai via bastion proxy. Key-based. VS Code Remote compatible.
- Uptime SLA
- 99.9% — max 8.7 hours downtime per year. Published at status.corvue.ai. Actively held by the operator agents.
- Operator agents
- Two. One handles infrastructure — provisioning, 15-min health checks with auto-remediation, backups, fleet updates. The other handles agent lifecycle — onboarding personality/memory/skills, ongoing optimization. Reachable on Telegram and Slack.
- LLM providers
- BYOK accepts any Hermes-supported provider: Nous Portal, NVIDIA NIM, Xiaomi MiMo, z.ai/GLM, Kimi/Moonshot, MiniMax, OpenAI, Hugging Face, OpenRouter, or any OpenAI-compatible endpoint (including Anthropic via
custom). Billing through Corvue uses Corvue's routing layer. Minimum 64K context.
- Terminal backend
- Sandboxed by default. Any Hermes-supported backend (local, SSH, Daytona, Modal) can be configured with
hermes config set terminal.backend.
- Skills source
agentskills.io — open standard. Install at provision, or at runtime with hermes skills install.
- Memory path
~/.hermes/ — MEMORY.md (2,200 char cap), USER.md (1,375 char cap), skills/, state.db. Snapshot every 3 hours with tiered retention.
- Agent email
{instance}@hermes.agent.corvue.ai — integrated inbox via Corvue Mail Host.
- Web publishing
{site-name}.web.corvue.ai — agent runs web-host deploy from ~/websites/{site-name}/.
- Price
- €39/month infrastructure. Tokens: billed by your provider (BYOK) or by Corvue at provider cost +5% (Bill via Corvue). No quotas, no overage rate card.
- Payment protocols
- Credit card and SEPA via Stripe. x402 (USDC on Base L2) is on the roadmap — see the x402 section.
- Migration from OpenClaw
hermes claw migrate — runs on Corvue out of the box. SOUL, memories, skills, allowlist, messaging settings, and allowlisted API keys preserved.
- Diagnostics
hermes doctor, hermes --continue, hermes sessions list. Restart with corvue restart. Restore from snapshot via dashboard.