{
  "ucp_version": "0.1",
  "name": "Kineclip",
  "description": "AI-powered short-form video generation. Subscription tiers and credit top-ups for video generation capacity.",
  "specification": "https://ucp.dev/specification/overview/",
  "endpoints": {
    "checkout": "https://kineclip.com/pricing/",
    "catalog": "https://kineclip.com/.well-known/api-catalog",
    "support": "https://kineclip.com/support/"
  },
  "services": [
    {
      "id": "kineclip-starter",
      "name": "Starter subscription",
      "type": "subscription",
      "description": "Entry tier — 12 AI-generated short-form videos a month, about three a week. Auto-posting to YouTube and one-tap TikTok publishing are included on every plan once the subscription is active.",
      "price": { "amount": "19.00", "currency": "USD", "interval": "month" }
    },
    {
      "id": "kineclip-creator",
      "name": "Growth subscription",
      "type": "subscription",
      "description": "30 AI-generated short-form videos a month, and up to 5 connected accounts per platform.",
      "price": { "amount": "39.00", "currency": "USD", "interval": "month" }
    },
    {
      "id": "kineclip-pro",
      "name": "Pro subscription",
      "type": "subscription",
      "description": "Top tier — 60 AI-generated short-form videos a month, twice the Growth output.",
      "price": { "amount": "69.00", "currency": "USD", "interval": "month" }
    },
    {
      "id": "kineclip-animated-starter",
      "name": "Animated Starter subscription",
      "type": "subscription",
      "description": "Animated line — every scene is a real moving clip. 12 videos a month.",
      "price": { "amount": "59.00", "currency": "USD", "interval": "month" }
    },
    {
      "id": "kineclip-animated-creator",
      "name": "Animated Growth subscription",
      "type": "subscription",
      "description": "Animated line — 30 videos a month.",
      "price": { "amount": "139.00", "currency": "USD", "interval": "month" }
    },
    {
      "id": "kineclip-animated-pro",
      "name": "Animated Pro subscription",
      "type": "subscription",
      "description": "Animated line — 60 videos a month.",
      "price": { "amount": "269.00", "currency": "USD", "interval": "month" }
    },
    {
      "id": "kineclip-trial",
      "name": "Static trial",
      "type": "one-time",
      "description": "7-day trial of the static line, up to 5 videos. Monthly plans only.",
      "price": { "amount": "4.99", "currency": "USD", "interval": "one-time" }
    },
    {
      "id": "kineclip-animated-entry",
      "name": "Animated Taster",
      "type": "one-time",
      "description": "3 animated videos, one a day, then it stops. Charged once.",
      "price": { "amount": "9.99", "currency": "USD", "interval": "one-time" }
    },
    {
      "id": "kineclip-credits",
      "name": "Credit top-up",
      "type": "consumable",
      "description": "Credits consumed per AI video generation, at the 5-second base duration. Standard model: 2 credits for subscribers, 3 otherwise. Premium model (Kling v3 Pro): 4 credits for subscribers, 6 otherwise. Longer durations cost more.",
      "price": { "currency": "USD", "model": "variable" }
    }
  ],
  "capabilities": [
    "subscriptions",
    "consumable-credits",
    "referrals",
    "self-service-cancel"
  ],
  "payment": {
    "gateway": "stripe-managed",
    "agent_initiated_checkout": false,
    "notes": "Checkout currently runs through hosted Stripe Checkout. Direct agent-initiated payment is not yet supported; agents should hand off to the checkout URL."
  },
  "schemas": {
    "service": "https://ucp.dev/specification/overview/#service-object"
  }
}
