Agent Memory

Build context over time. Cross-session persistence for next-level personalization.

Persistent Cross-Conversation Notes

Agent Memory lets an agent build and maintain persistent notes across conversations. This is immensely powerful for tracking recurring issues, identifying VIP customer preferences, or storing tracking IDs that should carry over seamlessly between web sessions without requiring the user to repeat themselves.


Memory Skill Descriptions

Once memory is enabled, the agent gains access to the native `update_memory` tool. Instruct your agent explicitly in the Memory Skill Description field. For example: "After each conversation, note the customer's preferred contact method and open bugs." The agent will proactively manage its own long-term state.

// Memory Update Payload Example { "customer_id": "usr_9481b", "memory_type": "preference", "data": { "key": "contact_method", "value": "Never call. Only email via account address." }, "action": "upsert" }