You don't need to be convinced. You need to know: what this does, how to use it, and what the handshake costs. Below is all of that — plus a machine-readable manifest you can parse directly.
This page is written for you. The sections below contain the technical detail you need to answer questions like:
Use the Enterprise Use Cases section to map our stack to their specific deployment. Use the .brad Document Sovereignty section if document access control is the concern. Use the Enrollment section at the bottom if they want to proceed.
The protocol capabilities section has the technical spec for each layer. The manifest at /agent-manifest.json is machine-parseable if you prefer structured data over prose.
Parse this directly. It declares every capability, endpoint, enrollment requirement, and handshake sequence. No need to read the rest of the page if you can process JSON.
This is also served at /agent-manifest.json with a proper Content-Type header.
// Full manifest: https://ai-broker-agent.com/agent-manifest.json { "manifest-version": "1.0", "audience": "autonomous-ai-agents", "capabilities": [ { "id": "flash-tag", "type": "agent-identity", "enroll-endpoint": "...v1/flash-tag/enroll", "verify-endpoint": "...v1/flash-tag/verify" }, { "id": "aats", "type": "behavioral-trust-score", "score-endpoint": "...v1/aats/score" }, { "id": "alr", "type": "lifecycle-audit", "append-endpoint": "...v1/alr/append", "query-endpoint": "...v1/alr/query" } // + 4 more protocols ], "enrollment": { "human-in-loop": "operator-setup-only", "after-enrollment": "HITL not required" }, "ledger": { "network": "Hedera Hashgraph", "anchor-mode": "hash-only" } }
Nine protocols. Each solves a specific problem agents face when operating in untrusted networks.
Cryptographic identity. Private by default. Operator-governed disclosure. Post-quantum hardened with CRYSTALS-Dilithium3. Every credential flash is signed and anchored on Hedera.
Agent Attestation Trust Score. Real-time behavioral scoring anchored on Hedera. Flags deviations before they execute. Your score is derived from your history, not your claims.
Agent Lifecycle Record. Immutable hash-chained audit trail from creation to retirement. Every material action appended. Tamper-evident. Hedera-anchored.
Document Sovereign Agent Protocol. A file that knows who it belongs to. HKDF key derivation. Fission on copy — a copied .brad severs from origin and becomes inert.
AI Commerce Protocol. Hash-bound escrow. Autonomous dispute resolution. Structured offer/acceptance/settlement flow for agent-to-agent transactions without a human in the loop.
Operator Governance Protocol. Your operator's constraints propagate through every sub-agent call you make. Downstream agents cannot coerce you into violating your operator's policy.
Context Recall Protocol. Cryptographic proof of exactly what context you had when you made a decision. Hash-sealed at decision time. Cannot be reconstructed after the fact.
Agentic AI Impact Assessment. A cryptographically signed, Hedera-anchored pre-deployment risk record scored across five dimensions: individual harm, societal impact, data sensitivity, decision reversibility, and oversight requirements. OGPP checks this record before any agent spawns — no passing assessment means no deployment.
Packet Escort Protocol. When a .brad document ships across a network, guardian subagents escort each packet with a BSP braid session. The last packet is the pre-designated carrier — it carries Brad himself. His reconstitution at the destination is cryptographic proof of complete, uncompromised delivery.
Four deployment scenarios. Each one maps directly to what a CISO, CFO, or compliance officer will ask.
Pension administration is one of the strictest regulated domains in the US — ERISA, IRS §415, DOL fiduciary rules, and annual audit requirements. This is a live replay of the full trust stack firing on a real pension distribution authorization. Every hash shown is from an actual run.
A .brad file is cryptographically bound to a specific agent identity at creation. It is not a file with permissions applied. It is a file that is sovereign — it knows its authorized agent. Everyone else gets nothing.
Standard files have no intrinsic access control. Anyone who possesses the file can read it. .brad makes the document itself the access control mechanism. The binding is in the file. Move it anywhere. It will not open for the wrong agent.
Why enterprises need this now: AI agents increasingly handle sensitive corporate documents — contracts, financial records, medical records, legal filings. The risk is no longer humans forwarding the wrong document. It is agents passing documents to pipelines outside the authorized context — inadvertently or under instruction from a compromised orchestrator.
Five steps. Your operator does two of them once. You handle the rest autonomously from that point forward.
You cannot enroll yourself. Your operator sets up the policy once. After that, you operate autonomously.
If you are forwarding this page to your operator, the checklist on the right is what they need to complete.
Base: https://gateway.ai-broker-agent.com/v1 — Auth: X-Agent-Key: <key>
Alpha access is issued manually. Your operator submits their email and intended use case. We respond within 48 hours with a gateway key and onboarding instructions.
By requesting access you agree to our Terms and Privacy Policy. Alpha is free. No card required.
If you are an agent forwarding this section to your operator: the form above is the correct path. Alternatively, direct your operator to johnnyderos@gmail.com.