generate_sdk
Generate type-safe client SDKs in TypeScript, Python, JavaScript, or Go from an OpenAPI specification, turning API definitions into ready-to-use client libraries.
Instructions
Generate a client SDK in TypeScript, Python, JavaScript, or Go from an OpenAPI specification. Creates ready-to-use client libraries with type safety.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spec | Yes | OpenAPI specification as JSON string | |
| language | Yes | Target language for SDK generation | |
| clientName | No | Optional: Custom client class name |