llms.txt Content
# liblab
> Try auto-generated SDKs in all major languages for seamless API integration across diverse tech stacks. Get started for free.
## Why LibLab?
- Generate fully featured SDKs from your OpenAPI spec with complete type safety and best-in-class developer experience.
- No proprietary formats—pure OpenAPI, ensuring flexibility and no vendor lock-in.
- Built-in SDK versioning & maintenance, keeping your libraries up to date automatically.
- Effortless API documentation that syncs seamlessly with your SDKs.
- CI/CD-ready automation, including dependency updates, testing, and package publishing.
- Multi-language support—deliver SDKs in multiple programming languages without extra effort.
- SCO2 compliant, ensuring best practices in SDK generation and lifecycle management.
## Quickstart
1. Create a [FREE account](https://app.liblab.com)
2. Install the CLI
- `npm install -g liblab`
3. Initialize your project and create a configuration file
- `liblab init --spec <path_or_url_to_your_openapi_spec>`
4. Generate your SDK
- `liblab build`
## Docs
- [Installation](https://liblab.com/docs/cli/cli-installation): Follow this guide to install and set up the liblab CLI. Get started with SDK CLI tools for seamless development and integration.
- [login, logout, change-password, and token](https://liblab.com/docs/cli/cli-overview-auth/index): Learn how to authenticate with the liblab CLI for secure SDK access. Set up CLI authentication for a safe and streamlined development process.
- [init, hooks, and build](https://liblab.com/docs/cli/cli-overview-build): Build different sdk languages using liblab’s CLI and sdk code hooks. Streamline development with CLI build commands designed for efficient and reliable SDK creation.
- [config](https://liblab.com/docs/cli/cli-overview-configuration): Configure and manage SDK generation settings using the liblab CLI.
- [pr](https://liblab.com/docs/cli/cli-overview-publish/index): Use the liblab CLI to publish and deploy SDKs with ease.