Skip to main content
GET

Overview

Returns a condensed form of your identity, sized for an agent’s context window. It keeps about_me, current_focus, the first ten key_people and preferences, and drops large contact lists. For the full identity use Get Identity (API Key). Each section holds whatever was saved in your identity attributes; there is no fixed schema inside them. about_me falls back to the legacy profile key when an older identity has no about_me. If no identity has been saved, or the lookup fails, the response is still a 200 with every section null and key_people empty. Auth: Requires API key (danube-api-key header).

Response

object | null
The about_me section of your identity attributes, or the legacy profile section
object | null
The current_focus section
array
The first ten entries of key_people
object | null
The preferences section

Example

The Python and TypeScript SDKs do not wrap this endpoint yet. client.identity.get() in both returns the full identity from GET /v1/identity/api.

MCP Resource

The MCP server exposes the full identity, not this summary, as the identity://user resource.