VISIBILITY
Choose the audience before you publish the HTML.
Use public for anonymous viewing, Workspace for active members, or private for the creator. Private is the default for a new Slide.
Open the QuickstartTHE REVIEW GAP
Choose the audience as part of the publish action.
- Without a review artifact
- The same artifact may begin as a private draft, move into a team review, or become a public example. The audience must be explicit before the URL is shared.
- With the versioned workflow
- Public allows anonymous viewing. Workspace requires active membership in the owning Workspace. Private is limited to the creator and is the default for a new Slide.
SELF-CONTAINED HTML SAMPLEOpen full sample
PUBLISHING SEQUENCE
One artifact. Four explicit decisions.
led publish ./artifact.html --visibility workspace --json- 01
Name the intended audience
Decide whether the artifact is for anyone, active Workspace members, or only its creator.
- 02
Select a supported visibility
Use public, workspace, or private. Knowing the URL alone does not bypass the access boundary.
- 03
Publish with the visibility in the command
Keep the access decision beside the artifact path instead of relying on a separate hosting console.
- 04
Change it deliberately
When updating an existing Slide, omitting --visibility preserves its current visibility.