Update from code changes: document editor agent integrations - #7348
Open
mintlify[bot] wants to merge 2 commits into
Open
Update from code changes: document editor agent integrations#7348mintlify[bot] wants to merge 2 commits into
mintlify[bot] wants to merge 2 commits into
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
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.
Summary
The editor agent can now use and connect third-party integrations, matching the capability already available in the Slack agent. Added a "Use connected integrations" subsection to the editor agent page explaining shared vs. personal integrations, how to prompt the agent to use them, and how to connect a new one on the fly. Mirrored the change in the Spanish, French, and Chinese versions of the page. Source: https://github.com/mintlify/server/pull/8116
Changes
editor/agent.mdx: new "Use connected integrations" subsection under "What the agent can do".es/editor/agent.mdx,fr/editor/agent.mdx,zh/editor/agent.mdx: translated equivalents.Note
Low Risk
Documentation-only updates to MDX; no runtime, auth, or data-handling code changes.
Overview
Documents that the editor agent can use Integrations as read-only tools while researching and editing, aligning docs with product behavior (similar to the Slack agent).
Adds a Use connected integrations subsection under “What the agent can do” in
editor/agent.mdx, placed after code mode and before “Continue an automation run.” It notes Enterprise requirement, distinguishes shared vs personal connections, gives example prompts (Jira, Notion), and explains in-chat connect via an authorization link. The same section is mirrored in es, fr, and zh with locale-specific links and translated examples; localized pages also add ause-connected-integrationsanchordivfor deep linking.Reviewed by Cursor Bugbot for commit 97eeb5d. Bugbot is set up for automated code reviews on this repo. Configure here.