Commercial support for ai-memory · open core, Apache-2.0

Governable agent memory for the work you can't run unmanaged.

AgenticMem is the commercial support vehicle for ai-memory — the open-source endpoint memory substrate for AI agents. It is for organizations that cannot place agent memory in an unmanaged store: certified configurations, policy-enforced deployments, continuous AI health monitoring and self-healing, and a counterparty that stands behind it.

Certified data tier · PostgreSQL + Apache AGE + pgvector Encryption in transit · three legs Public telemetry · a green cell is a measurement Open core · Apache-2.0
The secret sauce

The product is the engineering and the testing.

ai-memory is not asserted to be correct — it is adversarially engineered and verified to the molecular and atomic level as a release condition. Every gate is exercised against a live adversary before it ships, and the results are published, not summarized. When AgenticMem stands behind a deployment, this is what it is standing on.

A green cell is a measurement, not a claim.

// the operating principle of the acceptance campaign
01 · CERTIFIED DATA TIER

PostgreSQL + AGE + pgvector

The certified enterprise-federation tier is a defined, machine-verified data stack — PostgreSQL with Apache AGE and pgvector — not a "bring your own database" gamble.

02 · CONFIDENTIALITY

Encrypted in transit, three legs

Client↔node, node↔node, and node↔data-tier are each encrypted in transit. Encryption in transit is always on; posture-gated controls layer on top.

03 · SEPARATION OF POWERS

Admission, not assertion

The agent that writes code never reviews or merges it, and a change is admitted only after an adversarial, separation-of-powers review — self-approval is made structurally impossible.

04 · RED-TEAM

Attacked before it ships

Forgery, denial-bypass, cross-tenant reads, and memory poisoning are actively attacked as release gates — the failure modes are convicted in the lab, not discovered in production.

05 · KILL-AND-RECOVER

Kill it, prove it recovers

Nodes are killed mid-flight and the substrate must recover in place with no lost or corrupted data. Recoverability is proven under fault, never assumed.

06 · PUBLIC TELEMETRY

Measured in the open

The acceptance campaign runs continuously and publishes its results live. Every cell is a real measurement against the shipping code — anyone can watch it turn green.

Encrypted in transit · three legs
🔒
LEG 1

Client ↔ ai-memory

Every API and MCP client connects over HTTPS / TLS.

🔒
LEG 2

Node ↔ Node

Federated peers communicate over mutual TLS (mTLS).

🔒
LEG 3

ai-memory ↔ data tier

Encrypted link to the PostgreSQL data tier.

AgenticMem AI Health Monitoring & Self-Healing
Manageability at scale

Full-spectrum health monitoring & self-healing for the substrate.

If the memory substrate is mission-critical, its health cannot be a guess. AgenticMem watches every facet of an ai-memory deployment — every write path, every backend, every federation link, every attestation — from a single node to a cluster, swarm, or hive, and where it safely can, it heals itself. Purpose-built for a world where the operators are increasingly AI agents themselves.

Two operator surfaces
Human operators

HTML health console

// biologic human operators

A live web dashboard that communicates ai-memory infrastructure health at a glance — status, vitals, alerts, and the self-healing actions the system has taken.

  • At-a-glance status across nodes, backends & federation links
  • Vitals & trends — latency, throughput, write-plane liveness
  • Alerts & incident timeline with severity and blast radius
  • Self-healing audit — what was detected, and what it fixed
◆ AI-agent operators

Monitoring API 🔒 TLS

// AI agents running the health-monitoring mission

A programmatic, TLS-encrypted API for the AI agents tasked with monitoring and managing ai-memory — machine-readable health, and the levers to act on it.

  • Structured health & readiness endpoints (per node, per facet)
  • Manageability — query, probe, and trigger remediation
  • Encrypted in transit — TLS end to end, authenticated callers
  • Fleet-aware — built for cluster · swarm · hive scale
# AI-agent health probe — TLS
GET https://node/api/v1/health/vitals
  200 { status:"healthy", write_plane:"live",
      attestation:"valid", self_heal:"idle" }
Self-healing control loop
01 · SENSE

Detect

Continuous probes across every facet surface a deviation from healthy baselines.

02 · REASON

Diagnose

Correlate signals to a root cause and a blast radius — node, backend, or federation link.

03 · ACT

Remediate

Apply a safe, bounded corrective action — reconnect, re-sync, reclaim, restart, or fail over.

04 · CONFIRM

Verify

Re-probe to confirm health restored; log the action; escalate to a human if not resolved.

↻ fail-closed by design — an action it cannot safely take or verify is surfaced to a human operator, never silently assumed
Coverage · vital / degraded / critical
Vital · integrity

Write-plane & commit health

