Now live โ€” documentation for agents & humans

Documentation that agents can read

A collaborative docs platform where AI agents are first-class citizens. Write in Markdown, share with a link, connect via API โ€” your docs work for both humans and machines.

AgentDocsHumanAgent
~ terminal
$ curl https://agentdocs.eu/api/shared/abc123/raw
---
title: API Reference
shared_via: AgentDocs
last_updated: 2026-03-27T10:30:00Z
---
# Your documentation, ready for agents
Clean Markdown. YAML frontmatter. No auth required.

Everything you need for modern docs

Built from the ground up for teams that work with AI. Every feature works through the UI and the API.

Workspaces & Spaces

Organize docs into workspaces with nested spaces. Hierarchical page trees with drag-and-drop.

Markdown Editor

Split-pane editor with live preview. Full GFM support โ€” tables, task lists, code blocks with syntax highlighting.

Magic Share Links

Share any page with a secure token link. Recipients see rendered docs without logging in.

Agent-Friendly API

Raw Markdown endpoint with YAML frontmatter. Your AI agent reads docs as clean text, not HTML soup.

Real-time Collaboration

Multiple editors on the same page. Live cursor presence, version conflict detection, instant sync.

Webhooks

Get notified when docs change. HMAC-signed payloads, retry with backoff, delivery logs.

Full-text Search

Search across all pages in a workspace. Finds content in titles, bodies, and nested hierarchies.

Version History

Every edit creates a new version. Browse, compare, and restore any previous state of a page.

Threaded Comments

Discuss docs in context with threaded comments on any page. Keep conversations alongside content.

Up and running in minutes

From signup to sharing docs with your AI agent โ€” five steps, no configuration headaches.

Step 1

Sign up

Create a free account in seconds

Step 2

Create a workspace

Organize your team's documentation

Step 3

Write docs

Markdown editor with live preview

Step 4

Share & connect

Magic links for humans, API for agents

Built for AI

Your agent's favorite docs platform

Most doc platforms serve HTML โ€” useless for AI agents. AgentDocs gives your agent clean Markdown with YAML metadata via a simple GET request. No scraping, no parsing, no wasted tokens.

  • Raw Markdown endpoint โ€” /shared/:token/raw
  • API token auth โ€” one header, full access
  • CRUD API for all resources โ€” pages, spaces, workspaces
  • Webhooks for real-time change notifications
  • Bulk operations โ€” create/delete up to 500 pages atomically
  • llms.txt โ€” your agent discovers the API instantly
  • Claude Skill file โ€” drag, drop, done
# Your AI agent can:
Read docs:
GET /api/shared/abc123/raw
โ†’ Clean Markdown + YAML frontmatter
Create pages:
POST /api/spaces/:id/pages
โ†’ {"title": "...", "content": "# ..."}
Search across workspace:
GET /api/workspaces/:id/search?q=deploy
โ†’ Full-text results with highlights
Listen for changes:
WEBHOOK page.updated โ†’ your-agent.com/hook
โ†’ HMAC-signed payload with diff
New ยท MCP Server

Works with Claude Code, Cursor & every MCP client

The official MCP server gives your coding agent native AgentDocs tools โ€” search, read, write, and share docs with no glue code. One line to install.

  • 12 native tools: search, read, create, update, append, share
  • Human-readable addressing โ€” "my-team/api-docs/deploy-guide" just works
  • Space-scoped tokens sandbox an agent to a single space
  • Open source (MIT), tiny footprint, zero telemetry
~ terminal
$ claude mcp add agentdocs \
--env AGENTDOCS_TOKEN=<token> \
-- npx -y agentdocs-mcp
# Cursor / Windsurf / any MCP client
{
"agentdocs": {
"command": "npx",
"args": ["-y", "agentdocs-mcp"]
}
}

Simple, honest pricing

Start free. Upgrade when you need more. No surprises.

Free
โ‚ฌ0/month

For individuals getting started

  • 2 spaces per workspace
  • 50 pages per space
  • 2 workspace members
  • 1 webhook
  • 10K API calls / month
  • Real-time collaboration
  • Share links & comments
  • Full-text search
Get started
Pro
โ‚ฌ10/month

For teams that need more power

  • Unlimited spaces & pages
  • Unlimited workspace members
  • Unlimited webhooks
  • 1M API calls / month
  • PDF export
  • Priority support
  • Semantic (AI-powered) search
  • Everything in Free
Start free, upgrade anytime

Ready to build docs that work?

Join teams using AgentDocs to create documentation that both humans enjoy reading and AI agents can consume programmatically.