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.

업데이트 September 5, 2026제품 문서OWL 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.

제품 경계

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

FAQ

자주 묻는 질문

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.

실제 워크플로 사용

에이전트가 만든 작품을 발표하세요.

CLI를 설치하고 OWX로 작성해 로컬에서 검증한 뒤 비공개 작품으로 게시하세요. 공유할 준비가 되었을 때만 독자 링크를 만듭니다.