ChangelogChangelog

Release Notes

Changes, fixes, and improvements across versions

2026-03-25Site Config in Editor, integrations, polish, and unpublish support
featureimprovementfix

Integrations

Connect analytics platforms and chat widgets to your documentation with zero-code setup. Built-in support for 17 providers including Google Tag Manager, Google Analytics, PostHog, Amplitude, Mixpanel, Segment, Hotjar, Intercom, Crisp, and more. Just provide your project ID and publish. See Integrations.

Custom scripts

Add custom script files directly to your documentation project as local assets, then reference them from your site configuration to run custom logic. You can also directly add custom scripts directly those from the dashboard. This will be helpful if you want to add any 3rd party integration other that what we support. See Custom Scripts.

Site Config Moved to Editor

Documentation configuration i.e theme, branding, SEO, navigation, integrations, scripts, and more is now accessible directly from the Editor instead of Settings. Click Site Config in the Editor top toolbar. Changes appear in the Changes panel alongside content edits and deploy when you publish. Learn more in Site Configuration.

2026-03-12API Playground request formats, security UI, and GitHub context UX
improvementfix

API Playground enhancements

API Playground now supports multipart/form-data and application/x-www-form-urlencoded bodies in the request builder, including correct cURL and JavaScript code generation and proxy handling for multipart uploads.

Response and code example groups support a dropdown mode for multi-example responses, so you can show multiple variants without overwhelming the page layout.

GitHub Integration UX

GitHub AI context and source repository has a clearer user experience and a more direct navigation path from workspace settings to integrations.

2026-03-05Page Actions and API Playground enhancements
featureimprovement

Page Actions

Page Actions add context-aware tools in the table of contents sidebar so you can move content between tools without leaving the reader view. Learn how to configure actions like copy page markdown, view source, open in external LLMs, and copy MCP URLs in Page Actions.

API Playground

You’re no longer limited to generating API docs only from your OpenAPI spec. You now have more control over each API page, for example, you can embed a playground for a specific endpoint from your OpenAPI spec, and then customize the rest of the page content manually; see API Documentation

Page Feedback

Page Feedback now supports custom feedback fields (not only like or dislike) and optional redirects to your GitHub project feedback flow for open source docs. Feedback analytics are richer and roll up into your dashboards; see User Feedback and Analytics overview.

Ask AI Analytics

Ask AI Analytics lets admins review and export the questions users ask in Ask AI so you can see where docs are unclear or missing. This is the first step toward automatically updating documentation from real user intent; explore details in Search and AI assistant analytics and AI Assistant.

Other improvements

  • Add helper text to password-gated pages with markdown support, including inline links; see Access Control.

  • Enable click-to-zoom on images so readers can inspect diagrams and screenshots in more detail.

  • The API Playground now uses OpenAPI example values to prefill parameter inputs so readers can run operations with realistic defaults.

  • Many other bug fixes and minor improvements

2026-01-15Access control (Private/Partial docs )
featuresecurity

Access control options

You can now configure access control for your docs at the project level to match how you share content with different audiences. Learn more in the Access Control documentation.

Access levels and example use cases

  • Public — Make your entire documentation site visible to anyone.

    • Ideal for fully public product docs and API reference that should be discoverable by customers and search engines.
  • Partial — Keep few docs public and few docs private.

    • Gate a few pages for internal teams such as Support, Success, or Sales while keeping the rest of your docs public.
  • Private — Require authentication for all documentation.

    • Store internal code documentation, architecture notes, and engineering guides.

    • Centralize internal SOPs, runbooks, and operational checklists for on-call and support teams.

2026-01-07Documentation Templates
feature

Documentation Templates

Choose from pre-built templates to customize the layout and style of your documentation site.

Available Templates

  • Classic - Traditional documentation layout with a clean, focused reading experience. Ideal for technical documentation and API references.

  • Atlas - Modern, visually rich layout with enhanced navigation and content presentation. Perfect for product documentation and user guides.

How to use

  • Select templates from Settings → General → Brand & Theme in your dashboard

  • Configure templates directly in your documentation.json file using the template property

  • Further customize your selected template with colors, typography, branding, and navigation settings

Learn more in our Templates documentation.

2025-12-06Default docs domain change
infrastructure

The default docs domain is migrating from *.documentationai.io to *.documentatioai.com.

  • Existing links automatically redirect; no action needed for most users.

  • Update references only if you hard‑code the old domain in firewalls, allowlists, scripts, or integrations.

  • Custom domains are unaffected and will continue to work as usual.

2025-12-04AI Documentation Agent Launch (Beta)
featurebeta

AI Documentation Agent (beta)

The AI Documentation agent is now available in beta for all workspaces. It helps you generate pages, apply rich visual components, and keep content aligned with your Documentation.AI configuration.

Where can you find it?

  • Use the agent from the web editor (using "AI Agent" icon in the editor interface).

**What can you do today? **

  • Draft new documentation pages from scratch or from short briefs.

  • Make existing docs more visually appealing using rich components (Cards, Columns, Callouts, Tabs, Steps, and more).

  • Generate and refine code samples or usage snippets for your APIs and SDKs.

  • Use web search inside the agent to bring in up-to-date external information when needed.

Current limitations (beta)

  • The agent is currently available only on the web. You can use coding agents like Cursor or GitHub Copilot if you are updating using an IDE.

  • The agent understands Documentation.AI’s visual components and documentation structure, but does not yet take context from your codebases or support systems; these integrations are coming soon.

  • The agent cannot yet run in the background or autonomously; background workflows are coming soon.

  • All AI-generated content should be reviewed and edited before publishing

2025-12-02MCP server for your docs
feature

MCP Server for Your Docs

You can now expose your own documentation/knowledge as a Model Context Protocol server. This makes your published docs directly accessible to your end users, internal teams, and LLM‑powered tools.

Key capabilities

  • MCP server for your docs is available by default when you publish your documentation

  • Let end users, IDE agents, and chat assistants query your docs through an MCP endpoint you control

  • Use structured page and API metadata to give agents more grounded and context‑aware responses

  • Help product teams deliver LLM‑native support and troubleshooting experiences directly inside their apps