From e26a4d9ed661c9eba7e4e1fcdff07d4b6a3920bb Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Mon, 1 Jun 2026 14:14:22 -0700 Subject: [PATCH 1/6] configure assistant on starter plan --- assistant/configure.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assistant/configure.mdx b/assistant/configure.mdx index 38d2868916..c1b14069ee 100644 --- a/assistant/configure.mdx +++ b/assistant/configure.mdx @@ -85,17 +85,17 @@ If you have unused credits at the end of the month, up to half of your credit al By default, overages are disabled. With overages disabled, the assistant is unavailable once you reach your credit allowance and remains unavailable until your allowance resets. You can enable overages to keep the assistant available beyond your package allowance. If you enable overages, each credit beyond your allowance incurs an overage charge, but occasional overages may be cheaper than upgrading to a higher package depending on your usage. -### Enable the assistant on the Hobby plan +### Manage credits on the starter plan -If you're on the Hobby plan, you can add the assistant to your site by purchasing a credit package without upgrading to Pro. The assistant is enabled as soon as your purchase completes and remains active for as long as you have an active credit package. +Starter plan users receive 5,000 trial credits. To keep the assistant enabled after using your trial credits, purchase a credit package. -To purchase a credit package on the Hobby plan: +To purchase a credit package on the starter plan: 1. Go to the [Usage](https://app.mintlify.com/settings/organization/usage) page of your dashboard. 2. In the **Credit packages** section, select a package from the dropdown menu. 3. Confirm the change to be redirected to checkout. -To stop the assistant, downgrade your credit package to the lowest tier. Your plan returns to Hobby and the assistant is disabled at the end of the current billing cycle. +To disable the assistant, downgrade your credit package to the lowest tier. The assistant then becomes disabled at the end of your current billing cycle. ### Change your assistant package From 1e9401321490e826165d3e007506925ca3f775a4 Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Mon, 1 Jun 2026 14:15:02 -0700 Subject: [PATCH 2/6] assistant --- assistant/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assistant/index.mdx b/assistant/index.mdx index 3ccb0bfa3b..aad608f8d9 100644 --- a/assistant/index.mdx +++ b/assistant/index.mdx @@ -6,7 +6,7 @@ boost: 3 --- - The assistant is included on [Pro and Enterprise plans](https://mintlify.com/pricing?ref=assistant) and enabled by default for those plans. Hobby plan users can [purchase a credit package](/assistant/configure#manage-billing) to add the assistant to their site. + The assistant is included on all plans and enabled by default. Starter plan users receive 5,000 trial credits. [Purchase a credit package](/assistant/configure#manage-billing) to continue after the trial. ## About the assistant From a172ee6b0dbd80d01160d17dde82da297a0ae720 Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Mon, 1 Jun 2026 14:15:14 -0700 Subject: [PATCH 3/6] update workflows changelog note --- changelog.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.mdx b/changelog.mdx index b083627921..fcf93f24d3 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -595,7 +595,7 @@ noindex: true Automate documentation tasks with [workflows](/workflows). Set up scheduled or event-triggered automations that run the agent to update your documentation. - Workflows are in beta and currently available on [Enterprise plans](https://mintlify.com/pricing). Available on Pro plans soon. + Workflows are in beta and available on all plans. ## Comments and suggestions From 27d3b1040a0cedba98ae93951681c7788ad78ddd Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Mon, 1 Jun 2026 14:18:24 -0700 Subject: [PATCH 4/6] auth --- deploy/authentication-setup.mdx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/deploy/authentication-setup.mdx b/deploy/authentication-setup.mdx index 181588c238..fea4b43533 100644 --- a/deploy/authentication-setup.mdx +++ b/deploy/authentication-setup.mdx @@ -1,22 +1,22 @@ --- title: "Authentication setup" -description: "Set up user authentication for your documentation site with OAuth, JWT, or shared links to control access to pages and API references." +description: "Set up user authentication for your site with OAuth, JWT, or shared links to control access to pages and API references." keywords: ['authentication', 'auth', 'OAuth', 'JWT', 'password'] --- - [Pro plans](https://mintlify.com/pricing?ref=authentication) include password authentication. + Mintlify dashboard authentication is available on all plans. - [Enterprise plans](https://mintlify.com/pricing?ref=authentication) include all authentication methods. + Password, OAuth, and JWT authentication require an [Enterprise plan](https://mintlify.com/pricing?ref=authentication). - Authentication is only available for documentation hosted on a custom domain or Mintlify subdomain (for example, `docs.example.com` or `example.mintlify.dev`). Authentication is **not supported** when using a [custom basepath](/deploy/docs-subpath) (for example, `example.com/docs`). + Authentication is only available for sites hosted on a custom domain or Mintlify subdomain (for example, `docs.example.com` or `example.mintlify.dev`). Authentication is **not supported** when using a [custom basepath](/deploy/docs-subpath) (for example, `example.com/docs`). -Authentication requires users to log in before accessing your documentation. +Authentication requires users to log in before accessing your content. -When you enable authentication, users must log in to access any content. You can configure specific pages or groups as public while keeping other pages protected. +You can configure full authentication for all pages or partial authentication where some pages are public and others are protected. ## Configure authentication From 662411055759a37eeda50f422dd500c04c42cd8f Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Mon, 1 Jun 2026 14:18:49 -0700 Subject: [PATCH 5/6] Update custom-frontend.mdx --- guides/custom-frontend.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/custom-frontend.mdx b/guides/custom-frontend.mdx index 7167bb9d14..1332ea2ff2 100644 --- a/guides/custom-frontend.mdx +++ b/guides/custom-frontend.mdx @@ -19,7 +19,7 @@ This guide walks you through setting up a headless Mintlify project with the sta | Mintlify components | Included | Use components like ``, ``, and `` in your MDX files without importing them. | | Content processing | Included | The `@mintlify/astro` integration reads your `docs.json` and MDX files and processes them at build time. | | Search | Included | The `SearchBar` component connects to Mintlify's search API using your project subdomain. | -| AI assistant | Included | The `Assistant` component provides an AI chat interface powered by your content. Available on [Pro and Enterprise plans](https://mintlify.com/pricing). | +| AI assistant | Included | The `Assistant` component provides an AI chat interface powered by your content. | | Layouts and styling | Custom build | Header, footer, sidebar, table of contents, page templates, and all CSS. The starter template includes examples built with Tailwind CSS. | | Routing and navigation | Custom build | A catch-all Astro route renders each page. Use `resolvePageData()` and `unwrapNav()` from `@mintlify/astro/helpers` to resolve navigation state from `docs.json`. | | Deployment and hosting | Custom build | Deploy your Astro site to any hosting provider. | From 7fb1360362f83a9ddb3f8cc991f09510cd834828 Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Mon, 1 Jun 2026 14:23:41 -0700 Subject: [PATCH 6/6] remove pro plan --- agent/index.mdx | 4 ---- api/preview/trigger.mdx | 4 ---- dashboard/security-contact.mdx | 2 +- deploy/preview-deployments.mdx | 4 ---- guides/assistant-embed.mdx | 2 +- guides/custom-frontend.mdx | 6 +----- optimize/feedback.mdx | 2 +- 7 files changed, 4 insertions(+), 20 deletions(-) diff --git a/agent/index.mdx b/agent/index.mdx index 1573db889e..8c5b191563 100644 --- a/agent/index.mdx +++ b/agent/index.mdx @@ -6,10 +6,6 @@ keywords: ["automation", "automate", "AI", "autoupdate", "maintenance"] import SkillMcpPrompt from "/snippets/skill-mcp-prompt.mdx"; - - The agent is available on [Pro and Enterprise plans](https://mintlify.com/pricing?ref=agent). - - The agent is an AI tool that creates pull requests with proposed changes to your documentation based on your prompts. When you send a request, the agent: - **Researches**: Searches and reads your existing documentation, any connected repositories, relevant context, and the web. diff --git a/api/preview/trigger.mdx b/api/preview/trigger.mdx index cf9d1fed5f..5144977183 100644 --- a/api/preview/trigger.mdx +++ b/api/preview/trigger.mdx @@ -5,10 +5,6 @@ keywords: ["preview", "preview deployment", "branch preview", "staging"] --- - - Preview deployments are available on [Pro and Enterprise plans](https://mintlify.com/pricing?ref=preview-deployments). - - Use this endpoint to programmatically create or update a preview deployment for a Git branch. If a preview already exists for the specified branch, the endpoint triggers a redeployment instead of creating a duplicate. The response includes a `statusId` that you can pass to [Get deployment status](/api/update/status) to track the deployment progress. diff --git a/dashboard/security-contact.mdx b/dashboard/security-contact.mdx index c99daf5789..c0f27e2b59 100644 --- a/dashboard/security-contact.mdx +++ b/dashboard/security-contact.mdx @@ -5,7 +5,7 @@ keywords: ["security", "notifications", "compliance"] --- - Security contact is available on [Pro and Enterprise plans](https://mintlify.com/pricing?ref=security-contact). + Security contact is available on [Enterprise plans](https://mintlify.com/pricing?ref=security-contact). List a security contact in your dashboard to receive security-related communications about your organization. diff --git a/deploy/preview-deployments.mdx b/deploy/preview-deployments.mdx index 3c2ed5d9cc..af0b2acfd5 100644 --- a/deploy/preview-deployments.mdx +++ b/deploy/preview-deployments.mdx @@ -4,10 +4,6 @@ description: "Get unique preview URLs for each pull request so reviewers can see keywords: ["preview URLs", "pull request previews", "branch previews", "staging environments"] --- - - Preview deployments are available on [Pro and Enterprise plans](https://mintlify.com/pricing?ref=preview-deployments). - - Preview deployments let you see how changes to your docs look before merging to production. Each preview creates a shareable URL that updates automatically as you push new changes. Preview URLs are publicly viewable by default. Share a preview link with anyone who needs to review your changes. diff --git a/guides/assistant-embed.mdx b/guides/assistant-embed.mdx index 37d10a82c1..8ef01b17b9 100644 --- a/guides/assistant-embed.mdx +++ b/guides/assistant-embed.mdx @@ -21,7 +21,7 @@ Users can use the widget to get help with your product without leaving your appl ## Prerequisites -- [Mintlify Pro or Enterprise plan](https://mintlify.com/pricing) +- The Mintlify assistant enabled - Your domain name, which appears at the end of your dashboard URL. For example, if your dashboard URL is `https://app.mintlify.com/org-name/domain-name`, your domain name is `domain-name` - An [assistant API key](https://app.mintlify.com/settings/organization/api-keys) - Node.js v18 or higher and npm installed diff --git a/guides/custom-frontend.mdx b/guides/custom-frontend.mdx index 1332ea2ff2..68618b7f74 100644 --- a/guides/custom-frontend.mdx +++ b/guides/custom-frontend.mdx @@ -89,7 +89,7 @@ This guide walks you through setting up a headless Mintlify project with the sta Your subdomain is the domain name of your project. It is the part of your dashboard URL after the organization name. For example, if your dashboard URL is `https://app.mintlify.com/org-name/domain-name`, your subdomain is `domain-name`. - If you have a Pro or Enterprise plan, generate an assistant API key on the [API keys](https://app.mintlify.com/settings/organization/api-keys) page of your dashboard. The assistant API key starts with `mint_dsc_`. + Generate an assistant API key on the [API keys](https://app.mintlify.com/settings/organization/api-keys) page of your dashboard. The assistant API key starts with `mint_dsc_`. @@ -166,10 +166,6 @@ Key files to customize: ## Connect search and assistant - - The assistant is available on [Pro and Enterprise plans](https://mintlify.com/pricing). - - The starter template includes search and assistant components that connect to Mintlify's APIs using the environment variables you configure during setup. - **Search**: The `SearchBar` component in `src/components/SearchBar.tsx` queries the Mintlify search API. diff --git a/optimize/feedback.mdx b/optimize/feedback.mdx index e0d1d57f5a..1f83843b85 100644 --- a/optimize/feedback.mdx +++ b/optimize/feedback.mdx @@ -67,7 +67,7 @@ Enable email collection so users can optionally provide their email address when View email addresses submitted with feedback in the [feedback dashboard](https://app.mintlify.com/products/analytics/v2/feedback) alongside the feedback content. - If you disable telemetry in your `docs.json` file, feedback features are not available on your documentation pages. + If you disable telemetry in your `docs.json` file, feedback features are not available. ## Manage feedback