Agent-powered documentation

You code.
Your docs update themselves.

Connect Cursor and Claude Code to your documentation. Every code change triggers automatic updates — so your team and your agents always have a clean source of truth.

Get early accessFree while in beta
auth_service.pyCursor
def authenticate(request):
-api_key = request.headers["X-API-Key"]
+token = oauth.verify_bearer(request)
+return token.claims
api-authentication.mdauto-updated
## API Authentication
-All endpoints require an API key via header.
+All endpoints require OAuth 2.0 bearer tokens.
+API keys are deprecated as of v3.2.
## Rate Limits
Rate limits apply per token, not per IP.
Recon updated auth docs from code change
4 documents updated from this commit

The problem

-Engineers write docs by hand,
-then nobody updates them.
+Your agents handle it.
+Docs stay accurate automatically.

Documentation is a tax on engineering velocity. Engineers context-switch to update docs, or they don't — and the docs rot. Meanwhile, AI agents fail because their knowledge is wrong.

5 hrs

per week — average time engineers spend writing and updating documentation

30%

of engineering time lost to context switching between code and docs

47%

of agent errors trace to stale documentation

How it works

Connect. Code.
Done.

01

Connect your tools

Plug in Cursor, Claude Code, or any coding agent. Point Recon at your documentation — hosted on our platform or your existing Notion, Confluence, or Google Docs.

One-time setup. Five minutes.

02

Code like you always do

Ship features, fix bugs, refactor. Your coding agents already know what changed. Recon listens and identifies which docs need updating.

Zero workflow change.

03

Docs update automatically

Recon generates precise documentation updates, flags contradictions, and keeps every doc in sync. Review and approve, or let it run.

Engineers never touch a doc.

See it in action

Watch your docs update
in real time.

Your coding agent commits a change. Recon detects it, finds every affected document, and updates them — in seconds.

Need something back? Ask in plain English. Recon finds it instantly — whether you're a person or an AI agent.

Reconjust now

cursor committed

'migrate auth to OAuth 2.0'

R

Detected auth changes. Found 4 documents to update.

+api-authentication.mdupdated
+deployment-guide.mdupdated
+onboarding-guide.mdupdated
+security-policy.mdupdated
R

All references updated. Review changes

Watching for changes...
agent:// what auth method do we use?→ OAuth 2.0 bearer tokens

Your docs, your way

Host on Recon.
Or connect what you have.

Host on Recon

A full documentation platform, built for teams that want everything in one place.

getting-started.md
## Quick Start
Install the SDK and authenticate
with your API token...
  • Notion-like rich editor
  • Git-like versioning with publish history
  • Built-in hosting and sharing
  • MCP endpoint for agent access

Connect existing docs

Already have docs in Notion, Confluence, or Google Docs? Recon updates them in place.

Notion
Confluence
Google Docs
  • Agents update your docs in place
  • No migration, no switching tools
  • Your team keeps their workflow
  • Bi-directional sync

Features

Everything a knowledge base needs.
Nothing it doesn't.

Agent-powered updates

Coding agents trigger doc updates automatically. Review diffs and approve, or let Recon handle it.

>
commit: migrate auth to OAuth 2.0
R
4 docs updated. Review diff

Contradiction detection

Every publish scans the whole knowledge base. Contradictions surface before they cause problems.

api-authentication.mdconsistent
deployment-guide.mdcontradiction found
onboarding-guide.mdconsistent

Git-like versioning

Every change tracked. Diffs, publish messages, and rollbacks — without touching a terminal.

R

Auto-updated auth docs from commit

Recon · 2m ago

J

Add rate limit docs for v3

James · 1h ago

R

Flagged 2 contradictions

Recon · 3h ago

Connect any source

Pull from Cursor, Claude Code, Slack, Jira, GitHub, Google Docs. Push updates back. Recon keeps everything in sync.

CursorClaude CodeSlackJiraGitHubGoogle DocsConfluence

Who it's for

Built for teams that ship fast.
And the agents that power them.

service.py
def deploy():
# docs update automatically

Engineers

Just code. Docs follow. No context switching, no doc tickets, no "can you update the wiki" messages.

Doc Health98% current

Engineering managers

Always know your docs are current. No chasing people to update them. Onboarding docs that actually match the codebase.

$ agent:// what auth method?
→ OAuth 2.0 bearer tokens
source: api-authentication.md

AI agents

Clean, up-to-date context every time. Connect via MCP or RAG. Visibility rules enforced automatically.

Your engineers should be coding,
not writing documentation.

See how Recon connects your coding agents to your docs — so your team ships faster and your knowledge stays accurate.

No spam. We'll email you once to set up a call.