LM-Kit OneDocs2026.8.10lm-kit.com
Inference

Agents

Lists the agents this server defines, for use as the chat endpoints' agent field.#

GET/lmkit/v1/agents

Each entry names one reusable bundle an exchange can adopt: its description, the skill it pins, the server-executed tools it brings (names and count), whether it remembers across conversations, the model it answers with (empty follows the request or the server default), its thinking mode (empty follows the model's own default), and the fixed greeting a fresh conversation opens with. Adoption semantics are the chat endpoints': the bundle fills in wherever the request stays silent, and explicit request fields win.

Responses

StatusTypeDescription
200application/json

OK

401

Unauthorized

curl -X GET "$LMKIT_ONE_URL/lmkit/v1/agents" \
  -H "Authorization: Bearer $LMKIT_API_KEY"