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

PathPurpose
/api/*Authenticated first-party HTTP requests proxied to the Host Hermes Agent control plane.
/healthHealth-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.

PathPurpose
/.well-known/api-catalogRFC 9727 API catalog in Linkset JSON format.
/.well-known/openapi.jsonOpenAPI 3.1 machine-readable API description.
/.well-known/oauth-protected-resourceOAuth protected resource metadata for the proxied API.
/.well-known/agent-skills/index.jsonAgent Skills discovery index for browser-first usage guidance.