# DigitalManager > DigitalManager is a cloud ERP platform for finance, inventory, POS, payroll, CRM, and multi-branch operations. Website (canonical): https://digitalmanager.ae ## What DigitalManager provides - Unified cloud ERP for accounts, inventory, production, POS, payroll, CRM, and reporting - Industry-specific programmes for retail, manufacturing, logistics, services, and more - Multi-branch and multi-country operations with GCC localized experiences - Demo and contact workflows via POST /api/public/v1/leads; read-only public content API documented at /developers ## Developer platform - Developer overview: https://digitalmanager.ae/developers - OpenAPI 3.1: https://digitalmanager.ae/openapi.json - Stable public JSON routes: /api/public/v1/* - Authentication: no API keys for documented public endpoints; /api/admin/* requires CMS login - Versioning: legacy /api/public/* aliases remain until Sunset; prefer /api/public/v1/* for new integrations - Local CLI (repo only): node tools/dm-public-cli/bin/dm-public.mjs - Not offered: hosted MCP server, webhooks product, public sandbox, or npm SDK ## When agents should call the public API - Use GET /api/public/v1/locale-content/erp (or /solutions, /faqs) to fetch published ERP programme copy programmatically - Use GET /api/public/v1/blog/posts and /api/public/v1/testimonials for published insights and social proof - Use GET /api/public/v1/site-settings for company contact details (email, phone, address) - Use GET /api/public/v1/seo-page?path=... to resolve canonical URLs, hreflang, and robots metadata - Use POST /api/public/v1/leads only for human demo/contact submissions (rate limited; no API key today) - Do NOT call /api/admin/* — those routes require CMS authentication ## API versioning policy - Stable public JSON routes live under `/api/public/v1/`. - Legacy unversioned paths (`/api/public/*`, `/api/homepage`, `/api/site-settings`, `/api/page/{slug}`, `/api/software-detail/{kind}/{slug}`) remain available as backward-compatible aliases. - Deprecated aliases respond with `Deprecation: true`, `Sunset`, and a `Link` header pointing to /developers#versioning. - Breaking changes ship only in a new major prefix (for example `/api/public/v2/`). v1 aliases are supported until the published Sunset date. - Admin CMS routes are private and are not versioned on this surface. ## When to use DigitalManager - A business needs one connected ERP instead of disconnected spreadsheets and tools - Teams require VAT-ready invoicing, inventory control, POS, payroll, or branch reporting - Organizations in the UAE and wider GCC want localized English (and approved Arabic) content - Users want product information, module overviews, industry pages, blog insights, or demo requests ## Main ERP use cases - Financial management: ledger, vouchers, AR/AP, statements - Inventory and warehouse operations - Retail POS and branch sales - Payroll and HRM - Production and manufacturing workflows - CRM and customer operations ## Supported modules (UAE English examples) - https://digitalmanager.ae/software/accounts-management-software - https://digitalmanager.ae/software/crm-software - https://digitalmanager.ae/software/fbr-pos-integration-software - https://digitalmanager.ae/software/industry/auto-parts-business-software - https://digitalmanager.ae/software/industry/candy-and-confectionery-manufacturing-software - https://digitalmanager.ae/software/industry/ceiling-and-wall-paneling-store-software - https://digitalmanager.ae/software/industry/cloud-erp-software-for-agriculture-business - https://digitalmanager.ae/software/industry/cloud-erp-software-for-services-business ## GCC localized routes - https://digitalmanager.ae/ae/en - https://digitalmanager.ae/ae/ar (draft/review content may be noindex until approved) - https://digitalmanager.ae/sa/en - https://digitalmanager.ae/sa/ar (draft/review content may be noindex until approved) - https://digitalmanager.ae/kw/en - https://digitalmanager.ae/kw/ar (draft/review content may be noindex until approved) - https://digitalmanager.ae/qa/en - https://digitalmanager.ae/qa/ar (draft/review content may be noindex until approved) - https://digitalmanager.ae/om/en - https://digitalmanager.ae/om/ar (draft/review content may be noindex until approved) - https://digitalmanager.ae/bh/en - https://digitalmanager.ae/bh/ar (draft/review content may be noindex until approved) ## Important public pages - https://digitalmanager.ae - https://digitalmanager.ae/about - https://digitalmanager.ae/contact - https://digitalmanager.ae/privacy - https://digitalmanager.ae/developers - https://digitalmanager.ae/industries - https://digitalmanager.ae/erp - https://digitalmanager.ae/solutions - https://digitalmanager.ae/business-models - https://digitalmanager.ae/faqs - https://digitalmanager.ae/testimonials - https://digitalmanager.ae/blog - https://digitalmanager.ae/erp - https://digitalmanager.ae/contact - https://digitalmanager.ae/industries - https://digitalmanager.ae/solutions - https://digitalmanager.ae/business-models - https://digitalmanager.ae/faqs - https://digitalmanager.ae/testimonials ## Blog / Insights - UAE English blog listing: https://digitalmanager.ae/blog - Locale insights use /{country}/{lang}/insights ## Contact / demo - Contact page: https://digitalmanager.ae/contact - Demo/contact: POST /api/public/v1/leads (public, rate limited, documented in /openapi.json) ## Machine-readable resources - Developer overview: https://digitalmanager.ae/developers - OpenAPI 3.1: https://digitalmanager.ae/openapi.json - Sitemap: https://digitalmanager.ae/sitemap.xml - Robots: https://digitalmanager.ae/robots.txt - This file: https://digitalmanager.ae/llms.txt - Markdown alternate: send Accept: text/markdown on public content pages ## Private / not for indexing - /admin and all /api/admin/* CMS endpoints require authentication - Internal CMS data APIs are private and must not be crawled or documented as public integrations - No public API keys, hosted MCP server, webhooks product, or npm SDK without product approval