ORIGIN
The night a correct system failed correctly
In early 2044 we were four engineers building operational software for companies that run on intake: work orders arriving by email, forms filled in on phones at the side of a road, voicemails transcribed at two in the morning, and increasingly, AI agents summarising all of it into a dashboard someone would read over coffee. The plumbing worked. The authentication was tokenised magic links, because that is what everyone shipped, and it was the right call by every standard we were measured against.
Then a shared operations mailbox at one client was compromised. Not dramatically — a reused password, a stale session, the ordinary way it always happens. The attacker did not need to break anything we had built. They simply opened the inbox and found weeks of "secure links", each one a valid, unexpired, correctly signed invitation to a system holding customer records, site photographs, and payment instructions. Every entry was logged. Every entry looked legitimate, because by the rules we had written, every entry was legitimate.
We spent the next fortnight rotating tokens and writing an incident report, and somewhere in the middle of that fortnight the actual lesson arrived. Our cryptography had not failed. Our assumption had. We had assumed that the channel carrying a credential was neutral — a pipe, not a participant. It never was. The moment you send a link, the mailbox holding it becomes part of your security boundary, and you have almost certainly never audited it, because it does not belong to you.
A link is a promise: whoever holds this may enter. A sealed payload is a proof: only this key can open this, and here is the record of it being opened. The difference sounds academic until you are on a call at midnight explaining to a client why a system that did everything right leaked anyway.
So we stopped shipping references and started shipping sealed content. KryptAPI is that decision, generalised: any service, any model, any pipeline can seal, relay and attest through one interface, and the relay in the middle — us — never holds the keys to read what it carries. We built the thing we wished had existed the week before that mailbox was opened.