Most key-value stores lock you into a single compute platform or bury you in database-style complexity. Telnyx KV does neither. It works from anywhere, runs colocated with Telnyx telecom infrastructure, and ships as part of a broader edge compute platform. One account, one API, one bill.
Two access paths, one store. Zero-credential access from edge functions, REST for everything else.
Zero-credential edge access
Your code reaches KV directly from edge functions. No API keys to manage, no extra network hop. The store is available the moment your function runs.
Works from any language
Read and write from Python, Go, Rust, curl, or anything that speaks HTTP. The REST API is a core access path, not an afterthought.
Store any format
JSON, protobuf, raw text, binary. No schema to define, no envelope around your data, no opinions about your format. You choose the serialization.
Automatic expiration
Set a time-to-live on any key and the platform handles the rest. No cleanup jobs, no stale data, no cron-based garbage collection.
Global by default
Write from Chicago, read from Singapore. KV is accessible from any edge function in any region, not pinned to a single zone.
One store, every path
Edge functions and backends share the same data. Write from your function, read from your server. No replication step, no sync lag.
No schemas, no provisioning, no configuration. Create a namespace, write a key, read it back. That's the whole API.
One account, one API, one bill.