Get Drup-AID running in under five minutes, then let it build the rest.
Requirements
- Drupal 10.3+ or 11
- PHP 8.3+ and Composer
- An AI provider key (OpenAI, Anthropic, or a self-hosted model)
Install in two commands
composer require drup-aid/drup-aid
drush en drup_aid
The module pulls in Drupal's official AI rails and the Drup-AID agent suite, then runs its install routine to scaffold content types, taxonomy, and the SEO/metatag stack.
Configure your AI key
Visit /admin/config/drup-aid, choose your provider, and paste your key. Keys are stored with Drupal's Key module — never in code or logs.
Build your first page
Open the assistant and describe what you want: "Create a services page for fiber-internet installation." The page-builder agent produces an on-brand, SEO-correct page you can refine by chatting.
The agents
Drup-AID ships a master agent plus specialists for content, design, SEO, support, knowledge base, leads, billing, and analytics. See Features for the full roster, and the GitHub repository for the developer reference.
Architecture: the two-persona design
Drup-AID separates what your customers see from how you change what your business does.
- The site (Drupal + AI agents) — what visitors and customers experience: content, support chat, knowledge base, tickets. You change it by talking to your agent team. This core flavor installs on any host with no extra services — point it at an LLM key and go.
- Visual automations (the n8n layer) — the operations half of the platform, and the operator's surface. Every business automation — lead follow-up, marketing sequences, billing nudges, support escalations — lives as a visual flow: boxes and arrows you can open, read, and edit. Want the follow-up email to go out after one day instead of two? Drag, click, save. No code, no developer. Everything your business does — runs through this layer, and a novice can safely edit the flows that run their company. It is a core part of the design, not an add-on.
The starter flavor installs and runs before you connect the automation layer — but Drup-AID is whole when both halves are running: the site your customers see, and the flows that run the business behind it.