Skip to content

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.

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.

Install with Composer (recommended):

Terminal window
composer require drupal/cinatra

Alternatively, place the module directory under modules/custom/cinatra/ in your Drupal site.

Enable it with Drush:

Terminal window
drush en cinatra

Or enable Cinatra from Extend (/admin/modules) in the Drupal admin UI.

  1. In Drupal, open Configuration → Web services → Cinatra (/admin/config/services/cinatra).
  2. Enter your Cinatra instance address.
  3. Click Connect with Cinatra.
  4. 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.

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.

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_widget module? Enabling this module copies your old cinatra_widget settings over automatically, so the steps above will already be partly done.

Docs content licensed under CC-BY-4.0; embedded code snippets under Apache-2.0.