{
  "schema_version": "0.1",
  "name": "Treebeard",
  "display_name": "Treebeard",
  "description": "Independent trust intelligence for the AI agent economy. Treebeard indexes and rates 175,000+ AI agents across 14 blockchains using a transparent seven-category methodology (Economic Viability, Operational Reliability, Code Quality, Autonomy Index, Safety, Community, Security Posture). No token, no sponsored listings, no payment from rated entities.",
  "url": "https://treebeardai.com",
  "operator": {
    "name": "ENT Laboratories LLC",
    "type": "Organization",
    "url": "https://treebeardai.com/about"
  },
  "endpoints": {
    "api": "https://api.treebeardai.com/v1",
    "openapi": "https://api.treebeardai.com/openapi.json",
    "docs": "https://treebeardai.com/docs",
    "methodology": "https://treebeardai.com/methodology",
    "directory": "https://treebeardai.com/agents",
    "llms": "https://treebeardai.com/llms.txt",
    "plugin_manifest": "https://treebeardai.com/.well-known/ai-plugin.json"
  },
  "services": [
    {
      "id": "agent-search",
      "name": "Agent Directory Search",
      "description": "Full-text and filtered search across 175,000+ rated AI agents.",
      "endpoint": "https://api.treebeardai.com/v1/agents",
      "method": "GET",
      "auth": "none"
    },
    {
      "id": "agent-rating",
      "name": "Agent Rating Lookup",
      "description": "Retrieve a single agent's full rating profile: letter grade, numeric score, per-category breakdown, confidence, and trend.",
      "endpoint": "https://api.treebeardai.com/v1/agents/{slug}",
      "method": "GET",
      "auth": "none"
    },
    {
      "id": "leaderboards",
      "name": "Leaderboards",
      "description": "Top-rated agents overall or by category.",
      "endpoint": "https://api.treebeardai.com/v1/leaderboards",
      "method": "GET",
      "auth": "none"
    }
  ],
  "capabilities": [
    "agent-rating-lookup",
    "agent-directory-search",
    "trust-intelligence",
    "leaderboards",
    "methodology-disclosure"
  ],
  "standards": [
    "ERC-8004"
  ],
  "auth": {
    "type": "none",
    "note": "API is open during beta. Rate limits apply. API keys planned post-launch."
  },
  "rate_limits": {
    "anonymous_per_minute": 60,
    "anonymous_per_day": 10000
  },
  "data_freshness": {
    "rating_cadence_hours": 72,
    "indexing_frequency": "continuous"
  },
  "license": "BUSL-1.1",
  "license_change_date": "2029-01-01",
  "license_change_to": "Apache-2.0",
  "contact": {
    "email": "hello@treebeardai.com",
    "twitter": "https://x.com/treebeardai"
  }
}
