Vörðr
Zero Trust framework for AI agents. SPIFFE-based identity, OPA policy enforcement, intent validation, and human escalation gates.
API keys and service accounts weren't designed for AI agents that spawn sub-agents dynamically, with unbounded sessions and shifting privileges. Vörðr uses cryptographic short-lived credentials — certificates that expire in seconds, not months — with full delegation lineage traceable back to a human principal.
Knowing who an agent is isn't enough. The system must also ask: what are you trying to do, and does it match what you declared? When a prompt injection redirects an agent mid-task — attempting an undeclared external API call, for example — the manifest validator catches the deviation and blocks it before damage occurs.