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.
Authentication
Section titled “Authentication”- In the TUI, press
pto open the Providers screen - Select Mistral
- Navigate to the Authentication section and select Login
- Enter your Mistral account email, then your password
- KeyLedger performs the Kratos browser-flow login against
https://auth.mistral.aiand stores the resulting session cookie as thesession_tokencredential in the encrypted store
The session is valid for approximately 90 days. When it expires, repeat the login flow.
What is listed
Section titled “What is listed”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.
Credential
Section titled “Credential”| Field | Description |
|---|---|
session_token | Ory Kratos session cookie (name=value format) — set via the Login flow, not manually |
Key patterns
Section titled “Key patterns”| Pattern ID | Regex | Description |
|---|---|---|
mistral-api-key | [a-zA-Z0-9]{32} | 32-character alphanumeric key |