Host Hermes Agent API docs
This site exposes a small set of public entrypoints that route traffic to the Host Hermes Agent control plane. Agents can discover the machine-readable API catalog at https://hosthermesagent.com/.well-known/api-catalog.
Base site URL: https://hosthermesagent.com/
Preferred agent path: use the website UI and browser WebMCP tools for sign-in, trial start, and checkout flows. The raw control-plane API at https://hosthermesagent.com/api/v1/ is protected and intended for first-party webapp traffic.
Available entrypoints
| Path | Purpose |
|---|---|
/api/* | Authenticated first-party HTTP requests proxied to the Host Hermes Agent control plane. |
/health | Health-check endpoint for uptime and deployment verification. |
/ws/* | WebSocket traffic forwarded to the control plane for live sessions. |
Discovery documents
Machine-readable discovery is available at https://hosthermesagent.com/.well-known/openapi.json, https://hosthermesagent.com/.well-known/api-catalog, and https://hosthermesagent.com/.well-known/agent-skills/index.json.
| Path | Purpose |
|---|---|
/.well-known/api-catalog | RFC 9727 API catalog in Linkset JSON format. |
/.well-known/openapi.json | OpenAPI 3.1 machine-readable API description. |
/.well-known/oauth-protected-resource | OAuth protected resource metadata for the proxied API. |
/.well-known/agent-skills/index.json | Agent Skills discovery index for browser-first usage guidance. |