Cloudflare KV website screenshot

Cloudflare KV

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.

1 APIs 0 Features
Key-Value StoreEdge ComputingCloudflare WorkersDistributed StorageGlobal DatabaseCacheConfiguration Management

APIs

Cloudflare KV REST API

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)...

Pricing Plans

Rate Limits

Cloudflare Kv Rate Limits

0 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Cloudflare Kv Context

0 classes · 23 properties

JSON-LD

Resources

🔗
Website
Website
🔗
Documentation
Documentation
🚀
GettingStarted
GettingStarted
👥
GitHubOrg
GitHubOrg
👥
GitHubRepository
GitHubRepository
🔗
OpenAPI
OpenAPI
📦
SDKTypeScript
SDKTypeScript
📦
SDKPython
SDKPython
📦
SDKGo
SDKGo
🔗
LinkedIn
LinkedIn
📰
Blog
Blog
📰
DeveloperBlog
DeveloperBlog
💰
Pricing
Pricing
🟢
StatusPage
StatusPage
🔗
X
X
📄
ReleaseNotes
ReleaseNotes
🔗
Limits
Limits
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps

Sources

Raw ↑
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-images.s3.amazonaws.com/shared/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-images.s3.amazonaws.com/shared/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