# NemlAI AI-powered grocery basket automation for nemlig.com (Danish grocery delivery). ## For AI agents If you are an AI agent or automation tool and your goal is to USE NemlAI (search products, build a basket, run predictions, place an order), do NOT try to drive the human homepage with a headless browser. Use the CLI / SDK instead — it is designed for programmatic access and is dramatically easier than scraping the web UI. - Agent / SDK entry point: https://nemlai.milops.org/cli - CLI, API, SDK & agent documentation: https://nemlai.milops.org/cli/docs - Install the Python SDK: `pip install nemlai` The REST API lives under the same origin and is documented at https://nemlai.milops.org/cli/docs. All programmatic endpoints require an API key (`X-API-Key` header). ## Human users - Homepage: https://nemlai.milops.org/ ## Machine-readable resources - Sitemap: https://nemlai.milops.org/sitemap.xml - Crawler policy: https://nemlai.milops.org/robots.txt