DocsAgentsHermes

Hermes

Agents

Hermes Agent → Zukko. Key: fetch_....

Exit chat, then hermes model. Pick one:

  • Anthropic — Claude models via API key or Claude Code
  • OpenAI ▸ — Codex CLI or direct OpenAI API
OptionNextBase URLKey
AnthropicAPI key (not Claude Code OAuth)https://api.zukko.profetch_...
OpenAIdirect OpenAI APIhttps://api.zukko.pro/v1fetch_...

Anthropic

bash
model:
  provider: anthropic
  default: claude-sonnet-5
  base_url: https://api.zukko.pro

ANTHROPIC_API_KEY=fetch_... in ~/.hermes/.env.

OpenAI

bash
OPENAI_API_KEY=fetch_...
OPENAI_BASE_URL=https://api.zukko.pro/v1

If it fails

  • 401 — check fetch_... key
  • 402 — top up balance
  • 404 on Anthropicbase_url must not include /v1
  • Wrong OpenAI host — use https://api.zukko.pro/v1 with openai-api
Hermes · Zukko