You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you host your documentation on Mintlify, built-in AI features help your users find answers and your team maintain content more efficiently. Your content provides the context for these AI-native features to improve the experiences of reading, writing, and discovering your documentation.
Copy file name to clipboardExpand all lines: ai/mintlify-mcp.mdx
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ Before connecting the admin MCP, confirm the following:Before connecting the adm
42
42
43
43
## Connect to the admin MCPConnect to the admin MCP
44
44
45
-
You must have an interactive OAuth login against your Mintlify account to connect to the admin MCP. AI tools exchange that login for a session token scoped to one project.You must have an interactive OAuth login against your Mintlify account to connect to the admin MCP. AI tools exchange that login for a session token scoped to one project. You must have an interactive OAuth login against your Mintlify account to connect to the admin MCP. AI tools exchange that login for a session token scoped to one or more deployments, depending on how you grant access. A connection scoped to specific deployments can only check out those, while an organization-wide connection can check out any deployment in your organization. You must have an interactive OAuth login against your Mintlify account to connect to the admin MCP. AI tools exchange that login for a session token scoped to one or more deployments, depending on how you grant access. A connection scoped to specific deployments can only check out those, while an organization-wide connection can check out any deployment in your organization.
45
+
You must have an interactive OAuth login against your Mintlify account to connect to the admin MCP. AI tools exchange that login for a session token scoped to one or more deployments, depending on how you grant access. A connection scoped to specific deployments can only check out those, while an organization-wide connection can check out any deployment in your organization.
46
46
47
47
<Tabs>
48
48
<Tabtitle="Claude">
@@ -264,10 +264,6 @@ Every admin MCP session binds to a single Git branch. The flow is:
264
264
</Step>
265
265
</Steps>
266
266
267
-
<Tip>
268
-
Calling `checkout` again during an active session switches the session to the new branch. Use this to abandon an in-progress draft and start fresh without ending the conversation.
269
-
</Tip>
270
-
271
267
## What the admin MCP can doWhat the admin MCP can do
Copy file name to clipboardExpand all lines: credits.mdx
-19Lines changed: 0 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,25 +31,6 @@ The free Starter plan does not include AI features and has no credit purchase pa
31
31
| 50,000 |\$370 |
32
32
| 100,000 |\$800 |
33
33
34
-
## Plan availability
35
-
36
-
Credits are available on the **Pro plan and above**. Every Pro plan includes 10,000 credits per month, and you can purchase additional credits from the [Usage](https://app.mintlify.com/settings/organization/usage) page whenever you need more.
37
-
38
-
The free Starter plan does not include AI features. You cannot purchase credits on the starter plan. To use the assistant, agent, or automations, upgrade to Pro or Enterprise.
39
-
40
-
<Note>
41
-
Customers on legacy credit plans keep their existing credit packs and pricing. The tiers below apply to the Pro plan.
42
-
</Note>
43
-
44
-
## Pricing tiers
45
-
46
-
| Monthly credits | Monthly cost |
47
-
| :-- | :-- |
48
-
| 10,000 |\$0 |
49
-
| 25,000 |\$145 |
50
-
| 50,000 |\$370 |
51
-
| 100,000 |\$800 |
52
-
53
34
If you need more than 100,000 credits per month, [contact sales](https://www.mintlify.com/contact/sales) to discuss a custom plan.
54
35
55
36
**Overages** cost an additional \$0.01 per credit rather than triggering an automatic tier upgrade. You can set usage alerts to receive an email when you reach a certain percentage of your tier limit. Allowing overages can be cheaper than moving up a tier depending on your usage patterns.
Copy file name to clipboardExpand all lines: organize/navigation.mdx
-14Lines changed: 0 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,20 +29,6 @@ Use the pattern that matches how you want visitors to move between top-level sec
29
29
30
30
Pages are the most fundamental navigation component. Each page is an MDX file in your documentation repository.
31
31
32
-
| Pattern | Use when | Example |
33
-
| --- | --- | --- |
34
-
|[Groups](#groups)| Your content fits in one linear sidebar and you don't need a second axis of navigation. | A single-product SDK reference. |
35
-
|[Tabs](#tabs)| You have parallel sections that share the same audience. | Guides, API reference, and SDKs tabs for one product. |
36
-
|[Anchors](#anchors)| You want persistent links to a small number of top-level destinations (external or internal) visible at all times. | Community, status page, or another link alongside your product documentation. |
37
-
|[Dropdowns](#dropdowns)| Similar to tabs, but you want to use a dropdown menu for navigation. | Switching between product documentation, API reference, and partner integrations. |
38
-
|[Products](#products)| You maintain documentation for multiple distinct products under one deployment, and each product has its own full site. | A platform with separate content for Payments, Identity, and Analytics. |
39
-
|[Versions](#versions)| You publish multiple versions of the same content in parallel. | Maintaining `v1` and `v2` API docs simultaneously. |
40
-
|[Languages](#languages)| You publish translated versions of the same content. | English, Spanish, and Japanese documentation for one product. |
41
-
42
-
## Pages
43
-
44
-
Pages are the most fundamental navigation component. Each page is an MDX file in your documentation repository.
Copy file name to clipboardExpand all lines: quickstart.mdx
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,8 @@ When you connect your documentation repository to your project, you can work on
21
21
Copy the following prompt to add the Mintlify [skill](/ai/skillmd) and [MCP server](/ai/model-context-protocol) for better results when updating your documentation.
22
22
</Tip>
23
23
24
+
<SkillMcpPrompt />
25
+
24
26
## Deploy your documentation site
25
27
26
28
Go to [mintlify.com/start](https://mintlify.com/start) and complete the onboarding process. During onboarding, you'll connect your GitHub account, create or select a repository for your documentation, and install the GitHub App to enable automatic deployments.
@@ -73,6 +75,7 @@ Find your exact URL on the **Overview** page of your [dashboard](https://app.min
0 commit comments