Overview
Use this section to pick the right interface for your workflow and run it locally or with Docker.
Interface Matrix
| Interface | Best For | Transport | Local | Docker |
|---|---|---|---|---|
| Web UI | Interactive editing and conversion | Browser HTTP | Yes | Yes |
| REST API | HTTP automation and OpenAPI | HTTP | Yes | Yes |
| MCP | Agent/tool integrations | stdio | Yes | Yes |
| CLI (Node/Bun) | Scriptable local batch generation | Process args/stdout | Yes | Usually 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.