Autonomous agents

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

Reference data for the Google-CloudVertexBot crawler
User agentGoogle-CloudVertexBot

Token only. The operator has not published a full user-agent string, so match on the substring rather than an exact header.

OperatorGoogle
PurposeBuild and manage AI models for businesses employing Vertex AI
Respects robots.txtYes, documentedsource
Verification methodPublished 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 patternNot published
Robots.txt tokensGoogle-CloudVertexBotCloudVertexBot
Operator documentationhttps://developers.google.com/search/docs/crawling-indexing/overview-google-crawlers

Google-CloudVertexBot crawls sites on the site owners' request when building Vertex AI Agents.

robots.txt

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.

Block Google-CloudVertexBot
User-agent: Google-CloudVertexBot
User-agent: CloudVertexBot
Disallow: /

Blocks every path for this crawler only.

Allow Google-CloudVertexBot
User-agent: Google-CloudVertexBot
User-agent: CloudVertexBot
Allow: /

Explicit allow. Useful when a wildcard rule above it would otherwise catch this crawler.

Allow, except the pages you never want quoted
User-agent: Google-CloudVertexBot
User-agent: CloudVertexBot
Allow: /
Disallow: /account/
Disallow: /checkout/
Disallow: /search

Edit 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 once
Verification

Is 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.

FAQ

Google-CloudVertexBot questions

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.