From c3d62975dcdd803b909d81d3b08f205ec8690548 Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Fri, 1 May 2026 16:19:48 -0700 Subject: [PATCH] add agent connections --- changelog.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/changelog.mdx b/changelog.mdx index d9c2289c9..8d38ff550 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -35,6 +35,12 @@ noindex: true See the [Mintlify MCP](/ai/mintlify-mcp) documentation for more details. + ## Agent connections + + Ask the agent in [Slack](/agent/slack) to set up any third-party integration that it should use as context. Prompt the agent to connect to a service like GitHub, Jira, Notion, Google Drive, Confluence, or any other service that you use. + + The agent uses [Composio](https://docs.composio.dev/toolkits) to support a broad catalog of third-party services, including issue trackers, knowledge bases, CRMs, and developer tools. See the [Composio toolkits catalog](https://docs.composio.dev/toolkits) for the full list of supported services. + ## Section-level search boost Search indexing now supports section-level boosts and page-level boosts, letting you promote specific content so it ranks higher for relevant queries. See the [search boost](/optimize/search-boost) documentation for more details.