The control plane for AI agents that act in the real world.
Memory is the substrate. Governance is the product. Novyx Core lets agents remember, coordinate, act safely, and recover — three lines of code.
Get started in 30 seconds
uvx novyx-mcpRead the quickstart →MCP memory works locally with zero config. No API key needed.
Governed actions · Novyx Control
Works with
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
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
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.
5,000 memories free. Forever.
Join our Discord