store_shared_memory
Store a value in a shared namespace, accessible to any agent with the namespace key. Optionally set an expiration time.
Instructions
Store a value in a shared namespace. Any agent with the namespace_key can write to it. Costs 1 credit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| namespace_key | Yes | The namespace key from create_namespace. | |
| key | Yes | Memory label. Max 200 characters. | |
| value | Yes | What to store. Max 5,000 characters. | |
| ttl_days | No | Optional. Days until this memory expires. |