Cinatra for Drupal quick start
Cinatra for Drupal quick start
Section titled “Cinatra for Drupal quick start”This page takes you all the way from nothing to a working assistant. You do not need to leave this page to finish setup.
Before you start
Section titled “Before you start”You need:
- A Drupal site running Drupal
^10.3 || ^11, with administrator access. - A running Cinatra instance and its address (for example
https://your-team.cinatra.ai). The assistant talks to this instance.
1. Install the module
Section titled “1. Install the module”Install with Composer (recommended):
composer require drupal/cinatraAlternatively, place the module directory under modules/custom/cinatra/ in your
Drupal site.
2. Enable the module
Section titled “2. Enable the module”Enable it with Drush:
drush en cinatraOr enable Cinatra from Extend (/admin/modules) in the Drupal admin UI.
3. Connect to your Cinatra instance
Section titled “3. Connect to your Cinatra instance”- In Drupal, open Configuration → Web services → Cinatra
(
/admin/config/services/cinatra). - Enter your Cinatra instance address.
- Click Connect with Cinatra.
- Approve the connection on the consent screen that appears. The integration credential is provisioned and stored for you automatically — you never copy or paste a key.
If your environment does not support a browser redirect, expand No browser redirect? and paste the one-line connection string instead, or fill in the Manual configuration fields directly.
4. Grant access to the right roles
Section titled “4. Grant access to the right roles”By default no one sees the assistant. On People → Permissions
(/admin/people/permissions), grant the “Use the Cinatra AI assistant”
permission to the roles whose members should see it, then save.
5. Confirm it works
Section titled “5. Confirm it works”Open any node page or node edit form as a user in one of those roles. The Cinatra assistant panel appears next to your content. Type a request — for example, “draft an intro paragraph” — and the assistant responds in context. You are set up.
[!NOTE] Upgrading from the pre-release
cinatra_widgetmodule? Enabling this module copies your oldcinatra_widgetsettings over automatically, so the steps above will already be partly done.
Where to go next
Section titled “Where to go next”- Use it — what you do with the assistant day to day.
- Settings & permissions — configuration and the trust model.
- Troubleshooting — if a step above did not work.
Docs content licensed under CC-BY-4.0; embedded code snippets under Apache-2.0.