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.3. Run hosted fetch
Call a registered endpoint through Hermai:4. Browse available schemas
Explore what’s available at hermai.ai/schemas, or via the API: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: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:Next steps
- How Hermai works: the runtime model
- Hosted fetch: run registered endpoints through Hermai
- Schemas: format, verification, contributing
- Catalog: the lookup API in detail
- API keys: scopes and rate limits