Publish websites from Hermes Agent with Revdoku

Connect Hermes Agent to Revdoku once, then use Revdoku as its publishing layer for live, shareable websites.

1. Create a Revdoku account first

Setup starts in the Revdoku app. Go to https://app.revdoku.com, create an account, and sign in before connecting any AI app.

Create a Revdoku account first

This is the first step for every connection: the AI tool connects to your existing Revdoku account, not an anonymous prompt.

2. Copy the current AI connection instructions

After signing in, click New in the Revdoku app and choose Copy Instructions for AI. This copies the current Revdoku connection message for Claude, ChatGPT, Codex, Hermes, and similar agents.

New menu with Copy Instructions for AI

Paste the copied message into your Hermes session and send it. Hermes follows the instructions and connects Revdoku to your account.

3. Connect Hermes with MCP or local tooling

Hermes Agent has a built-in MCP client with OAuth support. Add Revdoku as a remote MCP server in your Hermes config:

mcp_servers:
  revdoku:
    url: "https://app.revdoku.com/mcp"
    auth: oauth

Hermes handles the OAuth sign-in (discovery, registration, and token refresh) on first use. If Hermes needs to publish files it creates on disk, use the local Revdoku client path from the copied instructions instead.

An AI-built site published to a live revdoku.site URL

You’ve connected Revdoku. Now just ask publish to Revdoku and your AI publishes it as a live URL.

Test the Hermes connection

After the connection is active, ask Hermes to create a small static website, save the files in Revdoku, publish index.html, and return the live URL.

A good first test prompt:

Create a one-page project status website, save the files in Revdoku, publish it, and give me the public URL. If I ask for changes later, update the same Revdoku bucket and republish the same URL.

Published Revdoku site example

Check that the returned URL opens, then ask for one small revision and confirm the same bucket is updated instead of creating a new disconnected site.

Check the Hermes result from ChatGPT

If Revdoku is connected in ChatGPT too, ChatGPT can inspect the same bucket after Hermes publishes. Use it to summarize the publish workflow or confirm what is ready to share.

ChatGPT outlines a Revdoku publishing workflow for an AI-generated site

Takeaway

Start with a Revdoku account and the copied instructions; hosted MCP or the local client is just the implementation detail underneath.

Markdown version
Loading PDF…