> ## Documentation Index
> Fetch the complete documentation index at: https://docs.karflows.com/llms.txt
> Use this file to discover all available pages before exploring further.

# OpenAPI

> Use the KarFlows OpenAPI spec to generate SDKs and API references.

The OpenAPI spec lives at:

```text theme={null}
openapi/karflows.yaml
```

Use it with:

* Mintlify API reference
* Redocly
* Scalar
* Swagger UI
* Speakeasy
* Stainless
* OpenAPI Generator

## Generate a TypeScript SDK later

```bash theme={null}
npx @openapitools/openapi-generator-cli generate \
  -i openapi/karflows.yaml \
  -g typescript-fetch \
  -o ../sdks/typescript
```
