Skip to main content

Python SDK

pip install supermemory

JavaScript SDK

npm install supermemory
Both SDKs also work against self-hosted Supermemory — pass baseURL: "http://localhost:6767" (TypeScript) or base_url="http://localhost:6767" (Python) when creating the client.

Installation

Quick Start

Common Operations