Skip to main content

1. Sign up

Create a free account at hermai.ai/register. The registry is free to browse.

2. Create an API key

Go to Dashboard > API Keys and create a new key. Copy it once you create it. You need it for authenticated requests.
Some registry browsing requests work anonymously, but hosted fetch requires an API key. Brand retrieval bills one ordinary credit per completed profile, from the same credit pool as every other endpoint. Pending checks and failed results are free. See the Brand API page for the full request and response contract.

3. Run hosted fetch

Call a registered endpoint through Hermai:
Response:

4. Browse available schemas

Explore what’s available at hermai.ai/schemas, or via the API:
Public schema cards show the site, description, endpoint names, methods, purposes, and user-facing readiness signals.

5. Pull a package or self execute

If you want your own agent or server to execute requests directly, pull the catalog or full package with an intent:
The catalog and package routes return the endpoint recipe. POST /v1/fetch executes a registered endpoint through Hermai.

6. Contribute a schema

Found a site that’s missing? Document its endpoints with the CLI and push the schema:
Using Claude Code, Codex, or Cursor? Run npx skills add hermai-ai/hermai-skills to add the Hermai registry workflow. See the hermai-skills repo for details.
You earn +50 credits per site for contributions. Credits are tracked in your dashboard and can be used for hosted execution where available.

Next steps