Developers

Agent resources

HiveBase docs are built for agents too — clean Markdown, llms.txt, and one-click hand-off to your AI.

Last updated 2026-06-25

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.md

Every 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:

FileContents
/llms.txtCurated index of every page, linking to .md sources
/llms-full.txtThe 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/mcp

See 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.