Prerequisites
- Hermes installed (desktop app or CLI)
- Active Orq.ai account
- An Orq.ai API key
AI Gateway
Hermes is OpenAI-compatible, so it routes through the AI Gateway by pointing the OpenAI provider at the router. Configure it in the desktop app or the CLI. Changes made in the desktop app apply to the CLI as well, since both share the same configuration.- Desktop app
- CLI
Open provider settings
Open the Hermes desktop app. On first launch, skip provider selection to set it later. Open Settings in the top right, then go to Providers > API keys.
Set the OpenAI API key and base URL
Scroll to OpenAI API and expand it. Paste the Orq.ai API key into the OpenAI API key field and click Save. Then paste the router URL into the OpenAI API base URL override field and click Save:

Select a model
Hermes now routes through the AI Gateway. Pick a model from the recommended list, or search by name for any other model from the AI Gateway catalog that is not shown.
Verification
Send a prompt in Hermes. The response appears in Hermes and the request appears in Orq.ai Traces with the selected model identifier.MCP
The Orq MCP server exposes the Orq.ai platform as MCP tools. Hermes’s built-in MCP client connects to it and uses those tools to manage Agents, run experiments, and query Traces from natural language.- Desktop app
- CLI
Add the Orq MCP server
Set the Name to Replace 
orq and paste the following into the Server JSON field, then click Save server:YOUR_ORQ_API_KEY with an Orq.ai API key.
Available Commands
Once connected, ask Hermes to perform operations across the workspace:Agents
Agents
Create an agent with custom instructions and toolsGet agent configuration for [agent-key]Invoke agent [agent-key] with input [message]
Experiments
Experiments
Create an experiment from dataset [dataset-key]Run experiment and auto-evaluate resultsExport experiment run [run-id] as CSV
Datasets
Datasets
Create a dataset called "customer-queries"Add datapoints to dataset [dataset-key]List all datapoints in dataset [dataset-key]
Traces
Traces
List traces from the last 24 hoursShow me traces with errorsGet span details for trace [trace-id]
Analytics
Analytics
Get analytics overview for my workspaceShow me workspace metrics for the last 7 days
See Also
Orq MCP Quickstart
The full Orq MCP tool reference.
API Keys
Create and manage Orq.ai API keys.