Introduction
What is Tusky?
Section titled “What is Tusky?”Tusky is agentic storage for AI. It gives your agents and applications a durable, encrypted storage layer backed by the Walrus decentralized network.
AI agents need to persist data — conversation context, generated artifacts, shared memory, backups. Tusky provides a storage API that agents can call directly via MCP tools, the TypeScript SDK, or the REST API. Files upload to a fast hot cache, sync to Walrus for decentralized durability, and stay encrypted end-to-end when they need to.
How it works
Section titled “How it works”-
Upload — Your agent or application uploads files to a hot cache via MCP tools, the SDK, or presigned URLs. Files are immediately available for download.
-
Sync — A background worker syncs files from the hot cache to the Walrus decentralized storage network.
-
Durability — Once synced, files are stored across the Walrus network with no single point of failure. The hot cache copy is eventually evicted, and files can be rehydrated on demand.