Agent-ready files
When hosted on Mintlify, the docs expose:/llms.txtfor the documentation index./llms-full.txtfor full-site context./skill.mdfor Lodger capabilities and integration constraints./.well-known/agent-skills/index.jsonfor agent skill discovery.
llms.txt, then read the specific guide or endpoint page needed for the task.
Safe integration boundaries
Agents should follow these rules when adding Lodger to an app:- Use the TypeScript SDK from server-side code.
- Never put
LODGER_API_KEYin public browser bundles. - Prefer a stable event catalog over ad hoc event names.
- Add idempotency keys for any retryable write.
- Include request, session, trace, environment, and server context when available.
- Store returned receipt IDs next to the application objects they prove.