TrustX gives every AI agent a passport and a tamper-proof log of everything it does. Anyone can verify what an agent actually did, without trusting whoever ran it. Three lines of Python. No blockchain. No vendor lock-in.
An AI agent books travel, moves money, files documents, emails customers. When something goes wrong, the only record is a log file the operator controls and could have edited. That is not evidence. It is a claim.
Enterprise procurement asks how they can verify what your agent accessed and did. The honest answer today is "here are our logs, trust us." Deals stall in security review for months.
A plain log can be edited after the fact and nobody can tell. No signature, no chain, no way for an outside party to detect a deleted line or a changed number.
33% of agent deployments keep no audit trail at allEU AI Act enforcement for high-risk systems begins August 2, 2026, with penalties up to €35M or 7% of global turnover. Auditors will ask for records. Most teams have nothing to hand them.
Regulation (EU) 2024/1689No blockchain, no new trust assumptions, no proprietary format. Standard cryptography that has protected the internet for twenty years, applied to a new problem.
A signed identity document for each running agent: who it is, who operates it, what it is authorized to do, and when that authorization expires. The operator's root key signs each agent's key, so a verifier can trace any action back to a named, accountable organization.
Every action the agent takes becomes a signed record that includes the hash of the record before it. Change one number in record #2 and every hash after it breaks. Delete a record and the chain has a hole. A third party detects both in milliseconds, without trusting the operator.
Export any session as a single .trustx.json file
containing the passport and every record. Hand it to a customer, an auditor, or a court. They verify it
with a public key and zero infrastructure. The proof travels with the claim.
Below is a real signed action log from a purchasing agent with a $500 budget. The hashes are computed with actual SHA-256 and the signatures are real ECDSA, generated in your browser right now. Edit any record and run the verifier.
Works with LangChain, CrewAI, AutoGen, the OpenAI and Anthropic SDKs, or a plain function. If it runs in Python, it can be attested.
Security products that overclaim get people hurt. Here is the honest boundary, the same one that ships in our README.
We're onboarding a small group of design partners building agents that touch money, documents, or customer data. You get the SDK, direct support, and influence over the spec.