Getting Started
These guides cover the AgenticEcom suite of extensions for Magento 2 — written so a first-time user can set each module up from scratch, with a screenshot of every step.
Compatibility
Section titled “Compatibility”Every AgenticEcom module is built and tested for:
- Magento Open Source / Adobe Commerce 2.4.9 (official release) or newer
- PHP 8.4 or PHP 8.5
Installing a module
Section titled “Installing a module”Modules are delivered through the licence-gated AgenticEcom Composer repository. Register the repository, authenticate with your licence key (on your My Licences page), then require any module — your one key unlocks everything you own:
# Register the repository + authenticate (once per store)composer config repositories.agenticecom composer https://repo.agenticecom.netcomposer config --global --auth http-basic.repo.agenticecom.net <YOUR-LICENCE-KEY> x
# Require a module, then apply itcomposer require agenticecom/module-<name>php bin/magento setup:upgrade && php bin/magento setup:di:compile && php bin/magento cache:flushEach module’s guide has its exact composer require line in an Install section.
Each module’s guide notes anything specific it needs (an API key, a cron job, a config section, etc.).
How these guides are organised
Section titled “How these guides are organised”- Universal modules — work on any Magento 2.4.9 store (admin/backend features or self-contained storefront features).
- Headless / Astro modules — for decoupled storefronts (e.g. an Astro front end talking to Magento over GraphQL).
Use the sidebar or the search box (top of the page) to find a module quickly.