DeveloperHub, Ship docs at the speed of your code
Agentic docs · 2026 platform

Ship docs at the
speed of your code.

Your docs are always three sprints behind. Connect your repo and the agent watches the pull requests you merge, writes the pages into a changeset for you to review, and holds it there, while you were going to get to it “next quarter”.

14-day trialNo card4.8★ on G2 Watch it work ↓

Docs, API references and knowledge bases. One-click migration →

acme/api · pull #312 feat/webhooks watching
Your branch6 commitsmerged 09:21
pushed CI green reviewed merged
The agentreading as you pushready 09:17
read the diff drafted 7 pages changeset open
7 pages waiting on you, 4 minutes before the merge
Nothing publishes without your approval.

27,000+ docs written

OPSWATYotiCTIntegrationsRackspaceFluxStanford
01 · The agent

It reads the code. Then it rewrites the docs.

Not autocomplete. A full agent with your repo and your entire docs tree in context. It drafts, restructures, audits, fixes links, and hands you suggestions to accept or bin.

Explore AI features →
Whole-section rewrites

“Restructure API Basics for a new reader”, and it does all nine pages, links included.

Audits you can act on

Stale snippets, dead endpoints, contradictions between guides: surfaced, with a fix attached.

Review, don't rubber-stamp

Every change lands as a suggestion in a draft. Apply selectively. Nothing publishes behind your back.

agent scanning repository · acme/api
src/auth/token.ts
src/routes/users.ts
openapi.yaml
webhooks/handler.ts
README.md
extracted → docs
5 files read · 5 doc updates proposed
02 · The loop

Completely agentic, end to end.

Something changes: a PR merges, readers search for something that isn't there, a page gets thumbs-downed. The agent picks it up, writes the answer into a changeset you review in the editor, runs the checks, and waits for one click. That's the whole job.

PR #482 merged · acme/api 23 searches returned 0 results Webhooks page · 61% helpful openapi.yaml changed on main
Signal
Something changes
PR, search, feedback, spec
Agent
Agent picks it up
Reads code and all your docs
Changeset
A changeset opens
Diffable, reviewable
Checks
Everything validates
Links, spec, orphans
Publish
Docs go live
One click, always yours
Sync docs with PR #482 Changeset agent · 4 pages
Publish 4 pages Request changes reviewed in 40 seconds
Automated checks
Live docs
docs.acme.dev
4 pages updated

Every changeset is reviewable, diffable and revertable, and nothing reaches a reader until somebody approves it. Opening the pull request itself is coming soon: today the agent reads the ones you merge and writes up the docs that owe you a change.

03 · The editor

The best WYSIWYG editor in docs. No split view, no surprises.

Click anywhere and type. Markdown shortcuts if your hands insist, a toolbar if they don't. 30+ block types (tables, tabs, multi-tab code, callouts, drawings) and what you see is exactly what readers get.

Editor is the preview, no side-by-side guessing
Real-time collaboration, comments, page history
Drafts, reviews and publishing with four real roles: Admin, Publisher, Writer, Reviewer
Synced blocks, versioning and changelogs built in
Explore documentation features →
BI</> 2 editing
Getting started

Install the SDK, paste your key, make your first call. Five minutes, tops.

npm install @acme/sdk
Note: keys live in your dashboard under Settings.
Field
Type
Required
apiKey
string
yes
Solutions

Not just API docs. Every doc your company keeps losing.

Knowledge bases, help centres, internal wikis, product guides, developer portals: one editor, one workflow, one bill. Publish a project to the world or gate it behind SSO, and run as many projects as you need.

Knowledge base
Help centres your support team owns

Categories, article feedback, reader ratings and search analytics, with the agent drafting answers from tickets you keep re-answering.

Zendesk importFeedbackSEO
Product docs
Guides that survive the next release

Versioning, single-sourced blocks and drafts in review, so a launch is a merge, not a fortnight of copy-paste.

VersioningReviewsChangelogs
API reference
OpenAPI in, playground out

Auto-generated references with try-it requests, generated snippets and CI updates on every build.

OpenAPI 3.2Playground10+ languages
Internal wiki
Private docs without a second tool

SSO or magic links, per-audience conditions, and a search that only shows people what they can actually open.

SAML SSOConditionsPrivate
Developer portal
One front door for everything

