Skip to content

Mistral

Mistral’s admin console uses Ory Kratos for identity management. There is no static admin API key — authentication requires an interactive email/password login that produces a session cookie.

  1. In the TUI, press p to open the Providers screen
  2. Select Mistral
  3. Navigate to the Authentication section and select Login
  4. Enter your Mistral account email, then your password
  5. KeyLedger performs the Kratos browser-flow login against https://auth.mistral.ai and stores the resulting session cookie as the session_token credential in the encrypted store

The session is valid for approximately 90 days. When it expires, repeat the login flow.

API keys listed from https://admin.mistral.ai/api/billing/api-keys?list_all_org_keys=true.

Each key includes: name, hidden key hint, created_at, expiration_date, last_used, workspace scope, and created_by (owner name).

Last used: when last_used is null the provider explicitly confirms the key was never used — KeyLedger displays never in the Last Used column rather than n/a.

FieldDescription
session_tokenOry Kratos session cookie (name=value format) — set via the Login flow, not manually
Pattern IDRegexDescription
mistral-api-key[a-zA-Z0-9]{32}32-character alphanumeric key