Skip to main content
User profiles are extremely short summaries of context about an entity (Usually a user, but can be anything) which includes both the static facts about them, as well as a few recent episodes.
You can think of these as a dynamic compaction that’s done by supermemory in real-time.
This profile should be injected into the agent context for truly personalized experiences. To read more, visit User profiles - Concept Get a user’s profile — their static facts and dynamic context — with a single API call.
Profiles are built automatically as you ingest content. No setup required.

Quick Start

Response:

Get profile and search results in one call by adding the q parameter:

Parameters


Building Prompts

The most common pattern — inject profile into your LLM’s system prompt:

Full Context Pattern

Get profile + query-specific memories in one call:

Framework Examples

See AI SDK Integration for details.

Response Schema


Next Steps