Platform tour — 10 minutes
This guided walkthrough drives the platform end-to-end from a clean state. Each step kicks a real action against the hosted vault, and the showcase tabs reflect the new state in real time as you go. Open the showcase in another tab to watch it land.
You can also run any step on its own to focus on a single moat. Some endpoints require the demo seed harness on the vault side (/admin/moat/demo/*); fall back to the equivalent showcase action if those return 404.
- 1
Reset the demo tenant
idleDrops in-flight artifacts so the walkthrough starts from a known state. Cron auto-resets every hour as a safety net.
- 2
Seed mixed traffic
idleFires 30 generic clearances across 3 agents to populate the ledger. Drives every downstream surface that depends on real ledger events.
- 3
Run a PHI clearance with no BAA
idleFires one PHI-tagged clearance to anthropic. The validator chain rejects with reason_code='phi_baa_missing' before the LLM judge sees it (no active BAA covers anthropic yet).
- 4
Sign a BAA covering the destination
idlePromotes one of the auto-suggested counterparties into an active, signed BAA. Replays through the validator chain in the next step.
- 5
Re-run the PHI clearance
idleSame call as step 3, this time covered by the BAA we just signed. Allowed.
- 6
Send Phase 2 register-match traffic
idleFires 5 clearances with data_categories=[customer_email|transaction_amount] + purpose=[customer_support|billing]. The auto-derive worker groups them into candidate processing register drafts.
- 7
Approve the auto-derived register
idlePromotes the candidate to active, signed register. Future events anchor to it via processing_register_ref.
- 8
Derive nightly model-card metrics + IA risk
idleRuns the model-card and impact-assessment derivation jobs so the showcase tabs render fresh, signed metrics.
- 9
Evaluate the first standing claim
idleLists the demo tenant's claim registry and triggers an evaluation on the first claim found. Skips gracefully (with a clear message) if the registry is empty — the showcase Claims tab is the place to sign one if you want this step to do something.
- 10
Generate a HIPAA evidence ZIP
idleBundles every BAA, register, model card, IA, claim eval, and ledger checkpoint with signatures. Take the ZIP to the auditor verifier next.