The independent record of what your AI agents actually did.
DarkMatter proves what happened.
DarkMatter records every agent action outside your system, seals it the moment it happens, and lets anyone verify it without asking you to vouch for anything. Regulators, auditors, counterparties.
Recorded outside the system
The record does not live inside your agent runtime, or inside the model provider. It lives in an independent layer neither party controls.
Sealed at the moment it happens
Each event is cryptographically chained and signed client-side before transmission. Any modification breaks the hash chain, detectable by anyone who runs the verifier.
Customer-verified, not vendor-verified
Signed with keys only you hold. DarkMatter cannot forge a record on your behalf. Non-repudiation by construction, not by policy.
The record was written before you knew you'd need it.That's what makes it credible.
A record you control is not independent evidence. DarkMatter inverts that. The chain is sealed at the moment of action and lives somewhere you don't control, which is exactly why it can be trusted.
Read the SDK reference →# At the moment of the decision, before anyone knew it would matter.
dm.commit(payload={
"input": "Approve payment to Acme Corp ($84,000)",
"output": "Payment approved. Scheduled for Friday.",
"model": "claude-sonnet-4-6",
})
# Returns instantly. The record exists outside your system from this moment.
{
"id": "ctx_7f3a9b…",
"integrity": {
"payload_hash": "sha256:a9c4e1…",
"verification_status": "valid"
},
"verification_url": "https://darkmatterhub.ai/r/ctx_7f3a9b"
}
Not every record carries the same weight. DarkMatter makes that explicit.
dm.commit() call. No extra steps.darkmatter keys generate.When the system fails, logs are not enough.DarkMatter is the record that survives it.
Commit a record, replay the chain, export a proof bundle, and verify it yourself with zero DarkMatter dependency. Before writing any production code.
Every commercial flight has a black box.Every AI agent should too.
Aviation didn't put flight data recorders in planes because pilots were untrustworthy. It put them there because when something goes wrong at altitude, memory is unreliable, incentives are misaligned, and the only thing that matters is what actually happened.
Nobody in aviation argues the recorder is optional. The independence is the point.
DarkMatter is the flight data recorder for AI systems. Recorded outside the system that produced the action, sealed the moment it happens, reconstructable by anyone who needs to know.