HHQ FS
All your wealth · one ledger · liveSign inStart free

HQ Docs

Documentation platform with AI agents

GitBook-style multi-tenant documentation platform with WYSIWYG editing, approval workflows, and autonomous AI agent integration for automated content generation.

WYSIWYG

Editor

REST

Agent API

Built-in

Workflows

What's included

Multi-tenant workspaces & project isolation
Tiptap WYSIWYG editor with autosave
Review & approval workflow (Editor → Reviewer → Admin → Owner)
AI agent API for autonomous content updates
Agent deployment & management dashboard
API keys with bearer token auth for agents

Inside HQ Docs

docs.hq-fs.com
Search docs…⌘K
Ask AI

Guides

Approval workflow

Every page change moves through a multi-stage review before it goes live. Authors draft in the WYSIWYG editor, then submit for review — nothing is published until each required role has signed off.

Submitting a draft

Open a page, make your edits, and choose Submit for review. The draft is locked from further edits and assigned to the next reviewer in the chain.

POST /v1/documents/:id/submit

{ "stage": "review", "reviewers": ["editor", "admin"] }

Who has to approve a page before it’s published?

A page is published once an Editor and an Admin approve the draft; the workspace Owner can override at any stage. Answers are grounded in your workspace docs.

Sources Approval workflow Permissions
EditorReviewerAdminOwner
v3 · published

Documentation that keeps itself current

Docs rot the moment code ships. HQ Docs closes the loop: autonomous AI agents watch your repositories, read the diff, and draft the documentation update — then submit it through the same review pipeline a human would, so nothing goes live unreviewed.

  • AI agent API monitors GitHub push & PR events and proposes content updates
  • Agents submit proposals — they never publish unreviewed
  • Project descriptions and reference pages auto-update from real code changes

A review workflow built in, not bolted on

Every change moves through an explicit approval chain before it reaches a reader. Editors draft, reviewers check, admins and owners sign off — with full version history at each step.

  • Editor → Reviewer → Admin → Owner approval workflow
  • Tiptap WYSIWYG editor with autosave and version history
  • Per-page and per-project access control

Public and private, multi-tenant from day one

Run a public knowledge base and private internal workspaces from the same platform, fully isolated per tenant — with Ask AI grounded only in your own documentation, citations included.

  • Multi-tenant workspaces with project isolation
  • Ask AI answers from your docs only, with source citations
  • Bearer-token API keys for programmatic and agent access

Try HQ Docs now

HQ Docs is live and available to all HQ FS users.

Open HQ Docs