Developers
Agent resources
HiveBase docs are built for agents too — clean Markdown, llms.txt, and one-click hand-off to your AI.
These docs are first-class consumable by LLMs and coding agents, not just humans. Point your agent at the clean sources below for accurate, low-noise context.
Clean Markdown for every page
Append .md to any docs URL to get the raw Markdown — no nav, no chrome:
https://hivebase.ai/docs/developers/quickstart.mdEvery page also has a Copy for LLM menu (top of the page) with Copy as Markdown, View as Markdown, and Open in Claude / ChatGPT.
llms.txt
A curated index and a full corpus, following the llms.txt convention:
| File | Contents |
|---|---|
/llms.txt | Curated index of every page, linking to .md sources |
/llms-full.txt | The entire documentation concatenated as one Markdown document |
Connect HiveBase itself over MCP
Beyond reading docs, your agent can use HiveBase's seven context-continuity tools directly:
claude mcp add hivebase --transport http https://mcp.hivebase.ai/mcpSee Connect over MCP for every host.
Feed an agent the whole API
Point a coding agent at https://hivebase.ai/llms-full.txt plus
the
OpenAPI spec and it can
build a correct integration in one shot.