Skip to content

Publishing and sharing a Space

How to publish a Space into a reusable form, customize it, and share specific runs.

Updated July 19, 2026

Once a Space works, this covers turning it into something your team can run, and sharing a specific result.

Publishing your Space

When the canvas works, click Publish. The publish dialog:

  1. Collects metadata: name, description, thumbnail, category.
  2. Auto-generates an input form from your canvas input nodes, one field per input.
  3. Writes the Space and form so teammates can run it without touching the canvas.

After first publish you're taken to the Form Editor to refine that form.

The Form Editor

At the form editor, a three-panel editor lets you customize the auto-generated form before or after publishing:

  • Structure tree (left): organize fields into steps and rows; reorder, group, rename.
  • Preview (center): see the form exactly as users will.
  • Properties (right): set each field's label, required flag, visibility, and advanced options.

There's also an AI Layout assistant that suggests a cleaner grouping/step structure, validated against your actual fields before it applies.

The canvas is the source of truth. If you delete an input node and re-open the form editor, the form re-derives from the current canvas while preserving your layout customizations (row grouping, titles, steps).

Sharing a run

Share a specific run as a public, read-only page. From the canvas, sharing appends the run to the generated link, so recipients see exactly that run's outputs. Share is stateless; if the run ID doesn't resolve, the viewer falls back to the latest run.