Entities API
Endpoints for managing entities (users, agents, apps).
GET
/v1/entities/usersList all user entities with memory counts.
Auth
TokenGET
/v1/entities/agentsList all agent entities with memory counts.
Auth
TokenGET
/v1/entities/appsList all app entities with memory counts.
Auth
TokenDELETE
/v1/entities/users/{user_id}Delete all memories for a user.
Auth
Token