For site owners
MintyOrangeBot.
Last Updated · August 12, 2026
MintyOrangeBot is the page fetcher behind Minty Orange, a content optimization tool for AI search. It downloads one page at a time, and only when a person asks us to analyze or optimize that exact page. In almost every case that person is the owner of the page.
What it does not do
It does not crawl. It does not follow links, it does not build an index, and it does not collect training data. Across the whole service it currently makes a handful of requests per day. Every request maps to one human action inside our product.
How it identifies itself
Requests use this User-Agent:
MintyOrangeBot/1.0 (+https://mintyorange.ai/bot)If a site rejects the declared bot, we may retry the same single page with a standard browser User-Agent. We would rather be transparent about that fallback than pretend it does not exist. It exists because many bot protections block any unknown bot name by default, even when the page owner is the one asking for the fetch.
How to verify it is really us
Two independent ways, and you do not have to take our word for either.
Reverse DNS. Our requests come from a fixed address whose reverse lookup resolves to crawler.mintyorange.ai, and that name resolves back to the same address. This is the same check used to verify Googlebot.
Signed requests. Every request carries an Ed25519 signature over the target host, as described in RFC 9421 and the Web Bot Auth drafts. Our public key lives at /.well-known/http-message-signatures-directory. A forged request cannot produce a valid signature, so this holds even if someone copies our User-Agent.
How to block it
We honor robots.txt rules addressed to MintyOrangeBot by name. To keep it away from your whole site, add:
User-agent: MintyOrangeBot
Disallow: /Because every request is triggered by a person working on one specific page, we do not apply generic User-agent: * rules, the same way other user-triggered fetchers work. A rule that names MintyOrangeBot always wins, and a named Disallow stops the fetch before it happens.
Contact
Questions, complaints, or a block you want lifted or added: write to hello@mintyorange.ai or use our contact form. We answer fast. There are real people here, and not many of us.