# Doorly > A branded age gate for OpoShop stores selling age-restricted products — vape, alcohol, CBD, tobacco, knives, adult and more. Confirm-age interstitial before browsing or buying, remembered so it never nags, sitewide or per collection/product, matched to the store's own branding. Read-only, collects nothing about shoppers, and lets search engines through so SEO survives. This app is built on the OpoShop platform. It is agent-friendly: the full API is described in OpenAPI and wrapped by an MCP server so an LLM can drive it directly. ## Machine interfaces - API contract (OpenAPI): https://app.trydoorly.com/openapi.json - API docs (Swagger): https://app.trydoorly.com/docs - Fuller LLM context: https://app.trydoorly.com/llms-full.txt - Release notes: https://app.trydoorly.com/api/release-notes - MCP endpoint (hosted): https://app.trydoorly.com/mcp — add this URL to Claude or any LLM client to drive the app in natural language. Auth with your own OpoShop store token via Authorization: Bearer . ## Auth Get an access token via POST /api/auth/login, then send it as `Authorization: Bearer ` on /api/* requests (and to the /mcp endpoint).