The code-rhapsodie/connector-claude bundle integrates Claude into Ibexa DXP, enabling AI-assisted content generation and editing capabilities directly from the Ibexa Back Office.
NOTE This Claude AI connector is experimental and may not be suitable for production use. Use at your own risk.
composer require code-rhapsodie/connector-claude// config/bundles.php
return [
// ...
CodeRhapsodie\Bundle\ConnectorClaude\CRConnectorClaudeBundle::class => ['all' => true],
];#.env
CLAUDE_API_KEY=your-claude-api-key-here php bin/console ibexa:migrations:import vendor/code-rhapsodie/connector-claude/src/bundle/Resources/migrations/claude_action_configurations.yaml php bin/console ibexa:migrations:migrate