Getting Started with AgentDocs
The collaborative documentation platform built for teams and AI agents.
AgentDocs is a modern documentation platform that treats AI agents as first-class citizens. Create, organize, and share documentation that both humans and machines can consume effortlessly.
Key Features
Hierarchical Pages
Organize documentation in nested page trees within workspaces and spaces.
Real-time Markdown Editor
Split-pane editor with live preview, full Markdown/GFM support, and version history.
Magic Share Links
Share any page with a secure, token-based link. No login required for recipients.
Agent-Friendly API
Dedicated raw markdown endpoint for AI agents — plain text with YAML frontmatter.
Webhooks
Get notified when pages change. HMAC-signed payloads for secure integrations.
Real-time Collaboration
Multiple users can edit the same page simultaneously with live cursor presence.
Quick Start Guide
Get up and running with AgentDocs in under five minutes. Follow these steps to create your first documentation page.
Create an Account
Head to /register and sign up with your email address. You'll be logged in immediately after registration.
# Or use the API:
curl -X POST https://agentdocs.eu/api/auth/register \
-H "Content-Type: application/json" \
-d '{"name": "Alice", "email": "alice@example.com", "password": "securepass123"}'Create a Workspace
After logging in, you'll land on the dashboard. Click "New Workspace" to create your first workspace. A workspace is the top-level container for all your documentation — think of it like an organization or team.
Give it a name and a URL-friendly slug (e.g., my-team). The slug determines the URL path for your workspace.
Create a Space
Inside your workspace, create a Space. Spaces are collections of related documentation pages — for example, "API Docs", "Product Guides", or "Engineering Wiki". Each space has its own page tree.
Create Your First Page
Click the "+" button in the page tree sidebar to create a new page. The split-pane editor will open — Markdown on the left, live preview on the right. Start writing!
Pages support full GitHub Flavored Markdown including tables, task lists, fenced code blocks with syntax highlighting, and more.
Share It
Right-click any page in the tree (or use the share button in the editor) to generate a magic share link. Share the link with teammates, stakeholders, or paste it into your AI agent's configuration.
💡 Tip: Click the 🤖 button when creating a share link to copy the agent-friendly raw URL. This gives your AI agent clean Markdown with YAML frontmatter instead of HTML.
Plans & Limits
AgentDocs offers a Free plan to get started and a Pro plan for teams that need more.
- ✓ Up to 2 spaces per workspace
- ✓ 50 pages per space
- ✓ 2 workspace members
- ✓ 1 webhook
- ✓ 10K API calls / month
- ✓ Share links, real-time editing, full-text search, comments, version history
- ✓Unlimited spaces, pages & members
- ✓Unlimited webhooks
- ✓1M API calls / month
- ✓PDF export
- ✓Semantic (AI) search
- ✓Priority support
💡 Tip: You can upgrade anytime from your workspace settings under the Billing tab. Look for the Pro badge throughout this documentation to see which features are enhanced on the Pro plan.