Skip to main content
Document Engine is in alpha and subject to breaking changes while the contract and adapters continue to evolve.
Document Engine gives you four ways to read and edit .docx files without a visible editor: All four share the same operation set. find is editor.doc.find() in the browser, superdoc.doc.find() in the SDK, superdoc find in the CLI, and superdoc_find in MCP.

How it works

The Document API defines the canonical operations. The CLI and MCP server wrap them for different consumers. The SDKs manage the CLI process and expose typed methods.

Which surface should I use?