Skip to main content

Overview

Use this section to pick the right interface for your workflow and run it locally or with Docker.

Interface Matrix

InterfaceBest ForTransportLocalDocker
Web UIInteractive editing and conversionBrowser HTTPYesYes
REST APIHTTP automation and OpenAPIHTTPYesYes
MCPAgent/tool integrationsstdioYesYes
CLI (Node/Bun)Scriptable local batch generationProcess args/stdoutYesUsually local

Decision Guide

  • Use Web UI when you want a visual editor and quick conversion workflows.
  • Use REST API when you need service-to-service automation, OpenAPI, or Swagger UI.
  • Use MCP when you are integrating with MCP-capable clients/agents over stdio.
  • Use CLI when you want lightweight local scripting and pipeline-friendly output.

Next Pages