TypeScript SDK package.
SDK generator
OpenAPI SDK generation without the glue work.
Sourced turns your OpenAPI spec into SDKs, docs, examples, and release-ready outputs from one workspace.
Unlimited previews. No credit card required.
01Outputs
Generator outputs
Python SDK package.
Generated method and resource report.
Compatibility report when old SDKs are supplied.
Docs preview and run manifest.
02Details
Why it is different from raw generation
Raw generators produce code; Sourced 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 generation run shows the SDK artifact shape.
A local fixture run produced package.json, tsconfig.json, README.md, and src/index.ts.
A local fixture run produced pyproject.toml, README.md, typed package files, sync client, async client, errors, models, and utilities.
TypeScript and Python reports record package name, client name, base URL, resources, methods, skipped methods, and files.
Browser tests cover public pages, upload validation, signed-out blocking, generated links, failed runs, expired artifacts, publish-ready state, billing state, and the local HTTP worker artifact path.
| Example | Why it matters | Current result |
|---|---|---|
| TypeScript SDK report | Generated from OpenAPI plus config through the worker pipeline. | Package smoke, client APIAPI, 1 resource, 1 method, 0 skipped methods. |
| Python SDK report | Generated from the same input and includes sync plus async runtime surfaces. | Package smoke_api, clients APIAPI and AsyncAPIAPI, 13 emitted package files. |
| Run-state browser coverage | The dashboard is tested against the states users actually see after generation. | Generated artifacts, failed callbacks, expired artifacts, publish-ready releases, signed-out blocking, and billing readiness are covered. |