Help · Input boundary

OWL Compose publish inputs and file support

A narrow input boundary lets the local compiler and Hosted service validate the same typed artifact.

Mis à jour September 5, 2026Documentation produitOWL Compose CLI 0.1.3 and laterOWL Compose Product

Supported direct inputs

Both inputs must come from the current OWL Compose compiler workflow and pass local validation.

ow publish ./artifact/document.json
ow publish ./artifact/document.multilingual.json

Unsupported direct inputs

  1. Raw .owx source
  2. Markdown or .md files
  3. Standalone HTML
  4. Directories or stdin
  5. JSON-LD or arbitrary JSON
  6. Web applications with runtime services

Use source material without pretending it is an import

An Agent may use Markdown, a repository, a PDF, a spreadsheet, or public data as source material for a new OWX work. The result must still be authored through supported nodes and compiled locally.

Choose another host when bytes must remain unchanged

Use an HTML or static artifact host when the job is to serve an existing webpage unchanged. Use an application platform when the output depends on a server, database, or client runtime outside the document contract.

Limite du produit

OWL Compose does not promise lossless conversion of arbitrary Markdown, HTML, or application bundles.

FAQ

Questions fréquentes

Can I publish a Markdown plan directly?

No. Use it as source material, author the work in OWX, compile it, and publish the resulting JSON.

Why is arbitrary JSON rejected?

Hosted publishing accepts one versioned Render Document schema so validation, storage, and rendering share the same structural truth.

Utiliser le vrai workflow

Publiez ce que votre Agent crée.

Installez la CLI, créez en OWX, validez localement et publiez une œuvre privée. Créez un lien lecteur uniquement au moment de la partager.