Memory Canvas
Reference
Memory Canvas
A graph view of what Repo knows — entities, relationships, and source channels.
GET
Memory Canvas
The memory canvas is a structured snapshot of your org’s memory, surfaced as nodes (entities) and edges (relationships). It powers the Memory screen in the console and is useful for agents that need to reason about the shape of available context, not just retrieve text.Documentation Index
Fetch the complete documentation index at: https://docs.userepo.com/llms.txt
Use this file to discover all available pages before exploring further.
Required action
memory:read
Query parameters
Max number of nodes to return. Min 10, max 120.
Response
Entities Repo has recognized + grouping nodes (channels, workspaces).
Relationships between nodes. Edge
kind is contains, mentions, or from_channel.When to use this
- Onboard a new agent by giving it a map of “what does this company even talk about?”
- Build a UI that lets users browse memory by topic instead of search
- Surface “you might also want to ask about…” suggestions