From 86d489c7761e7eb1794c8e5a076226fcf013205a Mon Sep 17 00:00:00 2001 From: "mintlify-development[bot]" <109878554+mintlify-development[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 00:55:17 +0000 Subject: [PATCH] Updated mintlify pages - Updated agent/use-cases.mdx Mintlify-Source: dashboard-editor --- agent/use-cases.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/agent/use-cases.mdx b/agent/use-cases.mdx index 7a000369d2..b462f56621 100644 --- a/agent/use-cases.mdx +++ b/agent/use-cases.mdx @@ -4,7 +4,7 @@ description: "Explore real-world examples of using the Mintlify agent to automat keywords: ["agent workflows", "documentation workflows", "automation examples"] --- -The agent assists with many different documentation tasks. These examples 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. +The agent assists with many different documentation tasks. These examples 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 toyour specific needs. ## Iterate on a prompt in a Slack thread @@ -72,4 +72,4 @@ Integrate the agent into your existing automation tools to automatically update Use the agent endpoints to [create jobs](/api/agent/v2/create-agent-job), [get job status](/api/agent/v2/get-agent-job), and [send messages](/api/agent/v2/send-message). -When creating jobs via the API, you can control whether pull requests open in draft mode using the `asDraft` parameter (defaults to `false`). Set `asDraft: true` to create draft pull requests, or keep the default to create non-draft pull requests ready for immediate review and merging in automated workflows. +When creating jobs via the API, you can control whether pull requests open in draft mode using the `asDraft` parameter (defaults to `false`). Set `asDraft: true` to create draft pull requests, or keep the default to create non-draft pull requests ready for immediate review and merging in automated workflows. \ No newline at end of file