/v1/fetch API.
Use it as a shared package index for website APIs.
How it works
Contribute with the CLI
Use the discovery toolkit (
hermai detect, probe, extract, intercept) to document a site’s endpoints, then hermai registry push to add them to the catalog.Look up from the registry
Call
GET /v1/catalog/{domain} to get known endpoints for a site. Community schemas let callers reuse prior discovery work.Run hosted fetch
Call
POST /v1/fetch with a site, endpoint, and params. Hermai executes the registered endpoint and returns structured JSON.Start here
Quickstart
Create an API key and run one hosted fetch.
How Hermai works
What runs locally, what Hermai stores, and when hosted fetch runs.
Hosted fetch
Run registered endpoints through Hermai.
Schemas
What schemas are, how to contribute them, and the verified badge.
Catalog
The lookup API for runtime schema access.
Actions
Read and write actions that schemas expose.
API keys
Authenticate requests and manage access.