Skip to content
v3.0.1 — Mar 11 →

Persistent, inspectable, safe to let loose.

Novyx Core makes coding agents persistent, inspectable, and safe to let loose. Remember, coordinate, act safely, recover. Three lines of code.

python
live
>>> from novyx import Novyx
>>> nx = Novyx(api_key="nram_...")
>>> nx.remember("User pr
6,500+ total PyPI downloads·Comprehensive test suite·100+ API endpoints·Built in public

Four things it does

Remember

Persistent memory with semantic search. Survives sessions, restarts, crashes.

  • Sub-100ms recall
  • Semantic search
  • Knowledge graph (Pro+)

Coordinate

Context Spaces let agents share memory. Agent A learns it, Agent B knows it.

  • Shared memory spaces
  • 64 MCP tools
  • Works in Claude Code & Cursor

Act Safely

Policy engine, approval flows, and cryptographic audit for every action.

  • Approve before execution
  • SHA-256 audit trail
  • Risk tiers & delegation

Recover

Point-in-time rollback. Preview before executing. Like git for agent state.

  • Restore to any point in time
  • Replay time-travel (Pro+)
  • Eval health scoring

Get started in 30 seconds

Setup: Install & initialize

python
pip3 install novyx            # or: pip3 install novyx[async]

from novyx import Novyx
nx = Novyx(api_key="YOUR_KEY")

Then just 3 lines: remember, recall, rollback

python
nx.remember("user prefers dark mode")
nx.recall("user preferences")
nx.rollback("2 hours ago")

Novyx vs. the alternatives

FeatureNovyxLangChain MemoryVector DB
Persistent across sessionsManualManual
Point-in-time rollback
Cryptographic audit trail
Semantic search
Knowledge graphPro+
Multi-agent sharing
MCP server64 tools
Circuit breakerFree
Eval & CI/CD gate

See it in action

Store memories, corrupt them, roll back to a clean state, and verify the cryptographic proof — all in your browser. No signup required.

Try Interactive Demo →
Works with Claude Code, Cursor, and any MCP client

Install the MCP server. Add a line to CLAUDE.md. Done.

Every Claude Code session picks up where the last one left off. Your agents share memory, coordinate across sessions, and never repeat the same mistake. Agents act safely — every risky action waits for your approval before it executes.

bash
claude mcp add novyx-memory -- python -m novyx_mcp
markdown
# CLAUDE.md
## Shared Memory (Novyx MCP)
You have access to novyx-mcp tools for shared memory,
knowledge graph, audit, rollback, and replay.
Store decisions at the end of tasks.
Check for context from other agents before starting.

Free

$0/mo

  • 5,000 memories
  • 5,000 API calls/mo
  • 10 rollbacks/mo
  • 7-day audit

Starter

$12/mo

  • 25,000 memories
  • 25,000 API calls/mo
  • 50 rollbacks/mo
  • 14-day audit

Pro

Most Popular

$39/mo

  • Unlimited memories
  • 100,000 API calls/mo
  • Replay, Cortex, 64 MCP tools
  • Unlimited rollbacks

Enterprise

$199/mo

  • Unlimited everything
  • 90-day audit retention
  • Priority support
  • SSO-ready & 99.9% SLA

No lock-in. Upgrade instantly. Cancel anytime.

See full pricing comparison →

What's next

Actively building. Shipped weekly.

Context Spaces

Live

Shared memory namespaces for multi-agent teams. Scoped access, cross-agent recall.

Cortex v2

In progress

Smarter autonomous maintenance — auto-merge duplicates, decay noise, surface patterns.

Replay UI

Coming soon

Visual time-travel dashboard. See exactly what your agent knew at any point. API already live.

SOC 2 Type II

Planned

Formal compliance certification. Building internal controls now.

Self-hosted option

Planned

Run Novyx Core on your own infrastructure for full data sovereignty.

Your AI finally remembers.

Free tier. No credit card. Start in 30 seconds.

5,000 memories free. Forever.

Join our Discord

Built on Novyx Core

Novyx Vault is an open-source AI-powered notes app built entirely on the Novyx Core API — proof that Core works in production, not just in demos.

AI-powered notes
Memory that learns and evolves
Point-in-time rollback
Knowledge graph
Open source
Bring your own AI key
Free to use
Try Novyx Vault →