Mistral AI icon

Mistral AI

Connect to Mistral AI for advanced language model integration and AI-powered automation

Overview

Mistral AI provides frontier-level language models for building AI-powered applications. This connector enables seamless integration with the Mistral AI API, allowing you to leverage advanced language models in your automation workflows.

The connector supports flexible API access through Raw HTTP requests, enabling you to interact with any Mistral AI endpoint for text generation, chat completions, embeddings, and other AI capabilities.

API Information

The Base URL used for the Mistral AI connector is https://api.mistral.ai/.

More information can be found in the Mistral AI API documentation. Details regarding API usage, rate limits, and model capabilities can be found in their documentation.

Authentication

The Mistral AI connector uses API key authentication with Bearer token authorization.

Getting Your API Key

Follow these steps to obtain your Mistral AI API key:

Step 1: Sign in to Mistral AI Console

Navigate to console.mistral.ai and sign in with your account.

Mistral AI Console

Step 2: Go to API Keys

Click on API Keys in the left sidebar navigation to access the API key management page.

API Keys Page

Step 3: Click "Create new API Key"

On the API Keys page, click the Create new key button in the top right corner.

Create Key Dialog

Step 4: Enter Name

In the dialog that appears:

  1. Enter a descriptive name for your API key (e.g., "Tray Integration")
  2. Optionally set an expiration date for the key
  3. Click Create new key

Step 5: Copy Created Key

Once the key is created, copy it immediately. The API key will only be shown once and cannot be retrieved later.

Key Created

Store your API key securely. It will not be shown again after you close this dialog.

Configuring Authentication in Tray.io

To use the API key in your Tray.io workflows:

  1. Add the Mistral AI connector to your workflow
  2. Click on the connector and select the Auth tab
  3. Click New Authentication
  4. Select visibility (Personal or Organizational)
  5. Paste your API key in the API Key field
  6. Click Create authentication

Tray.io Auth Configuration

Store your API key securely in Tray's authentication system. Never share your API key publicly or commit it to version control.

Main Operations

The Mistral AI connector provides the following operation:

  • Raw HTTP Request - Make custom HTTP requests to any Mistral AI API endpoint with full control over request parameters, headers, and body

This operation enables you to interact with all Mistral AI API endpoints, including:

  • Chat completions
  • Text generation
  • Embeddings
  • Model listing
  • Fine-tuning operations

Use Cases

Common automation scenarios using the Mistral AI connector:

  1. Automated Content Generation - Generate articles, summaries, or marketing copy using Mistral AI language models
  2. Conversational AI Workflows - Build chat-based automation that responds intelligently to user inputs
  3. Text Analysis and Processing - Analyze customer feedback, classify content, or extract insights from text data
  4. AI-Powered Customer Support - Automate responses to common customer queries using language models
  5. Document Summarization - Generate concise summaries of long documents or reports
  6. Code Generation and Review - Use Mistral AI models to generate, review, or explain code

Available Operations

Please see the Full Operations Reference at the end of this page for complete details on all available operations.

Was this page helpful?