Share
saihm_shareShare a specific memory cell with another agent using post-quantum authenticated encryption. Grant read, write, or readwrite access by pinning the recipient's agent identity out-of-band.
Instructions
Share a cell with another agent, end-to-end authenticated. Pin the grantee's agentIdHash out-of-band. Use this to grant another agent access to a specific memory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | Access scope (default read) | |
| cellId | Yes | The cell to share | |
| expiryEpoch | No | Optional expiry as a UNIX-epoch count (decimal string) | |
| recipientRecord | Yes | The grantee's published identity record (hex fields) | |
| recipientPinnedAgentIdHashHex | Yes | The grantee's agentIdHash (hex), pinned out-of-band |