TypeScript SDK package.
SDK generator
OpenAPI SDK generation without the glue work.
Bloom turns your OpenAPI spec into SDKs, docs, examples, and release-ready outputs from one workspace.
Outputs
Generator outputs
Python SDK package.
Generated method and resource report.
Compatibility report when old SDKs are supplied.
Docs preview and run manifest.
Details
Why it is different from raw generation
Raw generators produce code; Bloom wraps generation with docs, examples, and launch checks.
The dashboard shows which outputs are ready and which actions still need review.
Generation, docs, and publishing readiness stay in one workflow.
Example output
A practical starting point for SDK and docs evaluation.
Begin with the spec your API team already owns.
Generate the first client libraries from the same workflow.
Create docs output before changing production pages.
Review examples, packages, and docs readiness before publishing.
| Example | Why it matters | Current result |
|---|---|---|
| OpenAPI input | Keeps docs and SDKs tied to the same source of truth. | One upload can drive SDKs, docs preview, examples, and checks. |
| Generated SDKs | Shows what methods, resources, and packages were produced. | TypeScript and Python are the first launch languages. |
| Launch report | Keeps release, docs, and package readiness visible. | Teams can review outputs before publishing. |
Related pages