memory.store
Store encrypted key-value data persistently across agent sessions with optional TTL.
Instructions
Store a key-value pair in the agent's encrypted, persistent memory. Survives across sessions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Memory key to store under | |
| ttl | No | Optional time-to-live in seconds | |
| value | Yes | Value to store (will be encrypted) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| key | No | ||
| created_at | No | ||
| updated_at | No |