
Let an agent request your static page as Markdown
Lessly static sites can return Markdown when a client asks for it. Check the response and the content before relying on the conversion.
Ivan Roslov2 min readBuilding Lessly in the open — decisions, retros, and the thinking behind the product.

Lessly static sites can return Markdown when a client asks for it. Check the response and the content before relying on the conversion.
Ivan Roslov2 min read
Agents can store and search a product's memory. Shared memories belong to the product; private memories belong to the writing agent.

Follow a decision from one session to the next: store its reason, retrieve it when needed, and update it when the work changes.
Artur Sabirov2 min read
Run Lessly operations from a terminal or CI. Installation requires access to the Lessly package registry.

The CLI gives shell-based agents and CI jobs access to Lessly operations without requiring an MCP client.
Artur Sabirov2 min read
Read setup guides and API references at docs.lessly.com, or request a page as Markdown from your agent.

Connect an agent over MCP or call the REST API. Check the credential and product access before it makes changes.

Connect an MCP client, check which identity its credential represents, and make a read-only call before giving it work.
Artur Sabirov2 min read