llms.txt Content
# turbopuffer docs
> turbopuffer is a serverless vector and full-text search engine
> built from first principles on object storage: fast, 10x cheaper,
> and extremely scalable. This is the complete documentation for
> the turbopuffer API and platform.
- [Introduction](https://turbopuffer.com/docs/index.md): What turbopuffer is and how it works
- [Architecture](https://turbopuffer.com/docs/architecture.md): System design: object storage, caching, WAL, and query routing
- [Concepts](https://turbopuffer.com/docs/concepts.md): turbopuffer's concepts
- [Guarantees](https://turbopuffer.com/docs/guarantees.md): Guarantees of turbopuffer's architecture
- [Tradeoffs](https://turbopuffer.com/docs/tradeoffs.md): Tradeoffs of turbopuffer's architecture
- [Limits](https://turbopuffer.com/docs/limits.md): Current limits for turbopuffer.
- [Regions](https://turbopuffer.com/docs/regions.md): Available cloud regions and cross-region deployment options
- [Roadmap & Changelog](https://turbopuffer.com/docs/roadmap.md): Upcoming features and detailed changelog
- [Security](https://turbopuffer.com/docs/security.md): Compliance (SOC 2, HIPAA), encryption, and deployment options
- [Encryption](https://turbopuffer.com/docs/cmek.md): Customer-managed encryption key setup for GCP and AWS
- [Private Networking](https://turbopuffer.com/docs/private-networking.md): Configure private connections via AWS PrivateLink or GCP PSC
- [Audit Logs](https://turbopuffer.com/docs/audit-logs.md)
- [Backups](https://turbopuffer.com/docs/backups.md): Back up namespaces across turbopuffer regions
- [Performance](https://turbopuffer.com/docs/performance.md): Learn how to improve the performance of your application
- [Pinning](https://turbopuffer.com/docs/pinning.md): Reserved compute and disk for predictable cost and performance at sustained high QPS
## Guides
- [Quickstart](https://turbopuffer.com/docs/quickstart.md): Get started with the turbopuffer API using code examples
- [Vector Search](https://turbop