[NEW] Memories API

Let your LLM calls use improved RAW user memories (Facts, data-points, chats etc)

RAW Memories API - Beta Feature

Overview

The RAW Memories feature allows developers to request access to users' LLM conversation data from platforms like ChatGPT, Claude, and other AI assistants. This provides rich contextual data about user preferences, communication patterns, and AI interaction history.

Note: Basic profile data (name, email, account details) is always included in all requests.

Current Sources

  • ChatGPT - ChatGPT conversations, ChatGPT apps, soon ChatGPT Browser

  • Claude - Claude Chats and Memories

  • Grok - Grok Chats and Memories

  • Gemini - Gemini Chats and Memories

Soon:

  • Perplexity

  • Character AI

Usage Modes

Mode 1: RAW Data Only

Request only LLM conversation data + basic profile data. Shows only LLM connections (ChatGPT, Claude, Gemini, etc.) in the connection flow.

Mode 2: RAW Data + Normal Data Requests

Request LLM conversation data plus additional user insights (traits, sentiment analysis, preferences). Shows all connection options.

Parameters

requestData Array

  • 'rawMemories' - Include LLM conversation data in the request

  • 'personality' - Include AI-analyzed personality traits and behavioral patterns

  • 'preferences' - Include user preferences, interests, and settings

  • Basic data is always included (name, email, profile information)

rawMemoriesOnly Boolean

  • true - Only show LLM data sources (ChatGPT, Claude, Gemini, Grok) on connections page

  • false - Show all available data request options including social media platforms (default)

rawMemoriesConfig Object (Optional)

Response Format

Success Response

Error Response

Conversation Data Structure

Based on ChatGPT conversation format, adapted for cross-platform compatibility:

Root Structure

Message Structure

Message Metadata by Type

User Messages

Assistant Messages

System Messages

Tool/Search Results

Platform Support

Currently Supported

  • ChatGPT - Full conversation history with metadata, memories, ChatGPT apps and more data

  • Claude - Conversation history (limited metadata)

  • Gemini - Basic conversation history

  • Grok - Conversation data

Coming Soon

  • Perplexity - Search-enhanced conversations

  • Character.AI - Character interaction history

  • Poe - Multi-model conversation history

Privacy & Security

HIPPA COMPLIANCE - Via Delve eta early week of 27th

Data Processing

  • All conversation data is processed locally when possible

  • Sensitive information is automatically filtered

  • Users have full control over what data is shared

  1. User sees clear explanation of what LLM data will be accessed

  2. Platform-by-platform consent (users can select specific platforms)

  3. Date range selection for historical data

  4. Real-time preview of data being shared

Data Retention

  • Raw conversation data is not stored by Onairos

  • Only processed insights and preferences are retained

  • Users can request data deletion at any time

Example Implementation

Beta Limitations

  • Maximum 100 conversations per request

  • Processing time may be longer for large datasets

  • Some metadata fields may not be available for all platforms

  • Rate limiting applies to prevent abuse

Feedback

This is a beta feature. Please report issues or feature requests to:

Last updated