Memory Management

Manage conversation sessions created through API calls

Active Sessions
0

0 archived

Total Messages
0

Across all sessions

Last Activity
No activity

Most recent

How to Use Memory in Your API Calls
Add memory to your OpenAI-compatible API requests
// Your application code
POST https://your-app.com/api/v1/chat/completions
{
"sessionId": "my-session-123",
"saveToMemory": true,
"messages": [...]
}

Sessions are automatically created when you provide a sessionId. View and manage them below.

API Sessions
Sessions created via API calls

No sessions yet

Sessions will appear here when you use the API with sessionId

Select a session
Choose a session from the list to view details

Select a session to view details