# What is MistralAI-Index? AI crawler guide

Canonical URL: https://trakkr.ai/bots/mistralai-index
Published: 2026-06-11
Last updated: 2026-06-11

Learn what MistralAI-Index is, who operates it, its verified user-agent, robots.txt posture, and how blocking it can affect AI search, citations, training, or agent visibility.

Mistral automated crawler for indexing content used by Mistral AI search in Vibe.

## What is MistralAI-Index?

MistralAI-Index is the automated crawler operated by Mistral AI for indexing web content. It collects pages to power Mistral AI search within Vibe, the company's search product. The crawler identifies itself with the user-agent token MistralAI-Index and respects the Robots Exclusion Protocol. Its full user-agent string includes a reference to Mistral AI's robots documentation. The crawler is categorized as a search bot, meaning its primary function is to discover and index publicly available web pages so they can appear in Mistral AI search results.

## What it's for

For a site owner, MistralAI-Index represents an opportunity to have content discovered and potentially cited in Mistral AI search results. Allowing the crawler can increase the visibility of your pages within the Mistral AI ecosystem. Conversely, blocking it may reduce the chance that Mistral search can find and cite your pages, which could limit your reach to users of that platform.

## How to handle MistralAI-Index

To prevent MistralAI-Index from crawling your site, add a robots.txt rule that disallows the user-agent token MistralAI-Index. The crawler honors robots.txt directives, so a simple disallow rule will stop it from accessing specified paths. If you want to allow crawling, ensure no such block is in place. Review your robots.txt file to confirm the desired behavior.

## robots.txt rule

User-agent: MistralAI-Index
Disallow: /

## Blocking cost

Blocking MistralAI-Index can reduce the chance that Mistral search can find and cite your pages, potentially limiting visibility in that search ecosystem.

## Examples

- A news website allows MistralAI-Index to crawl its articles, enabling them to appear in Mistral AI search results when users query related topics.
- An e-commerce site blocks MistralAI-Index via robots.txt, preventing its product pages from being indexed and cited in Mistral AI search.
- A blog owner checks their server logs and sees regular visits from MistralAI-Index, confirming the crawler is actively indexing their content for Mistral AI search.

## Related bots

- OAI-SearchBot: Also tracked as a search crawler.
- PerplexityBot: Also tracked as a search crawler.
- Claude-SearchBot: Also tracked as a search crawler.
- iaskspider/2.0: Also tracked as a search crawler.
- Bravebot: Also tracked as a search crawler.
- Googlebot: Also tracked as a search crawler.
- ShapBot: Also tracked as a search crawler.
- YandexAdditional: Also tracked as a search crawler.
- YouBot: Also tracked as a search crawler.
- Robots.txt: Robots.txt is the control file used to allow or block MistralAI-Index.
- Mistral: MistralAI-Index gives crawler context for Mistral.

## Frequently Asked Questions

### What does MistralAI-Index do?

MistralAI-Index is an automated crawler that indexes web content for use by Mistral AI search in Vibe.

### Who operates MistralAI-Index?

MistralAI-Index is operated by Mistral AI, a company focused on artificial intelligence.

### Does MistralAI-Index respect robots.txt?

Yes, MistralAI-Index honors robots.txt directives, so site owners can control its access.

### What happens if I block MistralAI-Index?

Blocking MistralAI-Index can reduce the chance that Mistral search can find and cite your pages.

### How can I identify MistralAI-Index in my logs?

MistralAI-Index identifies itself with the user-agent token MistralAI-Index and a full string that includes a reference to Mistral AI's robots documentation.

## Data And Sources

- [Mistral AI documentation](https://docs.mistral.ai/robots) - Primary source for MistralAI-Index crawler details.
