opper-ai/Opper OpenAPI SDKs
Generate SDKs 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 | — | ./sdk |
| language | Target language (typescript, python, go, etc.) | — | typescript |
| instructions | Custom generation instructions | — | — |
| model | LLM model to use | — | — |
| verify | Run verification after generation | — | true |
| opper-api-key | Opper API key | yes | — |
Outputs
| name | description |
|---|---|
| sdk-dir | Path to generated SDK |