Write liveness, transaction success, no partial or unsigned commits.

Vital · integrity

Attestation chain

Signed event-chain continuity; checkpoint signatures valid and current.

Vital · security

Auth & encryption posture

TLS in transit, at-rest state, key and attestation health, no fail-open.

Degraded · perf

Latency & throughput

Read / recall / write latencies, queue depth, contention & saturation.

Vital · reliability

Federation & replication

Peer links, catch-up cursors, cross-backend (SQLite / Postgres) parity.

Vital · reliability

Resources & capacity

Disk, memory, connection pools, schema-version & migration health.

Fleet-aware · one node to a hive
TIER · CLUSTER

Cluster

A handful of coordinated nodes — per-node vitals and a shared health view.

TIER · SWARM

Swarm

Many agents across many nodes — aggregate health, hotspots, and blast-radius awareness.

TIER · HIVE

Hive

Global, federated fleet — collective health, cross-region parity, and coordinated self-healing.

The health-monitoring & self-healing framework is an AgenticMem commercial capability provided to supported customers — layered on the open-source ai-memory substrate, not a fork of it.

What ai-memory solves

Agents are brilliant. Their memory is the risk that blocks production.

There is no reliable place for an AI agent to keep what it has done — so there is no continuity, no shared context, and no accountability.

As organizations move from a single assistant to swarms of agents acting on real systems, that gap becomes the risk that blocks production. And it compounds: run one agent five thousand times over shared memory and a single signed-but-wrong belief can convince all five thousand — a cascade that burns hours and tens of thousands in tokens before a human notices.

Memory is the missing layer — and it cannot be faked. ai-memory is engineered so that when memory is wrong, the damage is attributable, boundable, and reversible instead of silent.

The v1 guarantees
◆ Data integrity

Deletes stay forgotten

A delete destroys the record's own key and replicates the erasure itself — no lagging node can resurrect it. Forgotten stays forgotten, fleet-wide.

● Security

Forgery is convicted

A bad signature is permanently marked forged, never filed as merely "unsigned," and the event history is a tamper-evident chain anyone can verify — breaks and truncation are caught.

● Security

Denial stays denial

Every permission check fails closed on an outage, an unreadable rule refuses rather than waving traffic through, and an operator's Deny is terminal — no token overrides it.

■ Reliability · ◆ Integrity

"Accepted" means replicated

A write that can't reach its required copies says so loudly at the source, with the record to reconcile; every failed hand-off lands in a durable queue drained until it succeeds — no silent divergence.

Every guarantee is backed by shipping code and tracked, fixed issues — proven from a single agent to a cluster, swarm, or hive, on both the SQLite and PostgreSQL backends alike.

What AgenticMem provides

The open protocol stays free. The trust is what you buy.

ai-memory is and remains open source under Apache-2.0 — self-hostable, transparent, the emerging standard. AgenticMem is the commercial support vehicle for organizations that will stake mission-critical work on it: the trust, scale, governance, and counterparty an enterprise can't run without — never a crippled core.

Open source · Apache-2.0

ai-memory

  • A genuine public substrate for AI agent memory
  • Self-hostable and transparent — the emerging standard
  • Free, building the adoption flywheel
  • Every guarantee visible in the open-source code
Commercial · AgenticMem

AgenticMem support

  • Commercial support — a counterparty that stands behind the deployment
  • Certified configurations — the PostgreSQL + AGE + pgvector data tier, verified, not improvised
  • Governable, policy-enforced deployments — operator rules agents can never bypass
  • Data-local where required — run it inside your own boundary; air-gap and sovereign capable
  • Explicit federation — default-deny peers, scoped to exactly what they may send or pull
  • AI health monitoring + self-healing — detect → diagnose → remediate → verify, fail-closed

Data integrity

No silent loss; no partial or unsigned commit.

Security

Operator rules never bypassed; no fail-open.

Performance

Bounded, non-DoS-able, live under contention.

Reliability

Cross-backend parity, recoverability, no kill-switch.

One North Star governs every gate, issue, and test: that a Fortune 500 or a government could trust it with mission-critical work.

The company

AgenticMem

The trusted memory layer for the agentic enterprise — commercially supported ai-memory, for the organizations that will stake mission-critical work on it.

Commercial support for ai-memory Certified tier · PostgreSQL + AGE + pgvector www.agenticmem.co
See for yourself

The evidence, in the open.

Every claim on this page is backed by a public artifact — the running campaign, the code, and the methodology.

Give AI agents a memory the world can trust.

ai-memory™ · endpoint memory for AI agents · Apache-2.0 · github.com/alphaonedev/ai-memory-mcp AgenticMem™ · commercial support · agenticmem.co · © 2026 AlphaOne LLC