# SDK Generator (/docs/sdk-generator)

# SDK Generator

`@specemit/sdk-generator` owns the moved OpenAPI parser, generator, templates,
fixtures, and public `createClient` export. Its source fixtures live in
`packages/sdk-generator/fixtures`.

Users can generate from the homepage upload flow. Successful sessions open a
Specemit workspace with **Docs**, **Code**, and **API Reference** views. The API
Reference is read-only; it does not send requests, collect credentials, or use
a proxy route.

Generated SDK samples must stay tied to a source fixture, the generator path, the
command that produced them, and generated-output review evidence.

Run:

```sh
bun --filter @specemit/sdk-generator run check
```