Skip to main content

Base URLs

EnvironmentURL
Self-hostedhttp://localhost:3100
Productionhttps://api.yourserver.com

API Groups

Endpoint Summary

Proxy Endpoints (OpenAI-compatible)

MethodEndpointDescription
POST/v1/chat/completionsChat completion with memory
GET/v1/modelsList available models

Profile Endpoints

MethodEndpointDescription
GET/api/profilesList all profiles
POST/api/profilesCreate or get profile by external ID
GET/api/profiles/:idGet profile details
DELETE/api/profiles/:idDelete profile
GET/api/profiles/:id/exportExport profile data
POST/api/profiles/:id/ingestIngest data and extract traits/memories

Trait Endpoints

MethodEndpointDescription
GET/api/profiles/:id/traitsList traits
PUT/api/profiles/:id/traits/:keyUpdate trait
DELETE/api/profiles/:id/traits/:keyDelete trait

Memory Endpoints

MethodEndpointDescription
GET/api/profiles/:id/memoriesList memories
POST/api/profiles/:id/memoriesCreate memory
DELETE/api/profiles/:id/memories/:memoryIdDelete memory

Utility Endpoints

MethodEndpointDescription
GET/healthHealth check
GET/readyReadiness check