aid: cloudflare-kv name: Cloudflare KV description: > Cloudflare Workers KV is a globally distributed key-value store that allows developers to store and retrieve data at low latency from Cloudflare's edge network. It provides a REST API for reading, writing, deleting, and listing key-value pairs across namespaces, making it ideal for caching, configuration management, session storage, API authorization, and dynamic routing. KV supports eventual consistency across Cloudflare's global network with read latencies under 5ms, and is accessible both via Workers bindings and external REST API calls. type: Index image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg url: https://raw.githubusercontent.com/api-evangelist/cloudflare-kv/refs/heads/main/apis.yml created: 2026-06-13 modified: 2026-06-13 specificationVersion: "0.19" tags: - Key-Value Store - Edge Computing - Cloudflare Workers - Distributed Storage - Global Database - Cache - Configuration Management apis: - aid: cloudflare-kv:cloudflare-kv-rest-api name: Cloudflare KV REST API description: > The Cloudflare KV REST API provides external application access to Workers KV namespaces and key-value pairs. Endpoints cover namespace management (create, list, rename, delete), key enumeration, individual value reads and writes, bulk operations (up to 10,000 pairs), bulk deletes, and key metadata retrieval. All requests are authenticated with a Bearer API token scoped to the target account. image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg humanURL: https://developers.cloudflare.com/kv/ baseURL: https://api.cloudflare.com/client/v4 tags: - Key-Value Store - Namespaces - Bulk Operations - Edge Storage properties: - type: Documentation url: https://developers.cloudflare.com/kv/ - type: OpenAPI url: https://raw.githubusercontent.com/cloudflare/api-schemas/main/openapi.yaml - type: OpenAPI url: openapi/cloudflare-kv-rest-api-openapi.yml common: - type: Website url: https://www.cloudflare.com/products/kv/ - type: Documentation url: https://developers.cloudflare.com/kv/ - type: GettingStarted url: https://developers.cloudflare.com/kv/get-started/ - type: GitHubOrg url: https://github.com/cloudflare - type: GitHubRepository url: https://github.com/cloudflare/api-schemas - type: OpenAPI url: https://raw.githubusercontent.com/cloudflare/api-schemas/main/openapi.yaml - type: SDKTypeScript url: https://github.com/cloudflare/cloudflare-typescript - type: SDKPython url: https://github.com/cloudflare/cloudflare-python - type: SDKGo url: https://github.com/cloudflare/cloudflare-go - type: LinkedIn url: https://www.linkedin.com/company/cloudflare/ - type: Blog url: https://blog.cloudflare.com/ - type: DeveloperBlog url: https://blog.cloudflare.com/tag/developers/ - type: Pricing url: https://developers.cloudflare.com/kv/platform/pricing/ - type: StatusPage url: https://www.cloudflarestatus.com/ - type: X url: https://x.com/Cloudflare - type: ReleaseNotes url: https://developers.cloudflare.com/kv/platform/release-notes/ - type: Limits url: https://developers.cloudflare.com/kv/platform/limits/ - type: Plans url: plans/cloudflare-kv-plans-pricing.yml - type: RateLimits url: rate-limits/cloudflare-kv-rate-limits.yml - type: FinOps url: finops/cloudflare-kv-finops.yml maintainers: - FN: Kin Lane email: kin@apievangelist.com