Skip to main content
You’ll need a Nebula API key before starting. Get one at zeroset.com.
Using Claude Code, Cursor, or Codex? Run npx skills add zeroset-inc/skills to integrate Nebula automatically.

Prerequisites

  • Python 3.10+ or Node.js 18+
  • A Nebula API key from the dashboard

1. Install

2. Initialize Client

What You’ll Get Back

When you store a memory, Nebula returns the memory ID:
When you search, Nebula returns a MemoryResponse with structured memory:
  • Semantics: Subject-predicate-value assertions (facts, inferences, tasks)
  • Procedures: User preferences and behavioral patterns
  • Episodes: Temporally clustered events
  • Sources: The original source text that grounds each assertion
See Core Concepts for a deeper explanation of the memory response.

Next Steps