From 037a047d57115193ed92a70d0208b890822ca6c0 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 00:20:20 +0000 Subject: [PATCH 1/4] Update ai/agent.mdx --- ai/agent.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ai/agent.mdx b/ai/agent.mdx index 770aaea85..8831970a3 100644 --- a/ai/agent.mdx +++ b/ai/agent.mdx @@ -18,6 +18,16 @@ Use the agent to: To get started, add the agent to your Slack workspace and mention it with `@mintlify` in a channel. +## Specify a subdomain + +If you have multiple documentation sites (such as public docs and customer docs), you can specify which subdomain the agent should work with by including the `subdomain` parameter in your message: + +- `@mintlify subdomain=public-docs` - Work with your public documentation +- `@mintlify subdomain=customer-docs` - Work with your customer documentation +- `@mintlify subdomain=mintlify` - Work with a specific custom subdomain + +This ensures the agent makes changes to the correct documentation site when you have multiple subdomains configured. + ## Add the agent to your Slack workspace From 31ecd1aa648b2069ad18b09a5ce6d8b0a910ef35 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 00:39:04 +0000 Subject: [PATCH 2/4] Update ai/agent.mdx --- ai/agent.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ai/agent.mdx b/ai/agent.mdx index 8831970a3..ce1a5a58e 100644 --- a/ai/agent.mdx +++ b/ai/agent.mdx @@ -66,6 +66,16 @@ Use broad prompts for general content maintenance like fixing typos, updating re - `@mintlify Find and fix all typos in the docs` - `@mintlify change all unordered lists to use * instead of -` +## Specify a subdomain + +If you have multiple documentation sites (such as public docs and customer docs), you can specify which subdomain the agent should work with by including the `subdomain` parameter in your message: + +- `@mintlify subdomain=public-docs` - Work with your public documentation +- `@mintlify subdomain=customer-docs` - Work with your customer documentation +- `@mintlify subdomain=mintlify` - Work with a specific custom subdomain + +This ensures the agent makes changes to the correct documentation site when you have multiple subdomains configured. + ## Agent workflows The agent assists with many different documentation tasks. These workflows show some of the ways you can integrate the agent into your documentation process. Try an approach that fits how your team currently works and adapt it to your specific needs. From 7f742c15c4f5f752122624aec0e8f5b0de1e5fec Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 00:39:10 +0000 Subject: [PATCH 3/4] Update ai/agent.mdx --- ai/agent.mdx | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/ai/agent.mdx b/ai/agent.mdx index ce1a5a58e..ad5d34762 100644 --- a/ai/agent.mdx +++ b/ai/agent.mdx @@ -18,16 +18,6 @@ Use the agent to: To get started, add the agent to your Slack workspace and mention it with `@mintlify` in a channel. -## Specify a subdomain - -If you have multiple documentation sites (such as public docs and customer docs), you can specify which subdomain the agent should work with by including the `subdomain` parameter in your message: - -- `@mintlify subdomain=public-docs` - Work with your public documentation -- `@mintlify subdomain=customer-docs` - Work with your customer documentation -- `@mintlify subdomain=mintlify` - Work with a specific custom subdomain - -This ensures the agent makes changes to the correct documentation site when you have multiple subdomains configured. - ## Add the agent to your Slack workspace From 072f00baad50e779464776fc728ba42148a895a0 Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Thu, 9 Oct 2025 18:05:19 -0700 Subject: [PATCH 4/4] copyedits --- ai/agent.mdx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/ai/agent.mdx b/ai/agent.mdx index ad5d34762..be69310e3 100644 --- a/ai/agent.mdx +++ b/ai/agent.mdx @@ -58,13 +58,14 @@ Use broad prompts for general content maintenance like fixing typos, updating re ## Specify a subdomain -If you have multiple documentation sites (such as public docs and customer docs), you can specify which subdomain the agent should work with by including the `subdomain` parameter in your message: +If you have multiple documentation sites with their own subdomains, include the `subdomain` parameter in your message to specify which subdomain the agent should work on. -- `@mintlify subdomain=public-docs` - Work with your public documentation -- `@mintlify subdomain=customer-docs` - Work with your customer documentation -- `@mintlify subdomain=mintlify` - Work with a specific custom subdomain +Use the format `@mintlify subdomain= ` to prompt the agent to work on a specific subdomain. -This ensures the agent makes changes to the correct documentation site when you have multiple subdomains configured. +Examples: + +- `@mintlify subdomain=public-docs Add a new section to the quickstart about inviting collaborators based on this PR`: Prompts the agent to update the quickstart only on the `public-docs` subdomain. +- `@mintlify subdomain=customer-docs Update the auth docs for the new authentication method`: Prompts the agent to update the auth docs only on the `customer-docs` subdomain. ## Agent workflows