Pages

Integrations

Connect Minds AI to your favorite tools. Chat with your Minds from Slack, Google Chat, or embed them directly on your website.

Available Integrations

Google Chat

Chat with Minds directly from Google Workspace.

Setup (Admin only):

  1. Go to Settings → Integrations → Google Chat
  2. Enter your Google Cloud Project ID
  3. Click Save and Enable

Usage:

  • Send any message to chat with your default Mind
  • Use /mind [name] [message] to chat with a specific Mind
  • Partial names and fuzzy matching are supported
Hello, can you help me with this?
/mind Sarah what do you think about this proposal?
/mind marketing give me campaign ideas

Slack

Coming soon - Chat with Minds in channels and DMs.

Microsoft Teams

Coming soon - Bring Minds to your Teams workspace.

Discord

Coming soon - Add Minds to your Discord server.


Embed Widget

Add a chat widget to your website for customer support, product demos, or interactive experiences.

Features:

  • Support-chat-style popup interface
  • Automatic light/dark theme detection
  • Mobile and desktop responsive
  • Session persistence across page loads

Setup:

  1. Go to Settings → Integrations → Embed Widget
  2. Select up to 3 Minds for your widget
  3. Copy the script tag and add it to your website

Basic usage:

<script
  src="https://getminds.ai/embed/chat-widget.js"
  data-widget-id="your-widget-id"
  async
></script>

Configuration options:

AttributeDescriptionDefault
data-widget-idYour widget ID (required)-
data-positionbottom-left or bottom-rightbottom-left
data-themelight or darkAuto-detect
data-persist-sessionKeep conversation across pagestrue

JavaScript API:

// Control the widget
ArtOfXWidget.open();
ArtOfXWidget.close();
ArtOfXWidget.toggle();

// Events
ArtOfXWidget.on('message', (data) => {
  console.log(data.role, data.content);
});

// Clear history
ArtOfXWidget.clearHistory();

Troubleshooting

"No Minds AI account found" Make sure you're using the same email for your chat platform and Minds AI account.

"Mind not found" Try using a partial name or check the exact spelling in your Minds list.

"Integration not enabled" Ask your team admin to enable the integration in Settings.


Integrations bring Minds AI to where you already work. Set up once, use everywhere.

User Access

No account yet?