everyapi
Integration · Self-improving autonomous agent (Nous Research)OpenAI-compatible · one key · live model catalog
Hermes Agent

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.

01Setup code

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

02Steps

From zero to your first call

  1. 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

  2. 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.

  3. 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.

  4. 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.