{
  "schema_version": "v1",
  "name_for_human": "VibeKing",
  "name_for_model": "vibeking",
  "description_for_human": "A curated directory and leaderboard of vibe-coded products: tools, apps, and SaaS built with AI, ranked by community upvotes.",
  "description_for_model": "VibeKing is a directory of AI-built ('vibe-coded') products, queryable via a public read-only JSON API. Use it to find products built with AI, the top-ranked products by community upvotes, the newest submissions, products in a category (e.g. Dev Tools, SaaS, AI Agents, Productivity, Design), or to search products by keyword. The list endpoint and search endpoint return pre-rendered HTML rows plus pagination metadata; /api/products returns the full structured JSON list of approved products (name, tagline, description, url, maker, ai_tool, category, upvotes). No authentication is required for reads.",
  "auth": {
    "type": "none"
  },
  "api": {
    "type": "openapi",
    "url": "https://vibeking.fun/.well-known/openapi.json",
    "is_user_authenticated": false
  },
  "logo_url": "https://vibeking.fun/favicon.svg",
  "contact_email": "hello@vibeking.fun",
  "legal_info_url": "https://vibeking.fun/api"
}