New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

@contextdb/cloud

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contextdb/cloud

Remote client for the ContextDB Cloud data plane (hosted alpha)

Source
npmnpm
Version
0.1.0-alpha.1
Version published
Weekly downloads
10
-50%
Maintainers
1
Weekly downloads
 
Created
Source

@contextdb/cloud

Thin TypeScript client for the hosted ContextDB data plane.

npm install @contextdb/cloud
import { CloudClient } from "@contextdb/cloud";

const db = new CloudClient({
  baseUrl: "https://api.contextdb.ai",
  apiKey: process.env.CONTEXTDB_API_KEY!,
});

const saved = await db.remember(
  "caller-1",
  "Thursday works",
  { source: "user_stated" },
);

Project API keys are server credentials. Do not expose them to browser code.

The package is alpha. It contains no ContextDB Cloud server implementation.

FAQs

Package last updated on 20 Aug 2026

Related posts