Run the EveryAPI gateway inside Hermes Agent
Hermes Agent is an autonomous-agent project from Nous Research. Its provider schema and installation flow can change quickly; use the current repository documentation to add an OpenAI-compatible provider pointing at EveryAPI.
One base URL line points Hermes Agent at EveryAPI
Default global Base URL / China-first Base URL: https://api.everyapi.ai/v1 / https://api-cn.everyapi.ai/v1
From zero to your first call
- Install hermes-agent
Install Hermes Agent from its current official repository instructions and note the commit or release you use.
github.com/NousResearch/hermes-agent
- Store the EveryAPI key securely
Put the EveryAPI key in the secret or environment mechanism supported by your Hermes release. Do not commit the key to a configuration file.
- Add an OpenAI-compatible provider
Follow the provider schema for your installed release, using https://api.everyapi.ai/v1 and an explicit OpenAI-compatible chat mode when that schema requires one.
- Optional: set as default_provider
Select the EveryAPI provider and a model ID available in your account, then test one session before enabling external messaging channels or autonomous actions.
