LangWatch is open-core. Some governance surfaces work for every self-hosted deployment under the Apache 2.0 license; others require a paid Enterprise plan. Use this map when planning a rollout:Documentation Index
Fetch the complete documentation index at: https://langwatch.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
| Surface | License | Notes |
|---|---|---|
| Personal IDE keys | Apache 2.0 | Always available. The Personal Virtual Key + langwatch login flow is the open-core floor. |
AI Tools Portal at /me | Apache 2.0 | Always available. Catalog editor at /settings/governance/tool-catalog, three tile classes, admin-curated. |
| Routing Policies | Apache 2.0 | Always available. The gateway-side policy chain is core. |
| CLI debugging | Apache 2.0 | Always available. CLI 409, 401, 403 catalog. |
| Ingestion Sources | Enterprise | otel_generic source type + thirty_days retention are available on the Apache 2.0 floor; multi-source + extended retention require Enterprise. |
| Anomaly Rules | Enterprise | Admin-curated detection rules + dispatch (Slack, PagerDuty, SIEM). |
| Compliance architecture | Enterprise | OCSF, SIEM export, multi-class retention, tamper-evidence (post-GA follow-up). |
otel_generic and retention to thirty_days for non-enterprise users.
Per-file license headers
The repository tree is split 1:1 by license, so the directory a file lives in is its license:| Path | License | Header (first line of every source file) |
|---|---|---|
Anything outside langwatch/ee/ | Apache 2.0 | // SPDX-License-Identifier: Apache-2.0 |
Anything inside langwatch/ee/ | Enterprise (LangWatch EE) | // SPDX-License-Identifier: LicenseRef-LangWatch-Enterprise |
LicenseRef-* because LangWatch EE is not a registered SPDX license; the canonical text lives at the repo root in LICENSE-EE.