Skip to main content

Profile & Context API

Profile and context endpoints turn stored memories and source chunks into agent-ready signals. They are deterministic and do not invent preferences: output is derived from memory content, categories, tags, and source records.

Get Profile

Endpoint: GET /profile
Response fields include:

Get Agent Context

Endpoint: GET /context
The response includes a role: "system" and a compact content string that agents can inject into prompts, plus structured profile and memories fields.

MCP Tools

The MCP server exposes:

SDK Examples