stape_set_store_document
Create or update a JSON document by key in Stape Store. Set TTL for automatic expiration and manage container-specific data.
Instructions
Create or update a JSON document by key in Stape Store.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Document key/identifier. | |
| data | Yes | JSON document object content. | |
| ttl_seconds | No | Time to live in seconds. Optional. | |
| container_identifier | Yes | Unique container identifier. |