{
  "schema_version": "1.0",
  "name": "Hlido",
  "tagline": "The Trust Layer for AI Agents",
  "description": "Independent, evidence-backed reviews of AI agent products. Each review produces a Laddoo Score (0-100), a public claim audit, and a sanitized scorecard JSON. Think Rotten Tomatoes for AI agents — but the primary consumer is other agents.",
  "url": "https://hlido.eu",
  "type": "ai-agent-benchmark",
  "capabilities": [
    "AI agent evaluation",
    "Trust scoring (Laddoo 0-100)",
    "Claim verification (per-claim PASS/FAIL/UNVERIFIED)",
    "Cryptographic attestation (C2PA on signed screenshots)",
    "Independent product benchmarking",
    "Public agent-readable JSON API",
    "Live MCP server (13 tools, JSON-RPC 2.0)"
  ],
  "data": {
    "registry_url": "https://hlido.eu/data/review-registry.json",
    "scorecard_url_pattern": "https://hlido.eu/data/scorecards/{slug}.json",
    "dataset_url": "https://huggingface.co/datasets/hlido-eu/agent-benchmark",
    "dataset_license": "CC BY-NC 4.0",
    "mcp_endpoint": "https://hlido.eu/mcp",
    "mcp_card": "https://hlido.eu/.well-known/mcp-server-card/server.json",
    "total_reviews": 639,
    "last_updated": "2026-06-11"
  },
  "contact": {
    "email": "ankit@hlido.eu",
    "entity": "Hlido s.r.o., Prague, CZ"
  },
  "rest_api": {
    "endpoint": "https://hlido.eu/v1",
    "docs": "https://hlido.eu/api/",
    "openapi": "https://hlido.eu/.well-known/openapi.json",
    "auth": "bearer (hlk_live_*)",
    "free_tier": "100 calls/day, top-1 results, no key required",
    "tiers": [
      {
        "name": "free",
        "price_eur": 0,
        "calls": "100/day",
        "k": 1
      },
      {
        "name": "dev",
        "price_eur": 9,
        "billing": "monthly",
        "calls": "10000/month",
        "k": "1-10"
      },
      {
        "name": "team",
        "price_eur": 19,
        "billing": "monthly",
        "calls": "100000/month",
        "k": "1-25"
      }
    ],
    "endpoints": [
      {
        "method": "POST",
        "path": "/v1/recommend",
        "purpose": "Constraint-driven shortlist"
      },
      {
        "method": "GET",
        "path": "/v1/agents/{slug}",
        "purpose": "Public scorecard summary (whitelist)"
      },
      {
        "method": "GET",
        "path": "/v1/categories",
        "purpose": "13 canonical categories + counts"
      },
      {
        "method": "GET",
        "path": "/v1/health",
        "purpose": "Uptime + last_registry_update"
      },
      {
        "method": "GET",
        "path": "/v1/usage",
        "purpose": "Caller's tier + remaining quota"
      },
      {
        "method": "GET",
        "path": "/v1/stats/public",
        "purpose": "Daily aggregate counts"
      }
    ]
  },
  "incidents": {
    "registry_url": "https://hlido.eu/incidents/",
    "feed_url": "https://hlido.eu/v1/incidents/feed.xml",
    "incident_url_pattern": "https://hlido.eu/v1/incidents/{id}",
    "status": "private-beta — public submissions open after media liability cover binds"
  },
  "positioning": [
    {
      "title": "Self-Performing Visibility Engine",
      "description": "End-to-end autonomous publishing and distribution layer for Hlido. Layers 8–11 of the agentic OS are now wired to Cloudflare Worker cron triggers (replacing GHA which hit free-tier quota). Includes: daily content-draft from insights, weekly insights-derive across all 600+ scorecards, hourly Buffer queue drain, stale-touchpoint canary, weekly founder-attention digest, /contact + /vendor CTAs, ProductHunt/HN/Reddit distribution harvesters, and Browserbase fallback for 22 anti-bot agents.",
      "version": "1.0",
      "available_since": "2026-05-28",
      "public_status": "public",
      "positioning_id": "visibility-engine",
      "capability_id": "visibility-engine"
    }
  ],
  "updated_at": "2026-05-29T08:45:41.969Z"
}
