Agentuity Documentation

KV Storage

Docs

Store and retrieve data by key, like a dictionary. Set a value with a key, get it back later using that exact key. Optionally set a TTL (time-to-live), which tells the system to automatically delete the data after a set period, perfect for caching or temporary sessions. Use KV when you know the exact key you're looking for. For searching by meaning or similarity, use Vector storage instead.

Sample Data:
Keys (0)
No keys found. Click "Load Sample Data" to add a sample.
Value
Select a key to view its value
Reference Code
Loading...
Ready
Output will appear here...