Public read-only sharing is rolling out behind a feature flag. If the Link option doesn’t appear in your Share menu or in the project card’s three-dot menu, the flag isn’t enabled for your account yet.
Open the share dialog
There are two ways to open the share dialog:- From inside a project, click Share in the top toolbar and choose Link.
- From the Projects page, click the ⋮ menu on a project card and choose Link.
- Private (default) — only workspace members can open the project. There is no public link.
- Anyone with link — anyone who has the URL can open the project in read-only mode.
Make a project public
- Open the share dialog.
- Under General access, switch from Private to Anyone with link.
- Copy the generated URL.
- Send the URL to the people you want to share with.
What recipients see
Visitors with the link see exactly what you see in the Specification view:- Type Definitions, Inputs and Outputs, every Blueprint, and the Dependencies graph
- Each Blueprint’s interactive diagram, embedded inline
- The full Contents sidebar for navigation
- The ability to run the Blueprint with their own input values, just like in Live mode
- Edit any node, description, or heading
- Trigger AI editing or the Lab Agent — the toolbar buttons that mutate the project are inert
- Add comments
- Open the deployment menu (Connect, n8n, Code, Embed are hidden)
Stop sharing
Open the share dialog again and switch back to Private. The public URL stops working immediately — anyone using it will get a 404. The same URL is reused if you re-enable the share later.Who can share
Managing a project’s share is restricted to owners of the workspace the project belongs to — see Workspaces. Other members and anonymous visitors don’t see the Link option.Tips
- Reconcile before sharing. Ask the Lab Agent to bring the descriptions in line with the logic, so the spec readers will see actually matches what you ship. See Logic & Descriptions.
- Use one share per audience. If you need to share with multiple groups separately, that’s not yet supported — today’s share is one public URL per project. If you need fine-grained control, keep the project private and add reviewers as workspace members.
- Don’t put secrets in input examples. The shared view shows your project’s structure and any default input values. Strip anything sensitive before turning the share on.
What to do next
- Specification view — the experience your share recipients see
- Logic & Descriptions — keep your spec readable before you share
- Deploy & Integrate — for runtime integrations rather than review-only sharing