read, write, mkdir, rename, git init — but every byte is stored durably in Telnyx Cloud Storage, and the same filesystem can be mounted by many clients at once — a fleet of agents reading and writing it concurrently.
You mount it with the open-source JuiceFS Community Edition client (Apache-2.0), which you run yourself — Telnyx does not host or bundle it. JuiceFS has no server process: the client does all the filesystem work and talks directly to a metadata database and to object storage, so no JuiceFS component runs on the Telnyx side. Telnyx provides and authenticates the two managed backends — the metadata database and object storage — and hands you a ready-to-mount filesystem.
The target use case is a shared, persistent filesystem for AI agents: provision one CloudFS, mount it once, and every file, repo, and checkpoint an agent produces is there — and still there on the next mount, from anywhere.
CloudFS is in beta. The API surface and behavior may still change as it moves toward general availability.
Next Steps
- Quick Start — Create a filesystem and mount it end-to-end
- How CloudFS Works — The two-lane architecture and credentials
- Mounting — The verified
juicefs mountrecipe - Concurrent Access — Mount the same filesystem from many clients at once
- API Reference — The
/v2/storage/cloudfsendpoints
Related Resources
- Cloud Storage authentication — How the API key is used as the S3 access key
- Object Storage — The S3-compatible storage CloudFS is backed by