From 78458a0a10c8749621f8584cdc955e5d7df82baf Mon Sep 17 00:00:00 2001 From: Abdelrahman Essawy Date: Sat, 15 Aug 2026 15:36:13 +0300 Subject: [PATCH] docs: add the build with AI page and AI-agent export instructions 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. --- build-with-ai.mdx | 113 ++++++++++++++++++++++++++++++++++++++++++++++ docs.json | 10 +++- quickstart.mdx | 10 +++- 3 files changed, 131 insertions(+), 2 deletions(-) create mode 100644 build-with-ai.mdx diff --git a/build-with-ai.mdx b/build-with-ai.mdx new file mode 100644 index 0000000..a94efa1 --- /dev/null +++ b/build-with-ai.mdx @@ -0,0 +1,113 @@ +--- +title: "Let your AI agent integrate the API" +sidebarTitle: "Build with AI" +description: "Add media processing to your app by handing your AI agent one prompt. Open it in ChatGPT or Cursor, paste it into Claude, or save it as a repo rule." +icon: "robot" +keywords: ["ai integration prompt", "cursor rules", "claude md", "copilot instructions", "chatgpt prompt", "agent skills", "integrate with ai agent"] +canonical: "https://rendobar.com/docs/build-with-ai" +--- + +