{
  "protocolVersion": "0.3.0",
  "name": "Build with Kai Product Maker",
  "description": "Build with Kai turns a one-line idea into a sellable digital product (guide, template, blueprint, checklist, calculator, short PDF, or Notion bundle) plus a hosted sales page at buildwithkai.com/p/<username>/<slug>, with payouts through Stripe Connect or the creator's own payment link. $19/month BuildWithKai Pro after a 7-day free trial with no card.",
  "url": "https://www.buildwithkai.com/",
  "version": "2026-09-06",
  "provider": {
    "organization": "Build with Kai",
    "url": "https://www.buildwithkai.com/"
  },
  "documentationUrl": "https://www.buildwithkai.com/llms-full.txt",
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "skills": [
    {
      "id": "generate-product",
      "name": "Generate a digital product",
      "description": "Turn a short idea prompt into a complete, editable digital product: guide, template, blueprint, checklist, calculator, short PDF, or a 3-6 piece Notion bundle. Requires a signed-in Build with Kai account; the 7-day trial includes 1 product.",
      "tags": [
        "digital-products",
        "content-generation",
        "guide",
        "template",
        "notion-bundle",
        "creator-economy"
      ],
      "examples": [
        "Turn 'a 30-day cold-plunge habit tracker for busy parents' into a sellable checklist.",
        "Write a client-onboarding template bundle for freelance designers and give me a sales page."
      ]
    },
    {
      "id": "publish-sales-page",
      "name": "Publish a hosted sales page",
      "description": "Publish the generated product to a hosted sales page at https://www.buildwithkai.com/p/<username>/<slug> with a Buy Now button, then share the link. The trial includes publishing 1 product.",
      "tags": [
        "sales-page",
        "landing-page",
        "publish",
        "hosted"
      ],
      "examples": [
        "Publish my guide and give me the public link to share on LinkedIn.",
        "Read a published product: GET https://www.buildwithkai.com/api/products/public/<username>/<slug>"
      ]
    },
    {
      "id": "sell-with-stripe-connect",
      "name": "Sell with Stripe Connect or your own payment link",
      "description": "Connect a Stripe account once and get paid directly (5% platform fee on Stripe Connect sales, buyers receive the product by email automatically), or paste an external payment link from Gumroad, PayPal, or a Stripe Payment Link with no platform fee.",
      "tags": [
        "stripe-connect",
        "payments",
        "payouts",
        "gumroad",
        "paypal"
      ],
      "examples": [
        "Connect my Stripe account so buyers pay me directly.",
        "Use my existing Gumroad link as the checkout for this product."
      ]
    },
    {
      "id": "mentor-chat",
      "name": "Kai AI business mentor chat",
      "description": "In-app chat with Kai for positioning, pricing, launch ideas, and next steps for the product you just built. Available to signed-in users inside the dashboard.",
      "tags": [
        "business-mentor",
        "coaching",
        "launch-strategy",
        "pricing"
      ],
      "examples": [
        "What price should I charge for a 12-page guide aimed at first-time landlords?",
        "Give me three launch posts for the checklist I just published."
      ]
    }
  ],
  "securitySchemes": {
    "public-discovery": {
      "type": "none",
      "description": "Public discovery, signup, pricing, and read-only product links only. There is no agent API key. Do not send private customer data to this card."
    }
  },
  "security": [
    {
      "public-discovery": []
    }
  ],
  "x_buildwithkai": {
    "status": "discovery_only",
    "signup_url": "https://www.buildwithkai.com/auth/signup?utm_source=agent",
    "pricing_url": "https://www.buildwithkai.com/pricing",
    "product_url": "https://www.buildwithkai.com/kai-tools/instant-product-maker",
    "llms_txt": "https://www.buildwithkai.com/llms.txt",
    "llms_full_txt": "https://www.buildwithkai.com/llms-full.txt",
    "sitemap": "https://www.buildwithkai.com/sitemap.xml",
    "public_product_read": "GET https://www.buildwithkai.com/api/products/public/<username>/<slug>",
    "sales_page_pattern": "https://www.buildwithkai.com/p/<username>/<slug>",
    "plan": {
      "name": "BuildWithKai Pro",
      "price_usd_per_month": 19,
      "trial_days": 7,
      "trial_requires_card": false,
      "trial_includes": "generate 1 product and publish 1 product",
      "platform_fee_percent_stripe_connect": 5
    },
    "contact": "support@buildwithkai.com",
    "a2a_notes": "This card is for discovery and routing. Product generation and publishing require a signed-in browser session; no A2A task endpoint is public. Hand humans to signup_url."
  }
}
