Developers
Build on top of Lium programmatically โ whether you're a human writing a service or an AI agent driving the platform on a user's behalf. Everything Lium exposes (REST API, CLI, Python SDK, MCP, llms.txt) is documented here. The external URLs in the lists below are stable and safe to bookmark.
For AI agentsโ
Start at AI Agents โ a single page that wires up all four agent surfaces:
https://docs.lium.io/mcpโ docs MCP server (search + read pages)https://docs.lium.io/llms-full.txtโ full docs as one markdown bundlehttps://lium.io/api/openapi.jsonโ live OpenAPI 3.1 spec for the platform APIcurl -fsSL https://lium.io/install.sh | bashโ shell-driven pod management
For developersโ
- Get started in 5 min โ your first authenticated API call
- OpenAPI spec โ every REST endpoint, payload, and response
- SDK โ typed Python client (
@lium.machine,Lium()) - CLI overview โ the
liumcommand-line tool- Installation ยท Quickstart ยท Reference
- MCP endpoint โ Model Context Protocol docs server
- llms.txt โ
/llms.txtand/llms-full.txtfor LLM context
The live Swagger UI is hosted at lium.io/documents; the raw spec lives at lium.io/api/openapi.json.