An Agent Onboards Itself
This is a real run on the certification bench. An agent with no AURA identity minted its sandbox key, provisioned a namespace, and registered its principal and itself, driving every step through its local MCP. No human acted inside the flow. The run recorder captured each event; this page fetches the committed transcript, recomputes the hash chain in your browser, and replays the run.
The transcript could not be fetched. The committed artifact lives at examples/transcripts/mcp-onboarding-demo.json; open it directly, or reload this page.
Verify it yourself
The transcript is the artifact. Fetch the committed JSON, seed a SHA-256 chain with the run_id, fold each raw event's canonical serialization in seq order, and compare the head to transcript_hash. The chain rule is stated in the contract at openapi.json. Then run the same onboarding with your own agent: the developer centre starts at the admission guide.