Skip to content

Lombok Documentation

This guide gives you the essentials for using Lombok, from the first install to configuration and the app platform.

Make sure you have the following installed:

  • Node.js 18 or later
  • Bun 1.1 or later
  • An active Lombok workspace

[!NOTE] The docs site is generated with Starlight, so you can browse it locally while the content is still evolving.

Run the following command in your project directory:

Terminal window
bun install

Set your environment variables before running the docs or the app platform locally:

Terminal window
export LOMBOK_API_KEY=your_api_key_here

Read the Quickstart to create your first Lombok workspace.

ParameterTypeRequiredDefaultDescription
apiKeystringYesYour Lombok API key.
baseURLstringNohttps://api.lombokapp.comAPI base URL.
timeoutnumberNo10000Request timeout in ms.
retriesnumberNo3Number of retry attempts.