Drag-and-drop landing designer, custom domain, your CSS, and no DeveloperHub branding anywhere.

White-labelCustom domainCustom CSS
Partner & enterprise docs
Different readers, different truth

Publish one source and gate the sensitive parts per customer, tier or region. Preview as any audience before it ships.

Per-reader accessJWTAudit
Engineering

Docs-as-code, Git sync, MCP, PR checks. Write where you already work.

For developers →
Technical writers

The WYSIWYG editor plus an agent that does the tedious 80%.

For writers →
Support

See the searches with zero results and close the gap before the ticket.

Reader feedback →
Product & DevRel

Launch pages, changelogs and analytics without a front-end sprint.

For product →
Migration

Already somewhere else? Bring it all with you.

Out-of-the-box migrations from Mintlify, ReadMe and Zendesk: categories, articles, images, code blocks and structure land intact. Sign up and we ask where your docs live today, then bring them across. Markdown, OpenAPI and Git repos import as-is. Every internal link is rewritten to its new URL, so nothing still points back at the old site.

Mintlify, ReadMe and Zendesk Guide: one click at sign-up, no scripts
GitBook, Confluence, Notion, Docusaurus via Markdown
Priority migration support on Enterprise: we do it for you
DeveloperHub vs ReadMe → vs Mintlify →
Mintlify ReadMe Zendesk GitBook Confluence Notion
Importing from Mintlify0%
no scripts, no downtime...
04 · Your stack

Docs-as-code, without the static site graveyard.

Git sync both ways. MCP so your assistant can publish. A playground developers actually poke at. All shipped, none bolted on.

MCP server

Publish from Claude, Cursor, or your terminal.

Your docs become a tool the rest of your AI stack can read and write. No tab-switching, no copy-paste.

> add a “Rate limits” page under API Basics and publish
  developerhub.create_page ...
  developerhub.publish ...
  ✓ live at docs.acme.dev/api-basics/rate-limits
GitHub sync

Drafts are branches. Reviews are PRs.

Write in the app or in your editor and push. Bidirectional, no winner-takes-all sync. Every PR runs native checks before merge.

#284 docs/auth-guide → main
Broken links: 0 found
Missing pages: none
OpenAPI spec valid
4 pages synced · live at docs.acme.dev
API playground

OpenAPI 3.2 in, real requests out.

Auth, headers and params pre-filled from your spec. OAuth 2.0 flows built in. Snippets in 10+ languages, generated.

GET/v1/users/usr_123
Authorization: Bearer sk_live_•••••
200 OK142ms
{ "id": "usr_123", "plan": "grow" }
Explore API docs →
AI Assistant

One bar. Guides, API refs, code steps.

Contextual answers with the source page attached, so readers stop opening tickets that your docs already answer.

API editor

Edit OpenAPI without knowing OpenAPI.

Visual, Split and Source views over the same spec, with live linting in all three. Friendly forms or raw YAML, your choice.

VisualSplitSource ✓ 0 issues
▾ /users
  GET /users/{id}
  POST /users
▸ /orders
MethodGET
SummaryGet user by ID
Tagusers
Authbearer
Try the free API editor →
Landing page designer

Design your docs home, no code required.

A block-based, drag-and-drop designer. Drop in a hero, pull cards straight from your docs, then click any block to edit it inline. On-brand and responsive by default.

Landing pageDraftPublish
Hero
Build with Acme
Guides, references, and SDKs to ship faster.
QuickstartUp and running in 5 min
AuthenticationAPI keys and OAuth
WebhooksReal-time events
05 · Proof

Find out what readers can't find.

Top queries, no-hit rates, click positions, per-page helpfulness and inline reader messages, with six months of history. Fix the gap before it becomes a ticket. Export the raw feedback as CSV whenever you want it.

15%+
fewer support tickets
50%
less time on docs
Explore analytics → Reader feedback →
Top queries this week
authentication248
webhook setup183
rate limits141
SDK install102
“openapi editor”: 23 searches, 0 results. Somebody should write that page.
87% found this page helpful · 214 ratings

Locked down, white-labelled, entirely yours.

SSO, magic links, JWT or a shared password. Custom CSS and HEAD tags. Conditional blocks so enterprise readers see enterprise content and nobody else does.

Private docs

Per-reader access. Magic links need zero developer time.

