opper-ai/Opper OpenAPI Docs
Generate API docs from OpenAPI spec using AI agents
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| spec | Path to OpenAPI spec file | yes | — |
| output | Output directory | — | ./docs |
| instructions | Custom documentation instructions | — | — |
| model | LLM model to use | — | — |
| site | Generate static site | — | true |
| title | Site title for sidebar header | — | — |
| icon | Path to icon file (SVG/PNG) for sidebar header | — | — |
| opper-api-key | Opper API key | yes | — |
Outputs
| name | description |
|---|---|
| docs-dir | Path to generated markdown |
| site-dir | Path to generated static site (if site: true) |