docs(other): add blog post on AI features shipped in May-July and the AI roadmap - #351
Draft
h0pped wants to merge 7 commits into
Draft
docs(other): add blog post on AI features shipped in May-July and the AI roadmap#351h0pped wants to merge 7 commits into
h0pped wants to merge 7 commits into
Conversation
h0pped
force-pushed
the
blog/ai-features-2026-summer
branch
from
July 28, 2026 13:50
2880ee8 to
ceafac3
Compare
RomanHotsiy
reviewed
Jul 28, 2026
|
|
||
| In just two months, the server got substantially more capable: | ||
|
|
||
| - **GraphQL support.** The Docs MCP server is no longer OpenAPI-only. Agents can now list your [GraphQL APIs](https://redocly.com/docs/realm/content/api-docs/add-graphql-docs), browse types, and read whole schemas. |
Member
There was a problem hiding this comment.
The Docs MCP server is no longer OpenAPI-only
This phrase can be misunderstood. I would clarify that the MCP API catalog endpoints now support other apis
| - `llms.txt` output now includes **OpenAPI code samples and response samples**, and correctly renders `oneOf` and discriminator schemas: exactly the parts of an API description agents used to trip over. | ||
| - Custom Markdoc tags can define their **own LLM rendering** with `renderForLlms`, with locale support. If you built a custom component, its content is no longer invisible to AI. | ||
|
|
||
| ## An AI Assistant in Reunite that knows your setup, not just our docs |
Member
There was a problem hiding this comment.
I would expand here that we are dogfooding a support for custom tools which is coming soon and also embedded widget
| Everything above makes your docs something agents can _read_. | ||
| The next wave makes them something agents can _act through_: | ||
|
|
||
| - **Gateway MCP.** Agents stop just reading about your API and start calling it, with your documentation as the interface. Your docs become the fastest way for any AI tool to integrate with your product. |
| - **Code mode.** Instead of a long chain of tool calls, an agent writes a short script that runs in a sandbox and chains the calls itself. Same answers, a fraction of the tokens. | ||
| - **Custom MCP tools.** Add your own tools to your project's MCP server, so agents can do what's specific to your product, not only what's built in. | ||
| - **Maintainer.** An agent that watches the signals your docs already produce (search queries, feedback, page analytics, support questions), finds the real gaps, validates them and opens pull requests with fixes. Docs that improve while you sleep. | ||
| - **Embeddable AI Assistant.** The assistant that answers from your docs, on any website, with a single script tag. |
Member
There was a problem hiding this comment.
I would change "any website" to something like "on your web app"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What/Why/How?
Blog post covering the customer-facing AI features shipped in May-July (Docs MCP, llms.txt, agent discovery, AI Assistant in Reunite) plus the roadmap (Gateway MCP, code mode, custom MCP tools, Maintainer, embeddable AI Assistant).
Also adds Illia Nykonchuk as a blog author (metadata entry + photo).
Do not merge before the next stable Realm release: token refresh, MCP server card / A2A agent card, agent skills, and
renderForLlmslocale support are currently in0.136.0-nextonly.Reference
Testing
Check yourself
Security