Close
Toolcog home
toolcog
standard
Search
⌘
+
K
Command Palette
Search for a command to run...
Search Toolcog
Sign In
Catalog
Sources
Services
Operations
Auth Schemes
Overrides
Variables
Intents
Targets
Catalog
Sources
Services
Operations
Auth Schemes
Overrides
Variables
Intents
Targets
Operations
API endpoints available to AI agents
All methods
All methods
GET
POST
DELETE
PUT
PATCH
HEAD
Create a Namespace
Authenticated
workers-kv-namespace-create-a-namespace
POST/accounts/{account_id}/storage/kv/namespaces
Workers KV Namespace
Delete key-value pair
Authenticated
workers-kv-namespace-delete-key-value-pair
DELETE/accounts/{account_id}/storage/kv/namespaces/{namespace_id}/values/{key_name}
Workers KV Namespace
Delete multiple key-value pairs
Authenticated
workers-kv-namespace-delete-multiple-key-value-pairs
POST/accounts/{account_id}/storage/kv/namespaces/{namespace_id}/bulk/delete
Workers KV Namespace
Delete multiple key-value pairs
Deprecated
Authenticated
workers-kv-namespace-delete-multiple-key-value-pairs-deprecated
DELETE/accounts/{account_id}/storage/kv/namespaces/{namespace_id}/bulk
Workers KV Namespace
Get a Namespace
Authenticated
workers-kv-namespace-get-a-namespace
GET/accounts/{account_id}/storage/kv/namespaces/{namespace_id}
Workers KV Namespace
Get multiple key-value pairs
Authenticated
workers-kv-namespace-get-multiple-key-value-pairs
POST/accounts/{account_id}/storage/kv/namespaces/{namespace_id}/bulk/get
Workers KV Namespace
List a Namespace's Keys
Authenticated
workers-kv-namespace-list-a-namespace'-s-keys
GET/accounts/{account_id}/storage/kv/namespaces/{namespace_id}/keys
Workers KV Namespace
List Namespaces
Authenticated
workers-kv-namespace-list-namespaces
GET/accounts/{account_id}/storage/kv/namespaces
Workers KV Namespace
Read key-value pair
Authenticated
workers-kv-namespace-read-key-value-pair
GET/accounts/{account_id}/storage/kv/namespaces/{namespace_id}/values/{key_name}
Workers KV Namespace
Read the metadata for a key
Authenticated
workers-kv-namespace-read-the-metadata-for-a-key
GET/accounts/{account_id}/storage/kv/namespaces/{namespace_id}/metadata/{key_name}
Workers KV Namespace
Remove a Namespace
Authenticated
workers-kv-namespace-remove-a-namespace
DELETE/accounts/{account_id}/storage/kv/namespaces/{namespace_id}
Workers KV Namespace
Rename a Namespace
Authenticated
workers-kv-namespace-rename-a-namespace
PUT/accounts/{account_id}/storage/kv/namespaces/{namespace_id}
Workers KV Namespace
Write key-value pair with optional metadata
Authenticated
workers-kv-namespace-write-key-value-pair-with-metadata
PUT/accounts/{account_id}/storage/kv/namespaces/{namespace_id}/values/{key_name}
Workers KV Namespace
Write multiple key-value pairs
Authenticated
workers-kv-namespace-write-multiple-key-value-pairs
PUT/accounts/{account_id}/storage/kv/namespaces/{namespace_id}/bulk
Workers KV Namespace