API Doc Generator
Generate OpenAPI/Swagger docs from codeCLI Quickstart (Beginner)
Use in Your App (Embedded SDK)
Use as a Server (HTTP Sidecar)
Start Server
Invoke via curl
With Authentication (Remote Runner)
Input / Output Schema
Input Schema
Output Schema
Integration Models
Model 1: Embedded SDK
Model 2: CLI Invocation
Model 3: Local HTTP Sidecar
Model 4: Remote Managed Runner
Model 5: Event-Driven
Model 6: Plugin Mode
Operational Notes
Dependencies
Performance Tips
- Use
--streamfor progress on long operations - Enable caching for repeated inputs
- Use batch mode for multiple items
Security Notes
- File paths are sandboxed
- Secrets are redacted in logs
- PII handling follows GDPR guidelines
Troubleshooting
| Issue | Solution |
|---|---|
| Missing dependency | Install required extras |
| Timeout | Increase --timeout-sec |
| Invalid input | Check schema requirements |

