What this is
The Zenoh Trial Portal is the front door for the jailbreak fabric. Operators register vendors here and hand them a credential bundle; vendors then publish messages onto Zenoh under their reserved namespace. Once data is flowing, the Topics page is where vendors declare what they're publishing (key pattern, format, schema reference), and the Inspector page is where anyone on the fabric can browse live values.
Read the long-form story at docs/design/zenoh-trial-fabric.md if you want the full namespace + ACL contract.
Vendors
| Prefix | Display name | Approved? | Registered |
|---|
Operator: register a new vendor
Minting a vendor does three things: (1) creates a per-vendor X.509 leaf cert keyed off the vendor prefix so the router enforces "this vendor can only publish under its own namespace"; (2) issues a portal API key the vendor uses to register topics + view the inspector; (3) appends an allow rule to the Zenoh ACL so writes under <prefix>/** are permitted.