For LLMs & agents
Every Hep.gg API doc ships a plain-text, machine-readable twin for LLMs, coding agents, and RAG indexers. Open it from the "LLM doc" button on any API page, or fetch it directly.
For LLMs and agents
Hep.gg runs a hosted Model Context Protocol (MCP) server. Connect your model or coding agent to it once with your Hep.gg account and it can read these docs and act across your apps directly, with no documentation link to paste and no page scraping.
Reading the docs from your model
Once connected, the full per-app documentation is available as MCP resources:
hepgg://guideis the capability guide. Read it first: what the server can do, the permission model, and how to wire up your tooling.hepgg://docsis the documentation index: every product doc, grouped by app, each linked to its own resource.hepgg://docs/<app>/<slug>is a single doc, for examplehepgg://docs/database/overview, returned as plain markdown.
Your client lists and reads these like any other MCP resource, so a model can pull exactly the reference it needs into context on demand.
More than documentation
The MCP is not read only. With the scopes you grant, an agent can mint and rotate your API keys, provision resources, send messages, manage your uploads, status pages, and docs, and wire up your Claude tooling, all under per-app permissions you control and can revoke at any time. Read the hepgg://guide resource for the full picture.
Prefer reading yourself? Every page on this site is written for people first. The MCP is simply how a model reads the same material.