Your Hermes Agent trial is ready.
This page is only a status page. Hermes exposes an OpenAI-compatible API under /v1; opening that URL directly in a browser is not expected to show an app UI.
API base URL
https://hermes-cx86t3qf.try.bot2vps.com/v1
Chat completions endpoint
https://hermes-cx86t3qf.try.bot2vps.com/v1/chat/completions
Example request
Get your Hermes API key from the isitforme dashboard, then call the endpoint with an OpenAI-compatible client or curl.
curl https://hermes-cx86t3qf.try.bot2vps.com/v1/chat/completions \
-H "Authorization: Bearer YOUR_HERMES_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"default","messages":[{"role":"user","content":"Say hello from Hermes"}]}'
The provider key used during provisioning is stored only on this VPS and is removed from Convex after the server is created.