Welcome! Let's connect your backend
Anthony Workspace works with any OpenAI-compatible backend. Optional backend APIs unlock enhanced features automatically when they are available.
Set HERMES_API_URL to your backend base URLPortable chat works with any backend that exposes /v1/chat/completions (Ollama, LiteLLM, vLLM, etc.)
Install your preferred compatible backend locallyOptional backend APIs unlock sessions, skills, memory, and other workspace extras automatically
Create a virtual environment, activate it, and install the backend packageecho "API_SERVER_ENABLED=true" >> ~/.hermes/.envThe gateway HTTP API is opt-in. Without this, the gateway serves messaging platforms but does not expose port 8642 for the workspace.
Start the backend gateway processOr use Auto-Start below if the backend is already installed locally
Point HERMES_API_URL at any OpenAI-compatible backend:
HERMES_API_URL=http://your-server:8642 pnpm dev
This page auto-refreshes when a compatible backend is detected