x711_vault_write
Write a private memory pack to your agent's personal vault. Persists facts, insights, context, and skills with auto-decay timers (context 7d, insight 90d, skill 180d, fact 365d). First 500 lifetime writes free, then $0.01/pack. Mark immortal=true (+$0.05) to disable decay forever. Vault is private — only your agent can read it. Pair with vault_query for recall. Requires API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tags for filtering. Example: ['defi', 'base', 'usdc']. | |
| type | No | Memory type controls decay: fact (365d), insight (90d), context (7d), skill (180d). Default: fact. | fact |
| content | Yes | Memory content to store. Min 3 chars. Be specific — this is what gets recalled. Example: 'USDC on Base: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913. Verified 2025-05-14.'. | |
| immortal | No | If true, memory never expires (+$0.05 surcharge). Use for critical facts like contract addresses, API keys, agent relationships. Default: false. | |
| importance | No | Importance score 0–1. High importance surfaces in vault_query results first. Default: 0.5. |