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-08-26

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
/AGENTS.mdCanonical HiveBase agent instructions and golden prompts

Connect HiveBase itself over MCP

Beyond reading docs, your agent can use HiveBase's twelve public operations directly:

claude mcp add --transport http hivebase https://mcp.hivebase.ai

Codex: codex mcp add hivebase --url https://mcp.hivebase.ai. Cursor uses the OAuth deeplink on Developers.

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.