Reference
Lookup tables for everything the running engine exposes — every HTTP route, every CLI flag, every KYMA_* env var, every KQL operator and function, and the type mappings the connector framework uses when it syncs an external database.
Today these pages are hand-written and accurate as of the latest source. The D2 milestone replaces them with autogenerated content from kyma-cli docs-export; the user-visible pages don't change.
HTTP API
Every HTTP route the engine serves — health, metrics, query, ingest, catalog, agent, dashboards, connectors. Method, path, auth role, content-type, request and response shape. Arrow Flight (separate gRPC port) included.
CLI
kyma-cli subcommands — create-database, create-table, alter-table, list-tables, version. Schema-spec syntax, the KYMA_CATALOG_URL env var, and one example invocation per command.
Environment variables
Every KYMA_* variable the binary reads, grouped by area — catalog, storage, HTTP, gRPC, OTLP, auth, staging, compaction, connectors, agent. Default value, purpose, and where in the source it's read.
KQL functions
The pipe operators and scalar / aggregation functions the KQL parser understands today. Use this page as the lookup index; the KQL page shows them in context.
Schema mappings
🚧 Roadmap. The Postgres / MySQL / MongoDB to kyma type mappings the connector framework will use when DB-M1, DB-M2, and DB-M3 ship. Source-of-truth tables, mark-for-mark, from the multi-source-database design spec.
What this section is not
- Not a tutorial. Tutorials live in Quickstart.
- Not the conceptual model. That lives in Concepts.
- Not the architecture spec. That lives in Architecture.
If you can't remember what X-Idempotency-Key does or which content-type triggers KQL — this is the section you came for.