Independent resource · Not affiliated with HarnessRouter · Site data checked 19 Aug 2026
Reference implementation

HarnessRouter Community Edition

What is part of UHP, what is specific to HarnessRouter, and what the current self-hosted reference implementation actually supports.

Verified: Protocol: 2026-08-11No executable JS

What HarnessRouter Community Edition is

HarnessRouter Community Edition is the self-hosted reference implementation of UHP in the same public repository as the protocol. The project describes it as a single-container system that runs complete agent harnesses through a shared API while keeping provider keys and durable state on infrastructure controlled by the operator.

Current implementation snapshot

AreaVerified state
Latest observed tagv0.5.5, dated 18 Aug 2026
UHP protocol version2026-08-11
Harness backendsClaude Code, Codex and Hermes
DeploymentSelf-hosted Docker container with persistent state on a volume
Conformance roleReference implementation; the protocol directory contains the conformance suite and published report evidence

Backend and provider routing

The repository currently documents multiple provider paths for the three supported harness backends. This is a HarnessRouter implementation capability, not a requirement of UHP itself.

Provider connectionBackends documented as compatible
AnthropicClaude Code, Hermes
OpenAICodex, Hermes
OpenRouterCodex, Hermes
Azure FoundryCodex, Hermes
Amazon BedrockClaude Code, Hermes
TokenRouterClaude Code, Codex, Hermes
Vercel AI GatewayClaude Code, Codex, Hermes

UHP features vs HarnessRouter product features

CapabilityWhere it belongs
Harness execution, sessions, streaming, cancellation, files and standardized errorsUHP protocol surface
Running Codex, Claude Code and Hermes behind one implementationHarnessRouter Community Edition
Provider routing and model-provider connection policiesHarnessRouter implementation
Slides, Sheets, Dashboards and Videos starter kitsHarnessRouter product examples, not UHP requirements
Media routing, video timeline and image importHarnessRouter product capabilities
Why the distinction matters: a UHP-compatible server can implement the protocol without cloning HarnessRouter's UI, starter kits, provider catalog or media features. Those product capabilities demonstrate what can be built around the execution contract; they do not redefine the standard.

Starter kits now documented

The current repository describes four worked product examples: Slides, Sheets, Dashboards and Videos. Each combines an app surface with an agent/harness configuration and a skill that teaches the agent how to produce the target artifact or workflow.

Security and deployment notes

The self-hosted documentation recommends loopback-only exposure for the default local start, changing the default password before exposing the service, and using least-privilege database credentials for dashboard connections. Treat these as implementation deployment guidance, not protocol-level security guarantees.

Primary sources