Equip your LLMs with Yuzool outcome APIs. In one call, agents can create invoices, storefronts with checkout, memberships, directory marketplaces, outreach campaigns, repurposed content packs, and transcript-aware YouTube Shorts plans.
Start Here
Use the Agent Skills hub for copy-paste prompts, endpoint examples, and a live tester. Then create scoped keys and run outcomes immediately.
Use this as system instructions in Claude, Cursor, or OpenAI Agents SDK.
You are connected to Yuzool outcome APIs.
Base URL: https://www.yuzool.com
Tool discovery: GET /api/agents/mcp
Auth: Authorization: Bearer <AGENT_KEY>
Start flow: POST /api/agents/intent (natural language first)
Invoice safe flow: POST /api/agents/invoice/draft -> POST /api/agents/invoice/confirm
Landing/widget flow: POST /api/agents/widgets/generate then /api/agents/widgets/revise
Content repurposing: POST /api/agents/content/repurpose
Storefront flow: POST /api/agents/storefront/build
Membership flow: POST /api/agents/membership/build
YouTube clip flow: POST /api/agents/clips/factory
Directory marketplace flow: POST /api/agents/directory/build
Outreach campaign flow: POST /api/agents/outreach/build
Business-in-a-Box flow: POST /api/agents/business-box/build
Business-in-a-Box revise: POST /api/agents/business-box/revise
Job polling: GET /api/agents/status/:jobId
If 402: prompt user to activate Agent Starter.
If 429: read overage_policy and suggest upgrade or retry next cycle.
More packs: Agent Skills ยท API Docs
These are outcome-level calls, not low-level CRUD. Each response is structured for direct agent follow-up.
Invoice
Create invoice + PDF + payment link
/api/agents/invoice/create
Storefront
Generate product page + Stripe checkout ops
/api/agents/storefront/build
Membership
Build lesson mini-site + subscriptions + onboarding drip
/api/agents/membership/build
Repurposing
One prompt to blog, LinkedIn, email, X thread, page sections
/api/agents/content/repurpose
YouTube Clip Factory
Transcript-aware Shorts/Reels clip plans with hooks + captions
/api/agents/clips/factory
Intent Router
Natural language command to auto-routed executable outcome
/api/agents/intent
Directory Kits
Searchable directories + submission forms + featured listing monetization
/api/agents/directory/build
Outreach Campaigns
Lead list + personalization + send cadence + reply triage + CRM sync
/api/agents/outreach/build
Business-in-a-Box
Single command launches full systems for coaching, agency, digital shop, newsletter, or local service
/api/agents/business-box/build
One unified API to handle the heavy lifting. Build exactly what your users are asking for, right inside their chat context.
/invoice/create
Instantly create line-item invoices, generate downloadable PDFs, and append optional Stripe payment links on the fly.
/storefront/build
Prompt-to-store capability. Return full product-page code, structured sections, and Stripe checkout ops payload in one call.
/intent
Don't want to parse JSON? Just pass raw natural language commands. We'll automatically route it to the right Yuzool tool.
/content/repurpose
Returns channel-ready assets in structured JSON so agents can edit specific blocks instead of regenerating everything.
/clips/factory
Supports transcript-aware timestamp extraction, hook generation, caption packs, and thumbnail briefs for Shorts/Reels/TikTok.
/directory/build
Outputs searchable directories, submission form schema, and monetized featured listing plans for immediate launch.
/outreach/build
Returns lead handling, personalization blocks, cadence steps, reply triage logic, and CRM sync mappings.
/business-box/build +
/business-box/revise
Launches a complete business system template, then lets agents revise it with targeted focus areas.
Whether you're building custom autonomous agents, using Cursor, or working directly with Anthropic's Claude, Yuzool slots perfectly into your workflow.
Call GET /api/agents/mcp to instantly discover Model Context Protocol tool definitions for seamless integration.
Copy our pre-written Cursor `.cursorrules` instructions or Claude System Prompts to get your agent routing tasks in seconds.
Open your Agent Keys dashboard, create a scoped key, and let your AI execute real-world workflows today.
Get Your Scoped KeyRequires Agent Starter plan activation.