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 to find the entry points. - Fetch
openapi.public.jsonfor exact schemas instead of guessing. - Create a dedicated API key per integration for easy revocation.
- On
429, back off usingRetry-After.
This documentation is written for agents. When building a skill, have the agent fetch llms.txt and openapi.public.json first. That is simpler than embedding the whole docs into the skill.