Key-value stores
Read, write, and delete records in key-value stores. Key-value stores hold arbitrary files (binary or JSON) identified by string keys. Each Actor run has a default key-value store that contains the Actor's input.
Create key-value store
/key-value-storesGet store
/key-value-stores/{storeId}Get list of keys
/key-value-stores/{storeId}/keysGet record
/key-value-stores/{storeId}/records/{recordKey}Store record
/key-value-stores/{storeId}/records/{recordKey}Store record (POST)
/key-value-stores/{storeId}/records/{recordKey}Delete record
/key-value-stores/{storeId}/records/{recordKey}