cURL
curl --request GET \ --url https://api.velixarai.com/memory/identity \ --header 'Authorization: Bearer <token>'
Get the user’s identity profile for a workspace.
{ "identity": { "expertise": ["TypeScript", "distributed systems", "AI/ML"], "communication_style": "direct, technical, prefers code examples", "recurring_goals": ["ship fast", "maintain quality"], "stable_constraints": ["no vendor lock-in", "open source preferred"], "preferences": { "language": "TypeScript", "framework": "none — vanilla preferred" } } }