When Agent A finishes its task and hands work to Agent B, the format is arbitrary. A string. A dict. A JSON blob with no fixed shape. Agent B has to guess where the output is, who produced it, whether it was tampered with, and what model generated it.
Every team building multi-agent systems invents their own format. Those formats are incompatible. Cross-framework pipelines break at the boundary. Audit trails are unverifiable. Schema drift between agents causes silent failures in production.
Context Passport is the missing envelope format — a minimal, versioned schema that any agent, framework, or model can produce and consume, with built-in cryptographic integrity.