> ## Documentation Index
> Fetch the complete documentation index at: https://docs.browserbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Hermes Agent integration

> Connect Browserbase to Hermes Agent using Hermes' built-in Browserbase cloud mode or the Browse CLI.

[Hermes Agent](https://hermes-agent.nousresearch.com/docs) includes built-in browser automation with multiple backend options, including Browserbase cloud mode.

For Browserbase users, the recommended Hermes integration path is Hermes' built-in Browserbase browser support. If you want access to additional Browserbase platform features and more granular control over browser sessions, use the Browse CLI path second.

## Recommended order

<CardGroup cols={2}>
  <Card title="1. Built-in Browserbase mode" icon="browser" href="/integrations/hermes-agent/setup">
    Recommended. Use Hermes' native browser tooling with Browserbase as the cloud browser provider.
  </Card>

  <Card title="2. Browse CLI" icon="terminal" href="/integrations/skills/browserbase-cli">
    Use this when you want additional Browserbase platform features and more granular control over sessions, contexts, logs, fetch, search, and browser configuration.
  </Card>
</CardGroup>

## Setup paths

| Order | Path                                                           | Best for                                                                              |
| ----- | -------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
| 1     | [Built-in Browserbase setup](/integrations/hermes-agent/setup) | Users who want Hermes' native browser commands to run on Browserbase                  |
| 2     | [Browse CLI](/integrations/skills/browserbase-cli)             | Users who want `browse` commands for sessions, projects, functions, fetch, and search |

## Common use cases

* Run Hermes browser tasks on Browserbase instead of a local Chromium install
* Give Hermes access to Browserbase sessions with managed cloud browsers, residential proxies, and anti-bot tooling
* Keep Hermes' native browser workflow while moving browser execution to Browserbase infrastructure

## Next step

<CardGroup cols={2}>
  <Card title="Hermes setup guide" icon="rocket" href="/integrations/hermes-agent/setup">
    Start with the recommended Hermes Browserbase cloud mode configuration.
  </Card>

  <Card title="Browse CLI guide" icon="terminal" href="/integrations/skills/browserbase-cli">
    Use the Browse CLI if your workflow is centered on `browse`.
  </Card>
</CardGroup>
