# Telnyx Storage: KV — Documentation Index > KV documentation within the Storage section of the Telnyx developer docs (https://developers.telnyx.com). > Root index: https://developers.telnyx.com/llms.txt · Storage index: https://telnyx.com/llms/storage.txt · Full content for this subsection: https://telnyx.com/llms/storage/kv-full.txt - [KV Quick Start](https://developers.telnyx.com/docs/edge-compute/kv/quick-start.md): Get started with Telnyx KV in minutes: create a namespace, bind it to your edge function, and read or write data using the dashboard or API. - [KV API Reference](https://developers.telnyx.com/docs/edge-compute/kv/api-reference.md): Complete REST API reference for Telnyx KV namespaces and keys, including endpoints, request parameters, and response formats. - [KV CLI](https://developers.telnyx.com/docs/edge-compute/kv/cli.md): Manage Telnyx KV namespaces and keys from your terminal using the telnyx-edge CLI, including create, list, put, get, and delete operations. - [Key expiration](https://developers.telnyx.com/docs/edge-compute/kv/ttl-and-metadata.md): Telnyx KV has no server-side TTL or metadata. Expire keys at the application level by storing an expiry timestamp inside the value and checking it on read. - [KV Use Cases](https://developers.telnyx.com/docs/edge-compute/kv/use-cases.md): Real-world patterns for Telnyx KV including session storage, response caching, and feature flags at the edge, with application-level expiry. - [KV Pricing](https://developers.telnyx.com/docs/edge-compute/kv/pricing.md): Pricing for Telnyx KV: free tier limits and per-million-operation rates for reads, writes, deletes, and lists, with free egress.