{
  "protocol": {
    "name": "acp",
    "version": "0.1.0"
  },
  "merchant": {
    "name": "Kineclip",
    "description": "Automated short-form video generation. Generates and publishes daily vertical videos to TikTok and YouTube.",
    "support_email": "support@kineclip.com",
    "homepage": "https://kineclip.com"
  },
  "api_base_url": "https://api.kineclip.com",
  "transports": [
    { "type": "https", "version": "1.1" }
  ],
  "capabilities": {
    "services": [
      "kineclip-starter",
      "kineclip-creator",
      "kineclip-pro",
      "kineclip-credits"
    ],
    "currencies": ["USD"],
    "agent_initiated_checkout": false
  },
  "endpoints": {
    "checkout": "https://kineclip.com/pricing/",
    "catalog": "https://kineclip.com/.well-known/api-catalog",
    "ucp_profile": "https://kineclip.com/.well-known/ucp"
  },
  "authentication": {
    "metadataUrl": "https://kineclip.com/.well-known/oauth-protected-resource"
  },
  "documentation": "https://agenticcommerce.dev",
  "x-status": "discovery-only",
  "x-notes": "Discovery declaration. Full ACP server endpoints (POST /sessions, etc.) are not yet implemented; agents should hand off to the checkout URL."
}
