Bitbucket
GoodBotVerifiedBOTAn automated agent used by Atlassian's Bitbucket platform to deliver event notifications and payload data to configured external endpoints. Operated by Atlassian.
What is Bitbucket?
Bitbucket-Webhooks is the official automated agent operated by Atlassian to facilitate communication between Bitbucket Cloud repositories and external web services. It functions by sending HTTP POST requests containing JSON payloads whenever specific repository events occur, such as code pushes, pull request creations, or issue updates. This mechanism is fundamental to modern DevOps, allowing developers to automate deployment pipelines, synchronize project management tools, and trigger custom server-side logic based on version control activity.
Identification
Bitbucket-WebhooksWhy it crawls your site
This agent does not crawl the web in the traditional sense; rather, it performs targeted outbound requests to specific URLs configured by repository administrators. It acts as a bridge to notify external systems of changes within a Bitbucket environment, ensuring that integrated tools remain synchronized with the latest repository state. Administrators can verify the authenticity of these requests by checking the source IP addresses against Atlassian's published IP ranges or by validating the webhook signatures provided in the request headers.
Block or allow Bitbucket
Add a Disallow rule for Bitbucket-Webhooks in your robots.txt file. You can also block at the server level using your web server configuration or CDN firewall rules to filter requests matching the user-agent string.
# Block Bitbucket from crawling your entire site User-agent: Bitbucket-Webhooks Disallow: / # Allow Bitbucket full access User-agent: Bitbucket-Webhooks Allow: /
Ensure your robots.txt allows Bitbucket-Webhooks. Verify requests are genuine by checking the user-agent string and referring to Atlassian's documentation.
Traffic & trends
No Cloudflare traffic data available.
Loading trend data…
From the community
Recent Reddit discussion mentioning this bot.
Links & references
Data sources
This profile is compiled from the following sources.