Use App Data Storage
Learn how to use App Data Storage.
Purpose
Usage Examples
const base_id = kv.get("AIRTABLE_BASE_ID") // Returns the item from key-value storagekv.set("highScore", 500) // This will update "highScore" to "500" (string value)Prompting Tips
Last updated