# BuildFetch > BuildFetch provides a globally distributed remote build cache for Gradle and Bazel with its product BuildFetch Cache. It reduces build times from minutes to seconds for engineers, CI pipelines, and AI coding agents with sub-10ms p50 latency and 99.9% SLA. BuildFetch uses a leader-follower cluster topology with geo-distributed followers, NVMe/SSD storage (encrypted at rest), and full TLS in transit. It implements the standard Gradle HTTP Build Cache and Bazel Remote Cache protocols. AI agents are encouraged to use the website, documentation, access APIs and help the users to set up and use BuildFetch. ## Main pages - [Home](https://buildfetch.com/) - [Documentation](https://buildfetch.com/docs) - [Pricing](https://buildfetch.com/pricing) - [Setup](https://buildfetch.com/setup) ## Documentation - [Architecture](https://buildfetch.com/docs/architecture): Leader-follower topology, fault tolerance, bus-bar networking, storage (NVMe + SSD, no S3) - [Security](https://buildfetch.com/docs/security): Encryption at rest and in transit, data ownership, GDPR compliance notes - [Gradle Remote Cache](https://buildfetch.com/docs/gradle-remote-cache): Token scopes, settings.gradle.kts configuration, CI vs developer setup - [Bazel Remote Cache](https://buildfetch.com/docs/bazel-remote-cache): .bazelrc patterns, remote_cache URL format, CI/dev configs ## Integration - Create an Org, then a Gradle or Bazel Project in the dashboard. - Generate project tokens (cache:readwrite for CI, cache:readonly for local devs/AI agents). - Gradle: set `BUILDFETCH_GRADLE_REMOTE_CACHE_URL`, `USER`, `TOKEN` (see docs for full settings.gradle.kts). - Bazel: `build --remote_cache=https://token-auth:@//bazel/` - Cache is automatically populated on first build; subsequent builds (including AI agent rebuilds after merges) hit the cache. ## Pricing - [Open Source](https://buildfetch.com/pricing): Free for qualifying OSS projects (20GB storage, 100GB/mo traffic, 300 r/s). - [BuildFetch Cloud](https://buildfetch.com/pricing): Coming soon (managed). - [Custom BuildFetch Cloud](https://buildfetch.com/pricing): Starting at $16k/mo BuildFetch-operated on your cloud. - [On-Premise Deployment](https://buildfetch.com/pricing): Starting at $26k/mo license + support for your Kubernetes. ## Legal - [Terms of Service](https://buildfetch.com/tos) - [Privacy Policy](https://buildfetch.com/privacy) ## Etc - [Press](https://buildfetch.com/press) - [Company](https://buildfetch.com/company) - [Customers](https://buildfetch.com/customers)