docs: add AI setup agent prompt to quickstart - #6781
Merged
Conversation
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
N43527
commented
Jul 28, 2026
| 9. Preview with `mint dev` (`http://localhost:3000`). It blocks until stopped, so run it as a background task — verify the preview loads, then stop it before continuing. | ||
| 10. Commit and push your changes. Mintlify deploys automatically on push. | ||
| 11. If I want a custom domain, run `mint add-domain <domain>`. It prints the DNS records I need to add with my domain provider — hand those to me directly, since only I can configure them at my registrar. | ||
| 12. Confirm my site is live: fetch `https://<subdomain>.mintlify.app` (find the subdomain via `mint status`) and confirm it loads, then give me the URL. Deploys take a few minutes after pushing — retry before treating a failed fetch as an error. |
Contributor
Author
There was a problem hiding this comment.
shoot... i used .app instead of .site.
Since it's super tiny, while you're making the edits would you mind including this change as well?
ethanpalm
approved these changes
Jul 28, 2026
ethanpalm
left a comment
Collaborator
There was a problem hiding this comment.
a few changes for the prompt but looks good!
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
This was referenced Jul 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documentation changes
Brief description of what's being updated
Adding an AI prompt to set up users with their mintlify projects.
Closes
For Reviewers
When reviewing documentation PRs, please consider:
✅ Technical accuracy
✅ Clarity and completeness
✅ User experience
Note
Low Risk
Documentation-only changes to onboarding copy and a new MDX snippet; no application or deployment logic is modified.
Overview
The quickstart now leads with an AI agent path: a top-of-page tip explains that users can paste a prompt so an agent handles account creation, deployment, and later skill/MCP setup, and the page renders the new
SetupAgentPromptsnippet instead of the lighter skill/MCP-only block that used to sit before Before you begin.snippets/setup-agent-prompt.mdxis new. It wraps a copyablePrompt(copy + Cursor actions) with a 15-step playbook: validate the user’s content source, install/updatemint, login/signup and onboarding handoffs, clone the connected repo, merge or replace template content,mint devpreview, push to deploy, optional custom domain DNS, verify the live.mintlify.siteURL, install the Mintlify skill and admin MCP, and clear “needs me” vs agent-owned steps plus failure handling.Reviewed by Cursor Bugbot for commit b4ea28f. Bugbot is set up for automated code reviews on this repo. Configure here.