SAML SSOJWTMagic link
Audience conditions

Wrap any block in a condition; preview as any audience.

enterprise · Custom SSO setup lives in Settings → Security.
Your CSS, your rules

Zero DeveloperHub branding. Live draft preview before publish.

.docs-header {
  background: #0f172a;
}
How we handle security →

No plugin store. It's all already in the box.

Single sourcing

Synced blocks, edited once, updated everywhere.

Versioning

Clone a version; links migrate themselves.

Changelogs

Native, with RSS, drafted by the agent.

Code steps

Numbered, synced multi-language walkthroughs.

Custom domain

docs.acme.dev or acme.dev/docs.

Landing designer

Drag-and-drop docs home, no code.

SEO

Meta, sitemaps, and AI summaries for LLMs.

PDF export

Any version, formatted, for the procurement folder.

Localisation

Translate the portal UI into any language.

Integrations

GA, Intercom, Slack, HubSpot, custom JS.

Docs API

Search and embed docs inside your product.

CI/CD updates

Push your spec on every build.

Every feature, group by group No plugins, no patchwork. DeveloperHub ships complete.
Hosting
Custom domaindocs.yourcompany.com
Subdirectory hostingyourcompany.com/docs
DeveloperHub subdomainyourproject.developerhub.io
Dark theme
Translate UILocalise the portal UI
Landing page designerBlock-based, no code
Multiple landing pagesPro and Enterprise plans
SSL / HTTPS
Content
Unlimited pages
Image and video upload
Content reuseSynced blocks
Page taggingRelated pages and search filters
Glossary
Personalised docsContent per reader or role
Import and exportSource-control ready
PDF exportPro add-on, Enterprise included
Changelogs
Code stepsInteractive multi-step guides
Customisation
Logo, colours and fontGoogle Fonts supported
White-labelledNo DeveloperHub branding
Custom CSSPro and Enterprise plans
Custom JavaScriptPro and Enterprise plans
Custom HEAD tagsMeta, styles, scripts
Custom footerHTML, CSS and JS
Security & access
Private docsSSO, email invites, JWT, secure links
SAML SSOEnterprise plan
Advanced user rolesReviewer, Writer, Publisher, Admin
Team comments and reviews
Page history
Team dashboard
Search & analytics
Lightning fast search
AI AssistantReader-facing AI search, Pro and Enterprise plans
Search analyticsSee what readers can't find
Multi-project searchEnterprise plan
Integrations
Google Analytics
Intercom
Slack notifications
GitHub sync
CI/CD pipelinesAuto-update API references
Docs APISearch and embed inside your product
Editor MCP serverClaude, Cursor, Codex and any MCP client
Custom JS integrationsAny third-party tool
Enterprise
SLA
SAML SSO
Custom editor and project count
Custom invoicing
Migration support
Export APIs
Priority support

Teams who stopped dreading their docs.

Cybersecurity platforms, fintechs, identity providers and open-source projects: 27,000+ documentation sections written and a 4.8★ average on G2.

27,000+
documentation sections written
4.8★
average rating on G2
15%+
drop in support tickets
50%
less time spent maintaining docs
Unbound50
One of the UK's 50 most disruptive startups
Recognised by Unbound50
Pricing

Cheaper than the CMS you were about to build.

From $99/month, 14-day trial, no card. Skip the six-figure quote and the team to maintain it.

Free
Trying it out
$0
free, indefinitely
1 editor
1 version, 1 documentation
Unlimited pages and readers
All four user roles
On a developerhub.io subdomain
Get started
Plus
Small teams
$99/mo
billed annually · $129 monthly
5 editors
Unlimited versions and documentations
Unlimited API references
Custom domain
AI features, 1,025 credits a month
Lightning fast search and GitHub sync
Start free trial
ProMost popular
Full control
$199/mo
billed annually · $229 monthly
20 editors
White-labelled
AI Assistant for readers
AI features, 1,800 credits a month
Analytics, feedback, custom CSS and JS
Everything in Plus
Start free trial
Enterprise
Many projects, big teams
From $499/mo
annual invoicing
SLA and SAML SSO
Multi-project search
PDF export
Custom editor count
Custom invoicing
Priority migration support
Book demo

Your docs, caught up
by Friday.

Point the agent at your repo and see what it drafts. Fourteen days free, no card, no sales call unless you want one.