Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions assistant/configure.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,15 @@

By default, the assistant allows overages. You can disable overages to avoid incurring additional costs for usage beyond your package. If you reach your credit allowance with overages disabled, the assistant is unavailable until your credit allowance resets. If you allow 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.

### View usage breakdown

The [Usage](https://dashboard.mintlify.com/settings/organization/usage) page breaks down credit consumption across your AI features so you can see where credits are being spent and investigate spikes.

Check warning on line 90 in assistant/configure.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

assistant/configure.mdx#L90

In general, use active voice instead of passive voice ('being spent').

- **Daily consumption** chart: A stacked bar chart of daily credit usage broken down by product (Assistant, Agent, Workflows, MCP, and Others). Totals for each product appear in the legend below the chart, with their share of overall credit usage.
- **Date range**: Switch between **Last 7 days**, **Last 30 days**, **Last 90 days**, and **Last 12 months** to adjust the time window for the chart.
- **Product filter**: Choose **All products** to compare every product, or pick a single product (Assistant, Agent, Workflows, MCP, or Others) to focus the chart on that product only.
- **Activity log**: A chronological list of credit-consuming events across all AI features. Each row shows the timestamp, the product and source (for example, Web chat, Slack agent, or Workflow), and the credits used. Select **Load more** to page through older events.

### Change your assistant package

Packages determine your monthly credit allowance and pricing.
Expand Down
4 changes: 4 additions & 0 deletions changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,18 @@

## Expanded MCP content access

Authenticated [MCP servers](/ai/model-context-protocol) now return more of your content to authorized users. Authenticated users can search public pages plus any pages they have permission to access based on their user groups, instead of being limited to public pages only. [Client credentials](/ai/model-context-protocol#client-credentials) return all public pages and authenticated pages that aren't restricted to specific groups.

Check warning on line 12 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L12

In general, use active voice instead of passive voice ('being limited').

The Mintlify MCP `list_nodes` tool now supports filtering by `parentId` (with optional `recursive` traversal), multiple node types, and additional division scopes including `dropdown`, `anchor`, `product`, and `item`. Results are paginated through an opaque cursor. See the [Mintlify MCP](/ai/mintlify-mcp) documentation for more details.

Check warning on line 14 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L14

In general, use active voice instead of passive voice ('are paginated').

Check warning on line 14 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L14

Use 'Cursor' instead of 'cursor'.

## Assistant credit packages

The [assistant](/assistant) billing experience has been updated to use credit-based packages across all plans, with consistent terminology in the dashboard and usage controls. No changes to existing credit balances or usage.

Check warning on line 18 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L18

In general, use active voice instead of passive voice ('been updated').

## Credit usage breakdown

The [Usage](https://dashboard.mintlify.com/settings/organization/usage) page now breaks down credit consumption by product so you can see where credits are spent across Assistant, Agent, Workflows, MCP, and other AI features. A new daily consumption chart visualizes usage over the last 7 days, 30 days, 90 days, or 12 months, with optional filtering by product. An activity log below the chart lists individual credit-consuming events, including the source (for example, Web chat, Slack agent, or Workflow) and credits used. See [View usage breakdown](/assistant/configure#view-usage-breakdown) for more details.

Check warning on line 22 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L22

In general, use active voice instead of passive voice ('are spent').

## AsyncAPI nested groups

The `asyncapi` property now supports [nested groups](/api-playground/asyncapi-setup#examples-with-nested-groups), so you can generate channel pages inside a subsection of a broader API group or combine multiple AsyncAPI specifications under a shared parent.
Expand All @@ -25,7 +29,7 @@

- [Slack agent](/agent/slack) now requests permission requests to run third-party action such as sending an email or creating a ticket.
- The [editor](/editor) now lets you drag images and videos from the navigation tree directly onto a page to embed existing media inline.
- Mermaid diagrams in the editor now support a fullscreen mode for easier editing of complex diagrams.

Check warning on line 32 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L32

Did you really mean 'fullscreen'?
- The custom domain dashboard now displays both verification `TXT` records (`_acme-challenge` and `_cf-custom-hostname`) with live verification status, so you can confirm DNS is correct before pointing your `CNAME` at Mintlify. See [custom domain](/customize/custom-domain) for more details.
- TLS certificate provisioning for [custom domains](/customize/custom-domain#automatic-tls-provisioning) is now handled directly by Mintlify.
- GitLab-connected deployments can now revalidate their Git source from the [Git settings](https://dashboard.mintlify.com/settings/deployment/git-settings) page by clicking the **Active** badge, useful when branch options or configuration appear stale.
Expand All @@ -39,7 +43,7 @@

Workflows have been rebuilt with a new [dashboard experience](https://dashboard.mintlify.com/products/workflows?tab=workflows).

- **Optimized workflow templates**: Mintlify maintains prompts for common content creation and maintenance tasks. Turn on these workflows and let the agent handle the rest. Mintlify routinely improves the prompts so that you don't have to.

Check warning on line 46 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L46

Use 'REST' instead of 'rest'.
- **Quicker setup**: Toggle on a workflow and adjust any optional settings. No more YAML configuration or iterating on Markdown prompts.
- **Custom workflows**: In addition to built-in workflows, you can create your own workflows.

Expand All @@ -47,7 +51,7 @@

## Editor

The [editor](https://dashboard.mintlify.com/editor) is redesigned for better collaboration and improved stability. The editor now supports real-time collaboration, automatic saving across devices, and improved syncing.

Check warning on line 54 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L54

In general, use active voice instead of passive voice ('is redesigned').

See the [editor](/editor) documentation for more details.

Expand All @@ -67,7 +71,7 @@

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.

Check warning on line 74 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L74

Did you really mean 'CRMs'?

## Section-level search boost

Expand All @@ -75,9 +79,9 @@

## Improvements

- Control whether OpenAPI-generated reference pages are included in your [Markdown export](/ai/llmstxt) and `llms-full.txt`

Check warning on line 82 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L82

In general, use active voice instead of passive voice ('are included').
- Search improvements: matched query terms highlighted in search results, search indexes content inside alt text, tag-based search filters are case-insensitive, and snippets no duplicate page titles.
- Banner components support more types and per-user dismissibility.

Check warning on line 84 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L84

Did you really mean 'dismissibility'?
- Authenticated navigation now stays sticky while scrolling.
- The [Slack agent](/agent/slack) can now clone any repository the Mintlify GitHub App has access to and is aware of every repo in your org when answering questions.
- The Assistant CSV export and API now include resolution status for each conversation.
Expand All @@ -86,7 +90,7 @@

## Bug fixes

- Fixed copying of personalized code blocks so the rendered values are copied instead of the templated source.

Check warning on line 93 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L93

In general, use active voice instead of passive voice ('are copied').

Check warning on line 93 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L93

Did you really mean 'templated'?
- Fixed prefetching incorrectly attempting to fetch external links.
- Fixed prose styling for the [Tabs](/components/tabs) component.
- Fixed offset alignment for blocks placed inside a [Column](/components/columns).
Expand All @@ -99,7 +103,7 @@

</Update>

<Update label="April 24, 2026" tags={["New releases", "Improvements"]} rss={{ title: "Preview Deployment API, Git onboarding redesign, web editor improvements, and more" }}>

Check warning on line 106 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L106

'Preview Deployment API' should use sentence-style capitalization.

## Preview Deployment API

Expand All @@ -107,15 +111,15 @@

## Git onboarding and settings redesign

The Git settings page has been redesigned with a new layout. Mintlify-hosted customers migrating to their own GitHub or GitLab repository now get a step-by-step flow that walks through the full migration process.

Check warning on line 114 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L114

In general, use active voice instead of passive voice ('been redesigned').

## Web editor improvements

The web editor now shows the full Git diff for the current branch, including changes already pushed. Review everything modified in one place before publishing or opening a pull request.

Changes now persist locally, so edits made while offline are preserved and synced automatically when your connection returns.

Check warning on line 120 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L120

In general, use active voice instead of passive voice ('are preserved').

- **Emoji picker**: Type <kbd>:</kbd> to open an emoji picker and insert emojis inline.

Check warning on line 122 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L122

Use 'emojis?' instead of 'Emoji'.
- **Accordion reordering**: Drag and drop to rearrange accordions inside an [accordion group](/components/accordions) without editing MDX.
- **Editable color component**: Update [color](/components/color) swatches directly in the editor without editing MDX.
- **SVG file upload**: Upload SVG files from the editor configuration view.
Expand All @@ -127,7 +131,7 @@
## Improvements

- Pages expose a `data-current-path` HTML attribute for easier custom scripting and analytics targeting.
- Hidden pages now respect the `seo.indexing: all` setting so you can still index specific pages that are excluded from navigation.

Check warning on line 134 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L134

In general, use active voice instead of passive voice ('are excluded').

## Bug fixes

Expand Down Expand Up @@ -170,12 +174,12 @@
- Pasting valid MDX components into the editor now preserves component structure instead of converting to plain text.
- Long sidebar navigation titles now hyphenate automatically to prevent overflow.
- The editor now resolves [`$ref` references](/organize/settings#split-configuration-with-%24ref) in split configuration files.
- The [Slack agent](/agent/slack) system prompt has been improved for more accurate and helpful responses.

Check warning on line 177 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L177

In general, use active voice instead of passive voice ('been improved').
- `llms.txt` now includes blockquote summaries for better page descriptions.
- Custom `skill.md` files in your repository are now detected correctly during deployment.

## Deprecations
- File-based workflows are deprecated. Create workflows from the dashboard instead. Existing workflows from files continue to work, but new workflows must be created in the dashboard.

Check warning on line 182 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L182

In general, use active voice instead of passive voice ('are deprecated').

Check warning on line 182 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L182

In general, use active voice instead of passive voice ('be created').

## Bug fixes

Expand Down Expand Up @@ -211,11 +215,11 @@

## Multi-skill support

Serve multiple [skill files](/ai/skillmd) from a `.mintlify/skills/` directory. Each subdirectory with a `SKILL.md` file is discovered and served automatically, so you can organize skills by feature or domain.

Check warning on line 218 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L218

In general, use active voice instead of passive voice ('is discovered').

## Slack agent improvements

- **Multiple deployments**: Organizations with multiple documentation sites can now use the [Slack agent](/agent/slack) across all of them. The agent prompts you to choose a deployment on first use, and your preference is saved per Slack account.

Check warning on line 222 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L222

In general, use active voice instead of passive voice ('is saved').
- **Read-only mode**: The Slack agent now classifies messages and responds in read-only mode for questions that only need information retrieval, reserving write access for requests that require documentation changes.

## Client credentials for authenticated MCP
Expand All @@ -227,19 +231,19 @@
- The [`mint new`](/cli/commands#mint-new) command now supports creating projects from pre-defined templates with the `--template` flag.
- The CLI now auto-refreshes expired access tokens, so you no longer need to re-run `mint login` after a session expires.
- The [assistant](/assistant/index) is now available in `mint dev` local previews.
- CLI UX improvements: grayed-out login URLs for clarity, standardized log formatting, and `mint status` now shows the CLI version.

Check warning on line 234 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L234

Use 'unavailable' instead of 'grayed-out'.
- OpenAPI `x-group` extension support for organizing API endpoints into custom groups.
- Horizontal rules (`<hr />`) are now supported in MDX content.
- [Workflows](/workflows) now surface in the dashboard inbox for easier tracking. The workflow list also displays PR names for quicker identification.
- The `mint export` command now includes API reference pages generated from OpenAPI specifications.
- The slash command menu in the editor has been redesigned with improved organization and discoverability.

Check warning on line 239 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L239

In general, use active voice instead of passive voice ('been redesigned').
- Improved the UI of the editor publish flow and page creation interface.
- Improved abuse prevention for the assistant.
- Added Finnish as a supported localization language.

## Bug fixes

- Fixed custom heading IDs not being processed before MDX parsing, which could cause anchors to break on certain pages.

Check warning on line 246 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L246

In general, use active voice instead of passive voice ('being processed').
- Fixed the SEO and metadata audit workflow template from incorrectly modifying API endpoint pages.
- Fixed deprecated label text wrapping in the dashboard.
- Fixed inline formatting (bold, italic, code) not applying correctly in the editor in certain contexts.
Expand All @@ -251,7 +255,7 @@

</Update>

<Update label="April 3, 2026" tags={["New releases", "Improvements"]} rss={{ title: "get_page MCP tool, password-protected previews, SAML group role mappings, and more" }}>

Check warning on line 258 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L258

'get_page MCP tool' should use sentence-style capitalization.

Check warning on line 258 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L258

Did you really mean 'get_page'?

## get_page MCP tool

Expand All @@ -267,10 +271,10 @@

## Improvements

- Redesigned the editor configuration settings page with an improved layout and autosave support.

Check warning on line 274 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L274

Did you really mean 'autosave'?
- Pages auto-generated from OpenAPI specifications now appear in the web editor as read-only entries.
- Video support in [live preview](/editor/live-preview). Embedded mp4, webm, and mov files now render correctly during local development.

Check warning on line 276 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L276

Use 'WebM' instead of 'webm'.

Check warning on line 276 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L276

Did you really mean 'mov'?
- [Workflows](/workflows) can now be disabled and re-enabled from the dashboard.

Check warning on line 277 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L277

In general, use active voice instead of passive voice ('be disabled').
- Assistant analytics now show usage broken down by source (web vs API) in the dashboard.
- Authenticated MCP search now correctly filters results based on the user's authentication groups."
- Slack agent responses now show tool call summaries instead of raw tool calls for clearer information of what the agent is doing.
Expand Down Expand Up @@ -308,13 +312,13 @@

Use inline AI editing to generate, rewrite, and restructure content directly in the visual editor. Select text and choose from preset actions or type a custom instruction. Changes stream in as a highlighted diff so you can review before applying.

## Composable `docs.json`

Check warning on line 315 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L315

Did you really mean 'Composable'?

Split large configurations into smaller files using [`$ref` references](/organize/settings#split-configuration-with-%24ref). Each `$ref` points to a separate JSON file resolved at build time.

## `data-active` CSS selectors

Sidebar items, table of contents entries, and navigation dropdowns now expose a stable [`data-active` attribute](/customize/custom-scripts#css-selectors) for custom CSS targeting. Use selectors like `.toc-item[data-active]` or `#sidebar-content li[data-active]` to style active states without relying on internal class names.

Check warning on line 321 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L321

Use 'sidebars?' instead of 'Sidebar'.

## Agent-skills discovery endpoint

Expand Down Expand Up @@ -347,7 +351,7 @@
- Fixed padding for tables inside tabs.
- Fixed Frame component hint icon vertical alignment.
- Fixed navigation item badge wrapping.
- Fixed API key being erased during prefill examples.

Check warning on line 354 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L354

In general, use active voice instead of passive voice ('being erased').
- Fixed linked code snippets in cards not being clickable.

</Update>
Expand All @@ -360,7 +364,7 @@

## New contextual menu options

The [contextual menu](/ai/contextual-menu) now includes options for **Google AI Studio**, **Devin**, and **Windsurf**. Users can open any documentation page directly in these tools with the page content preloaded as context.

Check warning on line 367 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L367

Did you really mean 'preloaded'?

## Self-hosted GitLab configuration

Expand All @@ -376,7 +380,7 @@
- Workflow templates updated with improved prompts.
- Workflow run history now viewable from the dashboard with the ability to monitor status and close PRs.
- Slack notifications for workflows now configurable from the dashboard.
- Editor performance improvements: fixed typing latency and persistence blocking in large repositories, virtualized file lists for repositories with many files.

Check warning on line 383 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L383

Did you really mean 'virtualized'?
- Card layout shift on initial page load eliminated.
- Dashboard analytics date-picker responsiveness improved.
- Search now uses a unified endpoint with improved performance and consistency.
Expand Down Expand Up @@ -459,9 +463,9 @@

The assistant now also builds context from the page a user is on and indexes entire OpenAPI specifications.

## Default Vale configuration updates

Check warning on line 466 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L466

'Default Vale configuration updates' should use sentence-style capitalization.

The default [Vale configuration](/deploy/ci#configuration) now parses MDX as MD to avoid fragility with JSX. Previously, Vale returned false positive errors on any JSX inside of MDX components. Now, Vale parses MDX as MD to avoid these errors with tokenIgnores and blockIgnores for MDX and JSX elements that Vale should skip.

Check warning on line 468 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L468

Use 'md' instead of 'MD'.

Check warning on line 468 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L468

Use 'md' instead of 'MD'.

## Improvements

Expand All @@ -476,7 +480,7 @@
## Bug fixes

- Fixed OAuth and JWT redirects for authenticated docs.
- Fixed cursor jumping when pasting text in the editor.

Check warning on line 483 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L483

Use 'Cursor' instead of 'cursor'.
- Fixed keyboard shortcuts for canceling assistant messages.
- Fixed branch names with underscores not working in the editor.
- Fixed link border colors in callout components.
Expand Down Expand Up @@ -532,7 +536,7 @@

## Improvements

- New search functionality in the web editor makes it easier to find and navigate to files across your documentation.

Check warning on line 539 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L539

Use 'capability' or 'feature' instead of 'functionality'.
- Drag to add table rows and columns directly in the editor for faster table creation and modification.
- The API playground now supports audio response examples, making it easier to document audio-related API endpoints.

Expand Down Expand Up @@ -563,7 +567,7 @@

The [contextual menu](/ai/contextual-menu) now includes an option to add a copyable command to install your docs MCP server.

## `root` in groups

Check warning on line 570 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L570

'in groups' should use sentence-style capitalization.

Navigation groups now support a [`root`](/organize/navigation#root-page) property to set a landing page for the group. Clicking the group header navigates to the root page instead of expanding the group.

Expand Down Expand Up @@ -651,7 +655,7 @@
- Fixed a rendering loop that could cause performance issues with the Tabs component.
- Fixed the password reset button not working.
- The AI assistant no longer appears when printing pages.
- Fixed the cursor being invisible in dark mode.

Check warning on line 658 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L658

Use 'Cursor' instead of 'cursor'.
- Fixed a bug that could strip style attributes in MDX.
- Fixed an issue where page "last modified" dates updated incorrectly during global config changes.
- Fixed authentication issues affecting index pages from properly rendering.
Expand All @@ -661,7 +665,7 @@

<Update label="January 23, 2026" tags={["New releases", "Improvements"]} rss={{ title: "skills.md, audit logs, and markdown export" }}>

## `skill.md` auto-generation

Check warning on line 668 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L668

'auto-generation' should use sentence-style capitalization.

Documentation sites now auto-generate a `skill.md` file based on your API references, guides, and features to give AI agents a comprehensive skills file with context on how to help people use your product. `skill.md` replaces the `install.md` approach with more structured capabilities and wider adoption. If you have a custom `skills.md` file at the root of your documentation repository, it replaces the auto-generated version. See [skill.md](/ai/skillmd) for more information.

Expand All @@ -671,19 +675,19 @@

## Markdown export for agents

Documentation pages now serve raw markdown when the `Accept: text/markdown` header is sent, which enables better AI agent consumption of content.

Check warning on line 678 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L678

Use 'Markdown' instead of 'markdown'.

Check warning on line 678 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L678

In general, use active voice instead of passive voice ('is sent').

## Improvements

- Combined authentication, partial authentication, and personalization into a single authentication experience. See [Authentication setup](/deploy/authentication-setup) for more information.
- Hidden pages now automatically receive `noindex` meta tags for better SEO control.
- Added markdown support for image captions.

Check warning on line 684 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L684

Use 'Markdown' instead of 'markdown'.

</Update>

<Update label="January 16, 2026" tags={["New releases", "Improvements"]} rss={{ title: "install.md, live preview in the web editor, and more" }}>

## `install.md` auto-generation

Check warning on line 690 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L690

'auto-generation' should use sentence-style capitalization.
Documentation sites now auto-generate an `install.md` file that aggregates installation-related pages like quickstarts, getting started, installation, and setup guides for AI agents. If you have a custom `install.md` file in your documentation repository, it takes priority over the auto-generated version.

## Web editor improvements
Expand All @@ -693,7 +697,7 @@

## Branch search for Git integrations

Added branch search functionality for GitHub and GitLab integrations so that it is easier to find and switch between deployment branches in the Git settings of your dashboard.

Check warning on line 700 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L700

Use 'capability' or 'feature' instead of 'functionality'.

## `mintlify validate` CLI command

Expand Down Expand Up @@ -791,7 +795,7 @@
- Updated [publishing workflow](/editor/branching-and-publishing) to support one-click publishing or creating pull requests.
- Working in the web editor no longer requires you to sign in with GitHub.

## Onboarding improvements

Check warning on line 798 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L798

'Onboarding improvements' should use sentence-style capitalization.

Check warning on line 798 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L798

Use 'onboarding' instead of 'Onboarding'.

- Choose between a Mintlify-hosted documentation repository or using your own repository while signing up.
- Create a documentation site without connecting a GitHub account.
Expand All @@ -810,9 +814,9 @@
<Update label="December 12, 2025" tags={["New releases", "Improvements"]} rss={{ title: "Agent suggestions and Q&A bots" }}>
## Agent suggestions

The agent can now monitor Git repositories and suggest documentation updates. When user-facing code changes are detected, suggestions appear in the agent panel. Suggestions include the relevant pull request and a list of proposed documentation updates. Add suggestions as context for the agent to create pull requests or dismiss them.

Check warning on line 817 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L817

In general, use active voice instead of passive voice ('are detected').

## Q&A bot in Slack

Check warning on line 819 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L819

'Q&A bot in Slack' should use sentence-style capitalization.

Add a bot powered by the assistant to your [Slack workspaces](/ai/slack-bot). The bot answers questions in real-time based on your documentation, so it provides accurate, up-to-date answers to your community.

Expand All @@ -826,7 +830,7 @@

- **Insights** renamed to **Analytics** in the dashboard.
- Added ability to delete a deployment from the dashboard.
- The `Tooltip` component has been redesigned with improved styling and now supports an optional `headline` prop for adding a title to your tooltips.

Check warning on line 833 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L833

In general, use active voice instead of passive voice ('been redesigned').
- The `mint a11y` command now supports `--skip-contrast` and `--skip-alt-text` flags, allowing you to run specific accessibility checks in your CI/CD pipeline. Use `--skip-contrast` to check only for missing alt text, or `--skip-alt-text` to check only color contrast ratios.

## Bug fixes
Expand All @@ -835,11 +839,11 @@
- Fixed heading levels 5 and 6 rendering in the web editor.
- Fixed schema page examples display in API reference pages.
- Fixed image upload paths in monorepo setups.
- Fixed an issue where the incorrect request payload value was being selected first in the API playground.

Check warning on line 842 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L842

In general, use active voice instead of passive voice ('being selected').
- Removed file extensions from default image titles when uploading.
- Fixed double underline styling on banner links.
- Fixed loading states and date range values for analytics page.
- Folders in the web editor now properly maintain their open/closed state when other folders are opened or closed.

Check warning on line 846 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L846

In general, use active voice instead of passive voice ('are opened').
- Fixed long API page titles overflowing instead of wrapping.

</Update>
Expand All @@ -861,7 +865,7 @@

You can now display "last modified" timestamps on all pages in your documentation. Enable this feature by setting the [`timestamp`](/organize/settings-seo#metadata) flag in your `docs.json` settings.

When enabled, each page will automatically show when it was last updated, helping readers understand how current the content is.

Check warning on line 868 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L868

Avoid using 'will'.

</Update>

Expand All @@ -877,8 +881,8 @@

## Assistant improvements

- Fixed assistant submission to prevent empty messages from being sent.

Check warning on line 884 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L884

In general, use active voice instead of passive voice ('being sent').
- Fixed accidental message submission during IME composition (for languages like Japanese, Chinese, Korean).

Check warning on line 885 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L885

Spell out 'IME', if it's unfamiliar to the audience.
- Better behavior when adding code snippets to assistant.

## Bug fixes and reliability
Expand All @@ -886,7 +890,7 @@
- Fixed handling of complex Mermaid diagrams.
- Fixed hash handling for URLs and table of contents to properly highlight the active page when accessing the root path with an index page.
- Added ability to disable 404 page recommendations via configuration.
- Fixed a bug in the API playground where boolean `false` and numeric `0` values in query parameters would be filtered out and not appear in the generated API request.

Check warning on line 893 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L893

In general, use active voice instead of passive voice ('be filtered').

</Update>

Expand All @@ -902,7 +906,7 @@
<Update label="December 1, 2025" tags={["New releases"]} rss={{ title: ".mintignore support", description: "Exclude files and directories from your published documentation" }}>
## .mintignore support

- Added `.mintignore` file support to exclude specific files and directories from being processed and published to your documentation site.

Check warning on line 909 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L909

In general, use active voice instead of passive voice ('being processed').
- Uses the same pattern syntax as `.gitignore` for familiar configuration.
- Excluded files don't appear in published docs, aren't indexed for search, and aren't accessible to visitors.

Expand All @@ -923,7 +927,7 @@
- Fixed issue where response section would disappear when switching between endpoints with different response codes. The playground now properly resets to the first available response code when navigating to a new endpoint.
- Fixed double "Authorization" header display in HTTP Basic authentication schemes. The authentication section now shows a cleaner interface with proper field labels and descriptions.
- Improved handling of `oneOf` schemas in nested objects and arrays. Complex API schemas with multiple type options now render correctly as dropdowns instead of tabs in appropriate contexts.
- Fixed missing path parameters that were defined at the endpoint level in OpenAPI specs. Parameters specified above individual operations are now properly included in both the main page and playground.

Check warning on line 930 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L930

In general, use active voice instead of passive voice ('were defined').

Check warning on line 930 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L930

Use 'preceding' instead of 'above'.
- Enhanced response example generation to include all required properties, even when examples only specify some fields. This ensures response examples are complete and accurate.
- Fixed missing prefill examples in object arrays. Array items with example data now properly populate in the playground with correct indexing.
- Improved description padding and spacing throughout the API playground for better readability and visual consistency.
Expand All @@ -934,7 +938,7 @@

## CLI improvements

- Added error message for users running `mint dev` on Node.js versions below 20.17. Users are guided to upgrade to an LTS version.

Check warning on line 941 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L941

In general, use active voice instead of passive voice ('are guided').

</Update>

Expand All @@ -953,14 +957,14 @@
- Security inputs defined at the operation level in OpenAPI specs now properly override top-level security definitions
- Fixed issue where header inputs marked as security parameters were incorrectly included in generated code examples
- Improved handling of `deepObject` style parameters in API field displays
- Better error messages when invalid URLs are provided in API configurations

Check warning on line 960 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L960

In general, use active voice instead of passive voice ('are provided').
- Improved UI for API playground with better spacing, layout, and loading

## Navigation and UI enhancements

- Tab hover indicators now have improved styling for better visual feedback
- Long words now wrap properly to prevent horizontal scrolling
- Step component now handles cases where no step title is provided

Check warning on line 967 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L967

In general, use active voice instead of passive voice ('is provided').
- Logo section spacing improved with better padding
- Fixed heading IDs to properly handle question marks and special characters for anchor links
- Icon component now accepts `className` prop for custom styling
Expand All @@ -975,7 +979,7 @@

## Component and styling enhancements

- Images can now be zoomed with improved overlay styling for both light and dark modes

Check warning on line 982 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L982

In general, use active voice instead of passive voice ('be zoomed').
- Fixed keyboard shortcut styles inside callouts for dark mode
- Improved OG image generation with Google Fonts support and better truncation logic
- Improved UI for tables with better alignment, spacing, and readability
Expand All @@ -1002,22 +1006,22 @@
<Update label="October 31, 2025" tags={["Improvements"]} rss={{ title: "Weekly Updates", description: "API playground enhancements, table improvements, performance optimizations, and bug fixes" }}>
## Assistant improvements

- **Starter questions for assistant are here! You can add your own within the dashboard at [Assistant --> Settings](https://dashboard.mintlify.com/mintlify/mintlify/products/assistant/settings)**

Check warning on line 1009 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1009

Don't use exclamation points in text.
- Assistant insights quality has been improved with default spam protection for abusive keywords and JSON queries.

Check warning on line 1010 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1010

In general, use active voice instead of passive voice ('been improved').

## API playground improvements

- The API playground now automatically fills in default values for parameters, which saves time when testing endpoints.
- Issues with `allOf`, `oneOf`, and nested object schemas that previously caused rendering problems or incorrect field displays have been fixed, and complex API schemas now render correctly with all fields visible and properly structured.

Check warning on line 1015 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1015

In general, use active voice instead of passive voice ('been fixed').
- Enum and nullable field types now display accurate labels in the playground, which makes it clearer what values are accepted and whether fields are optional.

Check warning on line 1016 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1016

Use 'enums?' instead of 'Enum'.

Check warning on line 1016 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1016

In general, use active voice instead of passive voice ('are accepted').
- When working with nested objects in API requests, the playground now shows proper descriptive labels for each field instead of generic placeholders, which makes it easier to understand what data to provide.
- Enum const tables and API field displays now render with improved formatting and alignment, which makes it easier to scan available options and understand field requirements.

Check warning on line 1018 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1018

Use 'enums?' instead of 'Enum'.
- API playground modals now display rich MDX-formatted descriptions at the top, which gives better context for endpoints with formatted text, links, and code examples.

## Analytics changes

- Deferred analytics loading: PostHog and LogRocket now load after documentation content, which improves initial page load times and Core Web Vitals scores without affecting analytics data.
- Conditional session recording: PostHog session recording can now be enabled conditionally based on user properties or page context for more control over when recordings happen.

Check warning on line 1024 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1024

In general, use active voice instead of passive voice ('be enabled').

## Visual improvements

Expand All @@ -1041,7 +1045,7 @@
## Insights improvements

- Improved insights page with fixed date selectors for "today" and "yesterday"
- Enhanced feedback table with improved search functionality

Check warning on line 1048 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1048

Use 'capability' or 'feature' instead of 'functionality'.
- Added loading state for categories table

## Assistant improvements
Expand Down Expand Up @@ -1126,7 +1130,7 @@
<Update label="October 11, 2025" tags={["Improvements"]} rss={{ title: "Weekly Updates", description: "API playground improvements, analytics enhancements, web editor updates, and bug fixes" }}>
## Assistant and Agent AI features

- Added list_pull_requests and list_commits tools for agent such that it can document a date range of PRs or multiple PRs at once

Check warning on line 1133 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1133

Did you really mean 'list_pull_requests'?

Check warning on line 1133 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1133

Did you really mean 'list_commits'?
- Upgraded agent and assistant to Claude Sonnet 4.5
- Improved assistant search to query docs in parallel for faster assistant responses
- Fixed conversation length counting to exclude tool calls
Expand All @@ -1142,7 +1146,7 @@
- Removed background from code blocks in editor for cleaner appearance
- Fixed branch creation workflow to correctly navigate to newly created branches
- Added deployment history pagination
- Added cursor pagination to preview deployments table

Check warning on line 1149 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1149

Use 'Cursor' instead of 'cursor'.
- Fixed preview deployments to only return preview environment deployments
- Improved dashboard UI/UX with better spacing, input handling, and layout fixes
- Added better handling for links in dashboard assistant chat
Expand All @@ -1158,14 +1162,14 @@
## Bug fixes and reliability

- Fixed duplicate base paths and links in 404 recommended pages
- Auto-populated og:url tag with appropriate canonical URL

Check warning on line 1165 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1165

Use 'OG' instead of 'og'.

Check warning on line 1165 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1165

Use 'URL' instead of 'url'.

Check warning on line 1165 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1165

Use 'URL' instead of 'url'.
- Added canonical tag for better SEO
- Fixed code block overscroll issues
- Made search engines ignore preview deployments for SEO purposes
- Fixed referrer tracking to use domain instead of full URL
- Fixed images always becoming MDX block elements (kept inline images inline)
- Removed comments in raw markdown pages such that you can use TODO comments without them leaking to users

Check warning on line 1171 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1171

Use 'Markdown' instead of 'markdown'.

Check warning on line 1171 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1171

Use 'todo' instead of 'TODO'.
- Fixed directory reading support for read_external_files

Check warning on line 1172 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1172

Did you really mean 'read_external_files'?

## Component and styling

Expand All @@ -1181,7 +1185,7 @@
- **Accessibility CLI command**: Run `mint a11y` to test your docs for accessibility issues
- **Video responses in API playground**: API playground now supports displaying video response types
- **API playground prefill**: New option to prefill API playground examples for faster testing
- **Unauthenticated feedback**: For sites using partial authentication, users can now submit feedback without being authenticated

Check warning on line 1188 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1188

In general, use active voice instead of passive voice ('being authenticated').
- **Shiki theme support**: Shiki themes are now supported for code block styling
- **Twoslash for code blocks**: TypeScript and JavaScript code blocks now support Twoslash for inline type information

Expand Down Expand Up @@ -1220,7 +1224,7 @@

- Added support for Romanian and Czech languages in the documentation interface
- Enhanced localization capabilities with complete translation coverage for new languages
- Improved language selector functionality across all themes

Check warning on line 1227 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1227

Use 'capability' or 'feature' instead of 'functionality'.

## UI and user experience improvements

Expand Down Expand Up @@ -1256,7 +1260,7 @@
- Fixed GitLab integration issues with larger repositories
- Improved dashboard loading performance with optimized deployment queries
- Fixed SVG path rendering issues in documentation
- Fixed keyboard navigation in search and chat functionality

Check warning on line 1263 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1263

Use 'capability' or 'feature' instead of 'functionality'.
</Update>

<Update label="September 13, 2025" tags={["New releases", "Improvements"]} rss={{ title: "Weekly Updates", description: "AI 404 suggestions, assistant web search with external sources, security enhancement, and reliability fixes" }}>
Expand All @@ -1276,10 +1280,10 @@

## Web editor and deployments

- Security enhancement added to editor such that only users with `write permissions` for the connected git hosting repository can make changes

Check warning on line 1283 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1283

Use 'Git' instead of 'git'.
- Fixed a bug where preview deployments wouldn't work for branches with `=` in the name
- Fixed a bug where long branch names would overflow modals on preview deployment creations
- Quality of life improvement where email query parameter will prefill the input on signup invitations

Check warning on line 1286 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1286

Avoid using 'will'.
- Fixed a bug where copying a page from the context menu was not working on safari

## API playground and navigation
Expand All @@ -1292,7 +1296,7 @@
- Fixed a bug where favicons were not showing up in search engines by serving them from the same URL as the documentation site itself for each respective site
- Fixed a bug where youtube embeds would flash in and out on load
- Fixed a bug where expanding the feedback menu to include written responses would cause layout shift with the table of contents
- Fixed a bug where text would leak above the topbar on the maple theme when a dismissed the notification banner

Check warning on line 1299 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1299

Use 'preceding' instead of 'above'.
- Enhanced the Maple and Willow themes by adding login/logout buttons to the sidebar for easier access

## Analytics and exports
Expand All @@ -1309,10 +1313,10 @@

## Navigation and quality of life improvements

- Quality of life improvement to ignore trailing slashes and double slashes so you don't have to worry about getting them exactly right in your docs.json

Check warning on line 1316 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1316

Use 'JSON' instead of 'json'.
- You can now add a `noAnchor` attribute to your `h1-6` HTML tags to avoid them having an anchor link
- The Palm theme now has a floating language selector in the bottom left similar to Stripe's approach
- Added a new field to the docs.json called [`drilldown`](https://mintlify.com/docs/navigation#enable-auto-navigation-for-groups) which allows you to control whether or not users are navigated to the first page in a navigation group when the group is expanded

Check warning on line 1319 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1319

Use 'JSON' instead of 'json'.
- Quality of life improvement to make nested ordered lists alternate styles from decimal/Roman to alpha

## Bug fixes and reliability
Expand All @@ -1321,34 +1325,34 @@
- Fixed a bug where Google was indexing raw `*.md` files because they were missing a `x-robots-tag noindex` header
- Fixed a bug with OAuth on protected docs where it wouldn't redirect you back to your starting page once you completed the flow successfully
- Fixed a bug on previews of auth protected docs where you weren't able to see the entire navigation bar
- Bug fixes to how SVGs are handled with our new image CDN

Check warning on line 1328 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1328

In general, use active voice instead of passive voice ('are handled').

## Component and styling enhancements

- Added a new CSS selector for custom styles on `SidebarNavGroupDivider`
- New regression tests for MDX defined API pages that have security defined on them will ensure a greater degree of stability

Check warning on line 1333 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1333

Avoid using 'will'.

## Performance improvements

- Performance improvement by moving the KaTeX CSS from cdnjs to our own CDN on Cloudfront for reduced latency

Check warning on line 1337 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1337

Did you really mean 'cdnjs'?

Check warning on line 1337 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1337

Use 'CloudFront' instead of 'Cloudfront'.
</Update>

<Update label="August 23, 2025" tags={["Improvements"]} rss={{ title: "Weekly Updates", description: "Image layout fixes, auth enhancements, mobile nav improvements, and web editor stability" }}>
## Image handling improvements

- **Major improvement**: Images no longer cause layout shift by default, even when width and height attributes aren't specified—automatic sizing prevents content jumping during page loads
- All static files in your repository (PDF, TXT, XML, etc.) are now automatically uploaded and served when you deploy, providing complete asset coverage

Check warning on line 1344 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1344

Spell out 'TXT', if it's unfamiliar to the audience.

Check warning on line 1344 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1344

Use 'txt' instead of 'TXT'.

## Web editor and deployment enhancements

- Fixed branch creation workflow in web editor to correctly navigate to and stay on newly created branches
- Enhanced merge conflict dialog with proper escape functionality, no more page reloads required to dismiss conflicts

Check warning on line 1349 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1349

Use 'capability' or 'feature' instead of 'functionality'.
- Optimized update workflow performance by cache-invalidating only changed pages during partial updates, reducing deployment times

## Authentication and navigation improvements

- New support for authentication on custom subpaths, if you serve docs at `https://yourdomain.com/docs`, authentication now works seamlessly
- Fixed sidebar display bug that incorrectly showed when only one link was configured

Check warning on line 1355 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1355

In general, use active voice instead of passive voice ('was configured').
- Comprehensive mobile navigation overhaul: centered buttons with proper margin/padding, improved spacing in dropdown menus, removed unnecessary dividers and margins for empty sections, and fixed Maple theme gap/padding issues

## Component and styling fixes
Expand All @@ -1360,7 +1364,7 @@

- Enhanced logging system for update workflows enabling faster debugging and issue resolution
- Fixed GitHub rate limiting for customers with 10+ OpenAPI/AsyncAPI specs by switching from individual file fetching to repository cloning
- Improved assistant reliability with backup LLM support, enhanced rate limit error handling, and more robust search tool functionality

Check warning on line 1367 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1367

Use 'capability' or 'feature' instead of 'functionality'.
</Update>

<Update label="August 16, 2025" tags={["Improvements"]} rss={{ title: "Weekly Updates", description: "Performance optimizations, LLM integrations, web editor polish, and API playground enhancements" }}>
Expand All @@ -1376,9 +1380,9 @@

- OpenAPI to MCP conversion moved to backend, enabling hosted MCP servers to contain tools (expect clearer documentation and config options soon)
- Added Ruby support to API playground
- We added a feature such that you can now [specify API pages using just your docs.json](/api-playground/openapi-setup#auto-populate-api-pages) without creating any new mdx files.

Check warning on line 1383 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1383

Use 'MDX' instead of 'mdx'.
- Support for [`webhook pages`](/api-playground/openapi-setup#webhooks) in docs navigation from OpenAPI specs
- Optimized AI model context by removing anchor link specifications from markdown links when navigating to Anthropic, OpenAI, or other providers

Check warning on line 1385 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1385

Use 'Markdown' instead of 'markdown'.

## Web editor improvements

Expand Down Expand Up @@ -1423,7 +1427,7 @@

- Group-level public access: make entire page groups public via `docs.json` so you don’t need `public: true` on each page ([learn more](https://mintlify.com/docs/authentication-personalization/authentication-setup#group-level))
- Support [`logoutURL in OAuth configuration`](https://mintlify.com/docs/authentication-personalization/authentication-setup#implementation-3) to delete upstream cookies and complete sign-out
- On OAuth errors, users are redirected to your specified `logoutURL` to restart the auth flow

Check warning on line 1430 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1430

In general, use active voice instead of passive voice ('are redirected').
- Fixed a flash of a 500 error during OAuth/JWT flows before the callback
- Auto-strip `https://` from URLs in OAuth/JWT auth configuration to prevent misconfiguration

Expand All @@ -1441,9 +1445,9 @@

## Performance and reliability

- All image and video assets present in your docs repo are now served at the appropriate path on your domain. For example, if you have `/assets/marketing/my-logo.png` in your repo, it will be available at `https://mydocsurl.extension/assets/marketing/my-logo.png`.

Check warning on line 1448 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1448

Avoid using 'will'.
- Email field on login for the Mintlify dashboard now autofocuses so you can start typing immediately _(quality of life improvement)_

Check warning on line 1449 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1449

Use 'email' instead of 'Email'.
- Both custom domains and subdomains in Redis for a performance improvement on navigation load times (~50ms latency reduction)

Check warning on line 1450 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1450

Put a nonbreaking space between the number and the unit in '50ms'.
- Added retry logic for PDF exports to improve reliability
- Fixed cookie consent popup reappearing after acceptance or dismissal—first selection is now respected
- Fixed copying a page to clipboard on Safari by specifying a MIME `type` in `navigator.write`
Expand All @@ -1453,8 +1457,8 @@
- CLI bugfixes for windows and pnpm, plus CI tests to prevent regressions
- Improved error logging output—a quality of life upgrade for our engineering team when debugging
- Minor fixes to the broken-link CI action when `contentDirectory` files are missing
- Fixed a regression caused by the auth-protected preview fixes from last week where the active tab was not being set correctly in the navigation UI

Check warning on line 1460 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1460

In general, use active voice instead of passive voice ('being set').
- Fixed theme light background color not being applied to active tab icons

Check warning on line 1461 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1461

In general, use active voice instead of passive voice ('being applied').
- Fixed an issue where changing the auth type in the dashboard would update and then flip back to the previously saved type—now the new selection persists after saving
- Internal DX improvements for enterprise customers with custom UI libraries—it's now easier for us to include your components and accommodate requests on shorter timelines
</Update>
Expand All @@ -1469,7 +1473,7 @@

## API playground enhancements

- Fixed `multipart/form-data` file upload functionality in the API playground

Check warning on line 1476 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1476

Use 'capability' or 'feature' instead of 'functionality'.
- Fixed anchor link behavior so clicking them updates the URL without scrolling to top of page
- Fixed anchor link issues in nested tabs

Expand All @@ -1484,7 +1488,7 @@

- Made search feel more crisp and accurate by aborting debounced requests as you type
- Resource provisions for a new CDN - expect image asset and page load times to improve soon
- Fixed bugs for rendering complex Mermaid diagrams like GANTT charts

Check warning on line 1491 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1491

Use 'Gantt' instead of 'GANTT'.

Check warning on line 1491 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1491

Spell out 'GANTT', if it's unfamiliar to the audience.
- Fixed CLI bugs on Windows to improve stability and added tests to prevent regression

## Technical improvements
Expand Down Expand Up @@ -1527,7 +1531,7 @@

Learn more in the [assistant docs](/assistant/index).

## Subscribable changelogs

Check warning on line 1534 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1534

'Subscribable changelogs' should use sentence-style capitalization.

Check warning on line 1534 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1534

Use 'subscribable' instead of 'Subscribable'.

- Automatically generate an RSS feed from changelog pages
- Integrate RSS-enabled updates with Slack, email, and other tools
Expand All @@ -1551,10 +1555,10 @@
</Update>

<Update label="April 2025" tags={["New releases", "Improvements"]}>
## Web Editor 3.0

Check warning on line 1558 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1558

'Web Editor 3.0' should use sentence-style capitalization.

<Frame>
![Webeditor3 Jpe](/images/webeditor3.jpeg)

Check warning on line 1561 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1561

Did you really mean 'Jpe'?
</Frame>
Overhauled usability in the WYSIWYG editor.

Expand All @@ -1570,14 +1574,14 @@

- Fixed top margin for changelog components
- Improved reliability of right click behavior
- After clicking publish, you’ll stay on the same page instead of being brought to an empty state

Check warning on line 1577 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1577

In general, use active voice instead of passive voice ('being brought').
- Standardized colors in file icons
- Improved reliability after selecting new branches several times in a row
- Removed Diff mode

Check warning on line 1580 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1580

Use 'diffs?' instead of 'Diff'.
- More consistency when creating a new folder from the dropdown
- Fixed block quotes creating more block quotes when trying to deselect

## AI Translations in beta

Check warning on line 1584 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1584

'AI Translations in beta' should use sentence-style capitalization.

<Frame>
![AI Translations graphic](/images/changelog/translations.png)
Expand Down Expand Up @@ -1611,7 +1615,7 @@

- OG images fixed
- Fixed icon style inconsistency for anchors without container
- Improved styling nits for dashboard border for mobile-tablet-desktop responsiveness

Check warning on line 1618 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1618

Use 'device' instead of 'tablet'.
- Show code examples even when in simple mode for API playground
- Support "command + k" shortcut for search in web editor
- Codeblocks within callouts expand to fill the width of the callout area
Expand All @@ -1621,7 +1625,7 @@
## New configuration schema `docs.json`

<Frame>
![docs.json screenshot](/images/changelog/docsjson.png)

Check warning on line 1628 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1628

Use 'JSON' instead of 'json'.
</Frame>
We've introduced a new `docs.json` schema as a replacement for `mint.json`, to support better multi-level versioning, easier visual comprehension, and more consistent terminology. For more information on what's changed, [check out our blog](https://mintlify.com/blog/refactoring-mint-json-into-docs-json).

Expand All @@ -1641,7 +1645,7 @@

1. Delete your old `mint.json` file and push your changes

## CI Checks

Check warning on line 1648 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1648

'CI Checks' should use sentence-style capitalization.

Automatically lint your docs to find broken links, discover spelling and grammar issues, or enforce writing styles with your own Vale config. Learn more in our [docs](deploy/ci).

Expand All @@ -1649,7 +1653,7 @@

All documentation pages are now automatically available as plain Markdown files—just append `.md` to the URL. This makes it easier for LLMs to ingest individual pages from your documentation.

## More Themes

Check warning on line 1656 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1656

'More Themes' should use sentence-style capitalization.

<Frame>
![graphic with text "Themes v2"](/images/changelog/themes.png)
Expand All @@ -1666,11 +1670,11 @@

- [Guide to Technical Writing:](https://mintlify.com/guides/introduction)Best practices for writing technical documentation, including audience research, content types, and writing tips.
- [Dropdown component](organize/navigation#dropdowns): Organize navigation with a dropdown, in addition to tabs and anchors.
- [AI syntax fixer](https://x.com/ricardonunez_io/status/1892334887644123192): The web editor will catch if there’s a parsing error and use AI to suggest fixes.

Check warning on line 1673 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1673

Avoid using 'will'.
</Update>

<Update label="January 2025" tags={["Improvements"]}>
## AI Assistant Improvements

Check warning on line 1677 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1677

'AI Assistant Improvements' should use sentence-style capitalization.

- New UI with dedicated chat page & pre-filled prompts
- Stability improvements. For example, bug fixes of editing the wrong file or no files at all
Expand All @@ -1681,7 +1685,7 @@

Customize access to any page or section of content depending on user permissions. Supports connecting with your own authentication system.

## Revamped API Playground

Check warning on line 1688 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1688

'Revamped API Playground' should use sentence-style capitalization.

We’ve overhauled the design and performance of the [API Playground](/api-playground/). Updates include:

Expand All @@ -1704,18 +1708,18 @@
</Update>

<Update label="November 2024">
## AI Writer

Check warning on line 1711 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1711

'AI Writer' should use sentence-style capitalization.

<Frame>
![AI Assistant](/images/changelog/ai-assistant.jpg)
</Frame>
You can now ask AI to make changes to your docs, with the context of all existing documentation. Type in a prompt and the writer will propose changes by generating a pull request.

## GitLab Integration Upgrade

Check warning on line 1718 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1718

'GitLab Integration Upgrade' should use sentence-style capitalization.

We've improved our support for syncing with GitLab, such as enabling automated updates and preview deployments. Check out our [docs on GitLab](/deploy/gitlab) to get started.

## Web Editor

Check warning on line 1722 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1722

'Web Editor' should use sentence-style capitalization.

<Frame>
![Web Editor](/images/changelog/webeditor.jpg)
Expand All @@ -1724,16 +1728,16 @@

Check out our [docs on getting started with Web Editor](/editor).

## /llms.txt support

Check warning on line 1731 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1731

'/llms.txt support' should use sentence-style capitalization.

Check warning on line 1731 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1731

Use 'LLMs?' instead of 'llms'.

<Frame>
![llms.txt support](/images/changelog/llms.jpg)

Check warning on line 1734 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1734

Use 'LLMs?' instead of 'llms'.
</Frame>
All docs instances are now automatically hosted at /llms.txt and /llms-full.txt so that LLMs can easily ingest your documentation. For more information, read the [docs on the new llms.txt standard.](https://llmstxt.org)

## Localization

You can now localize your docs which operates similarly to versioning. Add a `locale` to a version and fixed content in Mintlify like "Was this page helpful?" will also match the locale.

Check warning on line 1740 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1740

Avoid using 'will'.

### Quality Improvements

Expand All @@ -1749,14 +1753,14 @@
<Frame>
![Changelog](/images/changelog/changelog.jpg)
</Frame>
## Code Line Highlighting

Check warning on line 1756 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1756

'Code Line Highlighting' should use sentence-style capitalization.

You can now highlight lines of code in your docs to emphasize and bring attention to important parts by adding a special comment after the language identifier. Use curly braces `{}` and specify line numbers or ranges separated by commas.

```javascript Line Highlighting Example {1,3,4,5}
const greeting = "Hello, World!";

Check warning on line 1761 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1761

Use semicolons judiciously.
function sayHello() {
console.log(greeting);

Check warning on line 1763 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

changelog.mdx#L1763

Use semicolons judiciously.
}
sayHello();
```
Expand Down
11 changes: 11 additions & 0 deletions es/assistant/configure.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,17 @@ El assistant usa paquetes con asignaciones mensuales de mensajes. Un mensaje es

Por defecto, el assistant permite excedentes. Puedes deshabilitar los excedentes para evitar incurrir en costos adicionales por uso más allá de tu paquete. Si alcanzas tu asignación de mensajes con los excedentes deshabilitados, el assistant no estará disponible hasta que tu asignación de mensajes se renueve. Si permites excedentes, cada mensaje más allá de tu asignación incurre en un cargo por excedente, pero los excedentes ocasionales pueden ser más baratos que subir a un paquete superior, dependiendo de tu uso.

<div id="view-usage-breakdown">
### Ver el desglose de uso
</div>

La página [Uso](https://dashboard.mintlify.com/settings/organization/usage) desglosa el consumo de créditos entre tus funciones de IA para que veas en qué se gastan los créditos e investigues picos.

- Gráfico **Daily consumption**: un gráfico de barras apiladas del uso diario de créditos desglosado por producto (Assistant, Agent, Workflows, MCP y Others). Los totales por producto aparecen en la leyenda debajo del gráfico, junto con su participación en el uso total de créditos.
- **Rango de fechas**: alterna entre **Last 7 days**, **Last 30 days**, **Last 90 days** y **Last 12 months** para ajustar la ventana de tiempo del gráfico.
- **Filtro de producto**: elige **All products** para comparar todos los productos o selecciona uno (Assistant, Agent, Workflows, MCP o Others) para enfocar el gráfico solo en ese producto.
- **Activity log**: una lista cronológica de los eventos que consumen créditos en todas las funciones de IA. Cada fila muestra la marca de tiempo, el producto y la fuente (por ejemplo, Web chat, Slack agent o Workflow) y los créditos utilizados. Selecciona **Load more** para ver eventos anteriores.

<div id="change-your-assistant-tier">
### Cambiar tu paquete de assistant
</div>
Expand Down
11 changes: 11 additions & 0 deletions fr/assistant/configure.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,17 @@ L'assistant utilise des packages avec des allocations mensuelles de messages. Un

Par défaut, l'assistant autorise les dépassements. Vous pouvez désactiver les dépassements pour éviter des coûts supplémentaires liés à une utilisation au-delà de votre package. Si vous atteignez votre allocation de messages avec les dépassements désactivés, l'assistant est indisponible jusqu'au renouvellement de votre allocation. Si vous autorisez les dépassements, chaque message au-delà de votre allocation entraîne un frais de dépassement, mais des dépassements occasionnels peuvent être moins chers que de passer au package supérieur selon votre utilisation.

<div id="view-usage-breakdown">
### Voir la répartition de l'utilisation
</div>

La page [Utilisation](https://dashboard.mintlify.com/settings/organization/usage) ventile la consommation de crédits entre vos fonctionnalités d'IA pour que vous puissiez voir où les crédits sont dépensés et enquêter sur les pics d'utilisation.

- Graphique **Daily consumption** : un graphique à barres empilées de l'utilisation quotidienne des crédits, ventilée par produit (Assistant, Agent, Workflows, MCP et Others). Les totaux pour chaque produit apparaissent dans la légende sous le graphique, avec leur part de l'utilisation totale de crédits.
- **Plage de dates** : choisissez entre **Last 7 days**, **Last 30 days**, **Last 90 days** et **Last 12 months** pour ajuster la fenêtre temporelle du graphique.
- **Filtre par produit** : sélectionnez **All products** pour comparer tous les produits, ou choisissez un seul produit (Assistant, Agent, Workflows, MCP ou Others) pour concentrer le graphique sur ce produit uniquement.
- **Activity log** : une liste chronologique des événements qui consomment des crédits dans toutes les fonctionnalités d'IA. Chaque ligne affiche l'horodatage, le produit et la source (par exemple, Web chat, Slack agent ou Workflow), et les crédits utilisés. Sélectionnez **Load more** pour parcourir les événements plus anciens.

<div id="change-your-assistant-tier">
### Changer votre package d'assistant
</div>
Expand Down
11 changes: 11 additions & 0 deletions zh/assistant/configure.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,17 @@ AI 助手使用套餐,每月按消息配额计算。一条消息指用户与 A

默认情况下,AI 助手允许超额使用。你可以禁用超额以避免超出套餐的额外费用。如果禁用超额后达到消息配额上限,AI 助手将不可用,直到消息配额重置。如果允许超额,超出配额的每条消息会产生超额费用,但根据你的使用情况,偶尔的超额可能比升级到更高套餐更便宜。

<div id="view-usage-breakdown">
### 查看用量明细
</div>

仪表盘的[用量](https://dashboard.mintlify.com/settings/organization/usage)页面会按 AI 功能分解你的积分消耗,便于你了解积分花在了哪里,并排查使用高峰。

- **Daily consumption** 图表:按产品(Assistant、Agent、Workflows、MCP 和 Others)分类的每日积分使用量堆叠柱状图。各产品的总计显示在图表下方的图例中,并附上各自占总积分使用量的百分比。
- **日期范围**:可在 **Last 7 days**、**Last 30 days**、**Last 90 days** 和 **Last 12 months** 之间切换,以调整图表的时间窗口。
- **产品筛选**:选择 **All products** 比较所有产品,或选择单个产品(Assistant、Agent、Workflows、MCP 或 Others)以仅聚焦该产品。
- **Activity log**:所有 AI 功能消耗积分的事件按时间排列的列表。每行显示时间戳、产品和来源(例如 Web chat、Slack agent 或 Workflow)以及消耗的积分数。选择 **Load more** 加载更早的事件。

<div id="change-your-assistant-tier">
### 更改 AI 助手套餐
</div>
Expand Down
Loading