cURL
curl --request PATCH \ --url https://api.eden.art/v2/agents/{agentId}/user-memory-enabled \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data ' { "user_memory_enabled": true } '
{ "success": true }
Enable or disable the user memory feature for an agent.
Documentation IndexFetch the complete documentation index at: https://docs.eden.art/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.eden.art/llms.txt
Use this file to discover all available pages before exploring further.
Default Response