push
Send a Core Memory Packet to an ltm server to share session state between AI agents. Validates the packet schema and redacts secrets before upload.
Instructions
Send a Core Memory Packet to the configured ltm server. The packet is schema-validated and scanned for secrets/absolute paths before upload. Pass the packet as a JSON object under 'packet'. Use 'ltm example' via the 'example' tool if you need a valid shape reference.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| allow_unredacted | No | Skip the redaction pre-flight. Only set true when the caller has already reviewed the content. | |
| packet | Yes | The full Core Memory Packet JSON (v0.1 or v0.2). |