From f54da9379d7fc5dc499a20c88036b4a03da0ae4f Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 22:54:44 +0000 Subject: [PATCH] Document mint ai CLI command Generated-By: mintlify-agent --- installation.mdx | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/installation.mdx b/installation.mdx index 68eca503e..8f444c1ae 100644 --- a/installation.mdx +++ b/installation.mdx @@ -248,6 +248,24 @@ mint openapi-check http://localhost:8080/openapi.json --local-schema Production deployments only support HTTPS URLs. The `--local-schema` flag is for local development only. +### Ask AI + +Ask the [AI assistant](/ai/assistant) a question about your documentation from the command line: + +```bash +mint ai [prompt] +``` + +The assistant searches your published documentation and returns an answer with cited sources, the same way users interact with the assistant on your documentation site. Use this to quickly look up information in your docs without leaving the terminal. + +```bash +mint ai "how do I configure authentication?" +``` + + + The assistant must be enabled on your project. See [Assistant](/ai/assistant) for configuration details. + + ### Create a workflow Create a [workflow](/agent/workflows) file interactively with the following command: