LM-Kit OneDocs2026.8.10lm-kit.com
API reference

LM-Kit One REST API

The REST surface of LM-Kit One. How Search access works (clusters, tenants, collections, keys, and grants) is covered in the guides.

Base URL#

Every path below is relative to your server's root, http://your-server:port. The samples use $LMKIT_ONE_URL for it.

Authentication#

Requests authenticate with an API key passed as a bearer token: Authorization: Bearer <key>. A server permitting anonymous local access accepts keyless requests from its own machine; every networked deployment requires the header on every endpoint in this reference.

OpenAPI document#

This reference is generated from the server's own OpenAPI document. The machine-readable source is published beside it as openapi/v1.json, and any running server serves its live copy at /openapi/v1.json.