Entry Points for Agents
- Machine-readable index:
https://docs.h3hub.cn/llms.txt - Full index:
https://docs.h3hub.cn/llms-full.txt - OpenAPI:
https://docs.h3hub.cn/openapi.public.json
Recommended Workflow
- Read
llms.txtfirst. - Fetch
openapi.public.jsonfor exact schemas. - Create a dedicated API key per integration for easy revocation.
- Respect rate limits; back off using
Retry-Afteron429.