Documentation access for AI agents
Find public API references and retrieve HoneyCoin guides as Markdown.
Use the public documentation index to find the pages needed for your integration.
| Resource | Purpose |
|---|---|
| llms.txt | Index of public guides and API references. |
| Markdown guides | Append .md to a documentation page URL to retrieve its text. |
| Agent instructions | Integration rules to include in your agent's context. |
Fetch documentation
curl --fail https://docs.honeycoin.app/llms.txt
curl --fail https://docs.honeycoin.app/docs/testing-direct-collections.mdStart with the index, then fetch the relevant pages. Check the documented request fields, supported payment methods, test values, and error handling before generating integration code.
If your agent cannot fetch URLs, copy the relevant guides and Agent instructions into its context.
Related
- Machine-readable documentation — Public sources by integration topic.
- Prompt examples — Prompts for common integration tasks.
- MCP servers — Documentation tools and availability.
Updated 15 days ago
