Google-CloudVertexBot
Google-CloudVertexBot is a bot operated by Google that browses the web on its own to finish multi-step tasks. Google-CloudVertexBot crawls sites on the site owners' request when building Vertex AI Agents. It honours robots.txt, and a request claiming to be Google-CloudVertexBot can be checked against a published IP range file.
Also seen as CloudVertexBot. Rules need to cover every token.
Google-CloudVertexBot at a glance
| User agent | Google-CloudVertexBotToken only. The operator has not published a full user-agent string, so match on the substring rather than an exact header. |
|---|---|
| Operator | |
| Purpose | Build and manage AI models for businesses employing Vertex AI |
| Respects robots.txt | Yes, documentedsource |
| Verification method | Published IP range file Crawls on behalf of a Vertex AI customer building their own grounded agent. Blocking it blocks that customer, not Google Search. https://developers.google.com/static/search/apis/ipranges/special-crawlers.json |
| Crawl pattern | Not published |
| Robots.txt tokens | Google-CloudVertexBotCloudVertexBot |
| Operator documentation | https://developers.google.com/search/docs/crawling-indexing/overview-google-crawlers |
Google-CloudVertexBot crawls sites on the site owners' request when building Vertex AI Agents.
Allow or block Google-CloudVertexBot
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: Google-CloudVertexBot
User-agent: CloudVertexBot
Disallow: /Blocks every path for this crawler only.
User-agent: Google-CloudVertexBot
User-agent: CloudVertexBot
Allow: /Explicit allow. Useful when a wildcard rule above it would otherwise catch this crawler.
User-agent: Google-CloudVertexBot
User-agent: CloudVertexBot
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 Google-CloudVertexBot stops automated sessions that fill forms, click through flows and read pages the way a logged-in user would. Rate limits and challenges usually work better here than a robots.txt line.
Block every crawler in the directory at onceIs that really Google-CloudVertexBot?
A user-agent header is a string the client chooses. Scrapers copy Google-CloudVertexBot precisely because site owners allow it. Crawls on behalf of a Vertex AI customer building their own grounded agent. Blocking it blocks that customer, not Google Search.
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 Google
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.