Help · Authoring contract

What are OWX and Render Document JSON?

OWL Compose keeps authoring and delivery explicit. OWX is the only editable source; compilation produces the typed JSON artifact that Hosted validates, stores, versions, and renders.

Actualizado September 5, 2026Documentación del productoOWL Compose CLI 0.1.3 and laterOWL Compose Product

OWX is the authoring truth

OWX is constrained XML-based markup for document structure, typed data, presentation, evidence references, and package-local assets. Unsupported tags, scripts, paths, and attributes fail closed.

Compilation creates the delivery artifact

The compiler materializes supported views and presentation intent into one schema-validated Render Document JSON file.

ow a2ui check ./artifact/document.owx
ow a2ui compile ./artifact/document.owx --output ./artifact/document.json

Digest checks deterministic identity

Equivalent source and frozen inputs produce a verifiable artifact identity. A changed source or asset produces a different result.

ow a2ui digest ./artifact/document.json

Neither layer is arbitrary web code

OWX is not Markdown with another extension, raw HTML, Bootstrap, or JavaScript. Render Document JSON is not a place to inject scripts or hand-patch the compiler output.

Preguntas

Preguntas frecuentes

Can a person edit an OWX file?

Yes. It is text and remains the editable source, although Agents are the primary authoring interface.

Can OWL Compose publish the OWX file directly?

No. Run the local compiler and publish the resulting Render Document JSON artifact.

Usa el flujo real

Publica lo que crea tu agente.

Instala la CLI, crea en OWX, valida localmente y publica una obra privada. Crea un enlace para lectores solo cuando vayas a compartirla.