OpenAI
OpenAI is a bot that crawls the web automatically. The purpose of this bot is unclear at this time but it is a member of OpenAI's suite of crawlers. It honours robots.txt, and a request claiming to be OpenAI can be checked against a published IP range file.
OpenAI at a glance
| User agent | OpenAIToken only. The operator has not published a full user-agent string, so match on the substring rather than an exact header. |
|---|---|
| Operator | OpenAI |
| Purpose | Other automated crawlers |
| Respects robots.txt | Yes, documented |
| Verification method | Published IP range file A bare "OpenAI" token is not one of the three documented crawlers. Treat it as unverified unless the source IP appears in one of the published OpenAI range files. https://platform.openai.com/docs/bots |
| Crawl pattern | Not published |
| Robots.txt tokens | OpenAI |
| Operator documentation | https://platform.openai.com/docs/bots |
The purpose of this bot is unclear at this time but it is a member of OpenAI's suite of crawlers.
Allow or block OpenAI
Paste one of these into the robots.txt file at the root of your domain. Rules are per token, so a block on one crawler leaves every other bot untouched.
User-agent: OpenAI
Disallow: /Blocks every path for this crawler only.
User-agent: OpenAI
Allow: /Explicit allow. Useful when a wildcard rule above it would otherwise catch this crawler.
User-agent: OpenAI
Allow: /
Disallow: /account/
Disallow: /checkout/
Disallow: /searchEdit the Disallow paths to match your own account, checkout and search URLs.
What blocking actually costs you
Blocking OpenAI stops this specific token. Check your logs afterwards, because operators that ignore robots.txt often come back under a different name.
Block every crawler in the directory at onceIs that really OpenAI?
A user-agent header is a string the client chooses. Scrapers copy OpenAI precisely because site owners allow it. A bare "OpenAI" token is not one of the three documented crawlers. Treat it as unverified unless the source IP appears in one of the published OpenAI range files.
Paste the IP address from your access log below. You will see whether it belongs to a hosting provider, a residential proxy pool or a Tor exit, plus the ASN that announces it, which is what tells you whether the claim holds up.
Other crawlers run by OpenAI
Related crawlers
Identify crawlers automatically instead of by hand
Agentscan checks a request against published crawler ranges, reverse DNS and hosting data, then returns a verdict your edge can act on. One call per request, no range files to keep up to date.