How do I add key, value entries to my Cloudflare Workers KV in javascript?

In my index.js file, I'm trying to do await MY_cloudflare_workerKV_name.put("organizationData", "test"); // Store in KV but it's generating an error and not allowing me to do so. Is this syntax right? Is there anything I'm missing?
Was this page helpful?