# Licensing

**What you'll learn:** The license structure across Kyvvu's packages.

***

## Package licenses

| Package         | License                               | License file           |
| --------------- | ------------------------------------- | ---------------------- |
| `kyvvu-sdk`     | Apache License 2.0                    | `kyvvu-sdk/LICENSE`    |
| `kyvvu-engine`  | Business Source License 1.1 (BSL 1.1) | `kyvvu-engine/LICENSE` |
| `kyvvu-api`     | Proprietary                           | `kyvvu-api/LICENSE.md` |
| Kyvvu Dashboard | Proprietary                           | --                     |

## SDK (Apache 2.0)

The SDK is permissively licensed. You can use, modify, and distribute it freely.

## Engine (BSL 1.1)

The engine is source-available under the Business Source License 1.1:

* **Free use** is permitted for development, testing, research, evaluation, and personal non-commercial purposes.
* **Production use** requires a Kyvvu commercial subscription or a separate license agreement with Kyvvu B.V.
* Each release **converts to Apache License 2.0** four years after its publication date.

The SDK depends on the engine at runtime. **The SDK's permissive license does not extend to the engine.** Bundling, vendoring, or depending on the SDK does not grant rights to the engine beyond what BSL 1.1 permits.

## Platform API and Dashboard (Proprietary)

The API and dashboard are proprietary software. Copyright 2025-2026 Kyvvu B.V. All rights reserved.

## Behavior definitions

The atomic behavior definitions (step types, scopes, verbs, and the Behavior schema) are part of `kyvvu-engine` and are governed by BSL 1.1.

## Pricing

Kyvvu meters usage by **active engine instance-hours**. One instance-hour is one `KyvvuRunner` (or `kyvvu serve` process) active for one hour.

|               |                                |
| ------------- | ------------------------------ |
| **Rate**      | EUR 0.05 per instance-hour     |
| **Free tier** | 1,000 instance-hours per month |

Kyvvu is currently available for evaluation at no cost — metered billing will be introduced in a future release. While in beta, we reserve the right to cap user registration or limit policy retrieval and agent registration.

## Commercial licensing

For production use of the engine, commercial subscriptions, or licensing inquiries:

**<licensing@kyvvu.com>**

***

## Next steps

* [Installation](/getting-started/installation.md) — install the SDK
* [Changelog](/reference/changelog.md) — version history


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.kyvvu.com/reference/licensing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
