docs: add the build with AI page and AI-agent export instructions - #70
Merged
Conversation
Adds a Build with AI page: the one-line CTA pointing at the hosted integration prompt, the full copyable prompt mirrored from the platform repo, open-in-ChatGPT and open-in-Cursor deep links built from the URL-encoded prompt, a Claude copy-or-MCP note, per-tool rule-file locations, and the agent-skills install command. Wires the page into the Getting Started nav, adds a fastest-path tip to the quickstart, and adds docs.json markdown.instructions so every .md export and llms.txt tells agents to keep the key in env, fetch live job types, and find the full prompt at /prompts/integrate.md.
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.
What
Phase B of the AI-prompt distribution program.
/build-with-ai(Getting Started, after the quickstart):Add Rendobar to my app: read and follow https://rendobar.com/prompts/integrate.mdpackages/shared/src/constants/integration-prompt.tsin the platform repo (MDX comment marks the source of truth for future syncs)chatgpt.com/?q=, auto-submits) and Open-in-Cursor (cursor.com/link/prompt?text=, under the 8K cap at ~4.7K chars) deep links built from the URL-encoded prompt.cursor/rules/rendobar.md,CLAUDE.md/AGENTS.md,.github/copilot-instructions.mdnpx skills add rendobar/agent-skillsmarkdown.instructions(three lines injected into every.mdexport and llms.txt): key stays in env, fetch live job types fromGET /jobs/types, full prompt at/prompts/integrate.md. The contextual menu already covered copy/view/chatgpt/claude/cursor/mcp, so it is untouched.Notes
Test plan
validate:frontmatter,validate:nav,validate:plan-limits,validate:webhooksall pass locally.mint validate/mint broken-linkscould not run locally (CLI refuses Node 25, the only Node on this machine). Mintlify's PR preview covers it.