The Storage Item API allows you to manage data storage containers across automations. Storage items store data in key-value pairs and support different types, including strings, booleans, numbers, and counters that you can update atomically. Use storage items to synchronize, store, and share data across automations.
Using the Storage Item API, you can:
Note: You can create up to 100 storage items.
Atomic updates either complete fully or fail entirely. They can't succeed partially. Atomic updates help maintain data integrity when multiple automations update the same storage item at the same time.
The Storage Item API supports atomic updates for items of type COUNTER, which you can update by calling Update Storage Item Counter By.
To manage storage items, the site must have at least 1 automation.