API reference
Easy Writer can be automated three ways. Pick the surface that fits how you want to work — all three read and change the same project.
C++ developer API
Compile a native plugin that contributes themes, AI commands, and dockable panels, and reads
and edits the project through the same model and engines the app uses. The complete public
ew::core + ew::app surface, generated from the headers.
Scripting API
Write JavaScript macros in the Script Console that read and edit the live project through
the world bridge — every change undoable in one step.
MCP API
Drive the whole app from an MCP client such as Claude Desktop over the local stdio server: one reference page per tool, grouped by family.