Skip to content

Your agents are going to do something wrong. Novyx Core makes it recoverable.

Tamper-evident audit chain, policy-gated actions, transactional rollback. Works with whatever runtime you're already using.

109,488
audit chains verified
See it live — 60 seconds

Get started in 30 seconds

MCP memory works locally with zero config. No API key needed.

Four things it does

Act Safely

Write governance rules in YAML. Approve high-risk actions before they fire. Cryptographic audit for everything.

  • Policy-as-code (custom YAML rules)
  • Approval workflows (Solo/Team/Enterprise)
  • SHA-256 audit chain

Recover

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

  • Restore to any point in time
  • Replay time-travel
  • Eval health scoring

Coordinate

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

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

Remember

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

  • Sub-100ms recall
  • Semantic search
  • Knowledge graph

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 →

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="nram_...",
    control_url="https://control.novyxlabs.com",
    control_api_key="strata_...",   # governed actions require Novyx Control
)

Then 3 lines: request, approve, inspect

python
result = nx.request_action("github.issue.create", payload={...})
nx.approve(result)
nx.action_audit(result["id"])

Your agents act. You stay in control.

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

Start Free

Enter your email to create your developer account.

See Pricing

5,000 memories free. Forever.

Join our Discord