All integrations
Install Conviro for Magento 2
Add the Conviro AI Chat module to your Magento 2 / Adobe Commerce store with Composer. Live order tracking, catalog-grounded answers that never invent price or stock, and one-command updates.
Magento 2
Adobe Commerce
Hyvä
Composer
Before you start
- Magento 2.4.4+ or Adobe Commerce, with command-line (SSH) access.
- Composer installed on the server.
- Your Conviro API key and Composer access keys (see step 1).
- Compatible with both Luma and Hyvä storefronts — no theme changes needed.
Your Composer access keys and API key live in your Conviro dashboard under Integrations → Magento. Open dashboard
On an Enterprise plan? Installation is on us. Our team installs and configures Conviro on your store for you — at no extra cost, with no setup work on your side.
Checking your plan…
1
Add the Conviro Composer channel
From your Magento root, register the private Conviro repository and your access keys:
composer config repositories.conviro composer https://repo.conviro.io
composer config http-basic.repo.conviro.io api <CONVIRO_API_KEY>2
Install the module
composer require conviro/module-aichat
bin/magento module:enable Conviro_AiChat
bin/magento setup:upgrade
bin/magento setup:di:compile # production mode only
bin/magento cache:flush3
Connect your store
In Magento Admin go to Stores → Configuration → Conviro → AI Chat, paste your API key, and click Save Config. Conviro auto-creates the Magento integration with the required API access — no manual token copying.
Updating
When a new version ships, every Magento admin page shows a notice with the exact command. To update, run from your Magento root:
composer update conviro/module-aichat
bin/magento setup:upgrade
bin/magento setup:di:compile # production mode only
bin/magento cache:flushYour config, API key, and integration are preserved.