Skip to content

Commit de0e715

Browse files
grebettgithub-actions[bot]
authored andcommitted
chore: sync docs to v1.1.23
1 parent 31eb0e5 commit de0e715

174 files changed

Lines changed: 80824 additions & 1956 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

public/getting-started/platform-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Admin is the control plane for IT, security, and finance teams. Manage your orga
7373
<CtaButton href="https://admin.mistral.ai">Open Admin</CtaButton>
7474

7575
<UsefullLinkContainer>
76-
<LinkCard href="/admin/security-access/back-office" title="Admin documentation" />
76+
<LinkCard href="/admin/set-up-organization/create-organization" title="Admin documentation" />
7777
<LinkCard href="/#quickstarts" title="Admin quickstarts" />
7878
</UsefullLinkContainer>
7979

public/getting-started/quickstarts/admin/create-organization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Already have an account without an organization? Open <AppLink href="https://adm
4242

4343
Team members can't generate working API keys until billing is active.
4444

45-
Open <AppLink href="https://admin.mistral.ai/organization/billing" app="admin">SubscriptionsBilling</AppLink>, click **Add payment method**, and connect your card or cloud marketplace account. Optionally set a **Monthly spending limit** before saving.
45+
Open <AppLink href="https://admin.mistral.ai/organization/billing" app="admin" path={["Subscriptions", "Billing"]} />, click **Add payment method**, and connect your card or cloud marketplace account. Optionally set a **Monthly spending limit** before saving.
4646

4747
Billing takes 2–3 minutes to take effect. If team members report inactive API keys right after, ask them to wait and retry.
4848

public/getting-started/quickstarts/admin/manage-workspaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Never commit API keys to source control. Use environment variables or a secrets
9494

9595
Prevent unexpected costs by setting monthly spending limits per workspace.
9696

97-
1. Open <AppLink href="https://admin.mistral.ai/organization/billing" app="admin">SubscriptionsBilling</AppLink>.
97+
1. Open <AppLink href="https://admin.mistral.ai/organization/billing" app="admin" path={["Subscriptions", "Billing"]} />.
9898
2. Under the workspace, click **Set limit**.
9999
3. Enter a monthly budget in USD: for example, `$500`.
100100
4. When the workspace hits the limit, API requests return `429 Too Many Requests` until the next billing cycle.

public/getting-started/quickstarts/developer/first-api-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ The terminal prints a short description of Mistral AI. If it doesn't, check the
176176
<TableRow>
177177
<TableCell>`402 Payment Required`</TableCell>
178178
<TableCell>No payment method on account</TableCell>
179-
<TableCell>Add one at <AppLink href="https://admin.mistral.ai/organization/billing" app="admin">SubscriptionsBilling</AppLink></TableCell>
179+
<TableCell>Add one at <AppLink href="https://admin.mistral.ai/organization/billing" app="admin" path={["Subscriptions", "Billing"]} /></TableCell>
180180
</TableRow>
181181
<TableRow>
182182
<TableCell>`429 Too Many Requests`</TableCell>
Lines changed: 85 additions & 0 deletions
Loading

public/img/admin_overview.svg

Lines changed: 102 additions & 0 deletions
Loading

public/studio-api/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Studio gives you programmatic access to Mistral models for text generation, agen
2626

2727
<SectionTab as="h1" sectionId="getting-started-api">Getting started with the API</SectionTab>
2828

29-
1. **Create an API key** in the console or through the [API keys](/admin/security-access/api-keys) page in Admin.
29+
1. **Create an API key** in the console or through the [API keys](/admin/identity-access/api-keys) page in Admin.
3030
2. **Send your first request**: follow the [send your first API request](/getting-started/quickstarts/developer/first-api-request) quickstart to make a chat completion call in Python or TypeScript.
3131

3232
:::tip

public/studio-api/workflows/getting-started/core_concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This section explains the building blocks of Mistral Workflows and how they fit
1111

1212
<SectionTab as="h2" sectionId="mental-model">The mental model</SectionTab>
1313

14-
Everything starts at the **Workflows API**: the orchestrator you call to start, query, and signal runs. For full endpoint details, see the [API reference](/api/endpoint/workflows).
14+
Everything starts at the **Workflows API**: the orchestrator you call to start, query, and signal runs. For full endpoint details, see the [API reference](/api/endpoint/beta/workflows).
1515

1616
Your code lives outside the API, in **Workers**: processes you deploy that connect outbound to the API and pull work from it. The code a worker runs splits in two:
1717

public/studio-api/workflows/managing-workflows-in-production/hardened_deployments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Admins can:
4343
A deployment can have multiple credentials to support key rotation or multi-worker setups.
4444

4545
:::tip
46-
Manage your API keys in the [API keys](/admin/security-access/api-keys) section of the admin panel.
46+
Manage your API keys in the [API keys](/admin/identity-access/api-keys) section of the admin panel.
4747
:::
4848

4949
<SectionTab as="h1" sectionId="registering-an-obo-workflow">Registering an OBO workflow</SectionTab>

public/vibe/work/switch-organization-workspace.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sidebar_position: 9
88
Your Mistral account belongs to one or more **Organizations**, and each Organization contains one or more **Workspaces**. A Workspace is an **isolation boundary**: use it to keep resources separate between departments, projects, or environments. It is not a team-management container.
99

1010
:::info
11-
Workspaces are shared across Vibe, Studio, and the Admin Panel: the same Workspace entity is visible in all three. In Vibe Work, switching Workspace changes which scope you're working in. See [Organizations and Workspaces](/admin/security-access/organization) for the admin view.
11+
Workspaces are shared across Vibe, Studio, and the Admin Panel: the same Workspace entity is visible in all three. In Vibe Work, switching Workspace changes which scope you're working in. See [Organizations and Workspaces](/admin/workspaces/organization-vs-workspaces) for the admin view.
1212
:::
1313

1414
<SectionTab as="h2" sectionId="switcher">Switch from the sidebar</SectionTab>
@@ -54,7 +54,7 @@ Some Vibe Work behavior is configured per Workspace by Organization Admins:
5454
- **User access and roles**: who can join the Workspace and at what role.
5555
- **Usage metrics**: per-Workspace usage tracking.
5656

57-
If a feature is missing or behaves differently between Workspaces, this is usually why. Reach out to your Organization admin to adjust settings, or see [Organizations and Workspaces](/admin/security-access/organization) for the configuration details.
57+
If a feature is missing or behaves differently between Workspaces, this is usually why. Reach out to your Organization admin to adjust settings, or see [Organizations and Workspaces](/admin/workspaces/organization-vs-workspaces) for the configuration details.
5858

5959
:::tip
6060
More granular sharing of individual resources with specific users or groups, without requiring a Workspace switch, is on the roadmap.

0 commit comments

Comments
 (0)