There's no documentation for AI agent transitions. No chain of custody, no departure records, no liability history. EXIT fixes that — a 300-byte cryptographically signed departure record.
Not really. Because there's no way to know what you're getting. No operational history, no departure records, no verifiable standing. Markets require documentation. The AI agent market has none.
Who's liable for an agent's prior behavior? Without EXIT, nobody knows. EXIT creates the audit trail that enterprises, insurers, and regulators need.
Like property records for real estate or VINs for cars. EXIT creates a verifiable chain of agent transitions across platforms.
$500K customizing an agent on Platform A — that investment is hostage. EXIT documents transitions, making portability possible.
A compact JSON-LD document with Ed25519 signature. Offline-verifiable. No central authority. No API dependency.
| Field | Purpose | Type |
|---|---|---|
| id | Content-addressed hash URI | URI |
| subject | Who is leaving (DID) | DID URI |
| origin | What is being left | URI |
| timestamp | When departure occurred | ISO 8601 |
| exitType | voluntary · forced · emergency · keyCompromise | Enum |
| status | good_standing · disputed · unverified | Enum |
| proof | Ed25519 cryptographic signature | DataIntegrityProof |
Disputes modify the record. They never block departure.
TypeScript reference implementation. One function call to create a signed, verifiable departure marker.
A: Lineage · B: State Snapshot · C: Disputes · D: Economic · E: Metadata · F: Cross-Domain
exit keygen · exit create --sign · exit verify · exit inspect
W3C DIDs · W3C Verifiable Credentials · JSON-LD · Ed25519 · KERI-compatible key management
SOC 2 / ISO 27001: Auditable lifecycle records for every agent transition. No more audit gaps from undocumented migrations.
Insurance underwriting: EXIT markers are to AI insurance what claims histories are to auto insurance — the data underwriters need.
Procurement compliance: Due diligence documentation for agent deployment. No CFO signs off on agents with undocumented histories.
Regulatory readiness: EU AI Act documentation requirements. NIST agent standards alignment. Be ready before it's mandated.
Non-custodial: No central registry. No single point of failure. No custodian liability for your organization.
Minimal overhead: ~335 bytes per marker. Ed25519 signing in microseconds. Zero runtime impact.
Competitive positioning: Support open agent portability standards before your competitors do.
Protocol-stack compatible: Complements A2A, MCP, AP2, Entra, SailPoint. Fills the transition gap none of them address.
Open source. Apache 2.0. Integrate in an afternoon.