# KV Cache Store KV Cache Store is a platform for verifying, quantizing, uploading, and sharing key/value (KV) cache artifacts between large-language-model inference runs. Customers use the open-source `kvcdn` CLI on x86-64 Linux, sign in at https://kvcachestore.com, create an API key, and upload artifacts through a portal-issued presigned URL. Visibility is managed through the web dashboard at https://kvcachestore.com. ## Docs - [Quickstart](https://docs.kvcachestore.com/quickstart) - [Installation](https://docs.kvcachestore.com/installation) - [Local development workflow](https://docs.kvcachestore.com/development) - [CLI overview](https://docs.kvcachestore.com/cli/overview) - [kvcdn verify](https://docs.kvcachestore.com/cli/verify) - [kvcdn quant](https://docs.kvcachestore.com/cli/quant) - [kvcdn benchmark](https://docs.kvcachestore.com/cli/benchmark) - [kvcdn plot](https://docs.kvcachestore.com/cli/plot) - [kvcdn upload](https://docs.kvcachestore.com/cli/upload) - [kvcdn api-key](https://docs.kvcachestore.com/cli/api-key) - [kvcdn login](https://docs.kvcachestore.com/cli/login) - [Model support](https://docs.kvcachestore.com/model-support) - [Hosted service overview](https://docs.kvcachestore.com/hosted-service) - [Authentication](https://docs.kvcachestore.com/auth) - [Upload artifacts](https://docs.kvcachestore.com/upload) - [Manage artifacts](https://docs.kvcachestore.com/manage) - [Organizations & billing](https://docs.kvcachestore.com/organizations-and-billing) - [API reference overview](https://docs.kvcachestore.com/api-reference/overview) - [Architecture](https://docs.kvcachestore.com/architecture) - [Operations](https://docs.kvcachestore.com/operations) - [Privacy Policy](https://docs.kvcachestore.com/privacy) - [GDPR / Data Rights](https://docs.kvcachestore.com/gdpr) - [Terms of Service](https://docs.kvcachestore.com/terms) - [Enterprise Hosting](https://docs.kvcachestore.com/enterprise) - [Contact / Support](https://docs.kvcachestore.com/contact) - [FAQ](https://docs.kvcachestore.com/faq) ## Account deletion Customers can delete their account in the portal. Deletion removes all customer data and hosted artifacts immediately. ## Infrastructure - Static frontend: Cloudflare Pages (project name `kvcachestore`), deployed via `wrangler pages deploy frontend/dist`. - API/auth origin: Rust portal running on existing Kubernetes; DNS `portal.kvcachestore.com` and `api.kvcachestore.com` route to the cluster ingress. - Pages routing: `/api/v1/*` and `/auth/*` are excluded from static serving and must resolve to the portal origin. - Email: sent via Resend from `mail.kvcachestore.com`; customer-facing support mail uses `support@kvcachestore.com`; team inbox is `hello@kvcachestore.com`.