{
  "publisher": "ToolHund",
  "site": "https://toolhund.com",
  "spec": "https://toolhund.com/license.xml",
  "spec_type": "RSL 1.0",
  "updated": "2026-08-18",
  "summary": "AI answer engines and agents may read, summarise and cite ToolHund for free. Bulk extraction, RAG indexing and model training require a paid license.",
  "free": {
    "uses": [
      "search",
      "ai-use",
      "ai-summarize",
      "citation-with-attribution"
    ],
    "surfaces": [
      "https://toolhund.com/",
      "https://toolhund.com/llms.txt",
      "https://toolhund.com/openapi.json",
      "https://toolhund.com/api/v1/health",
      "https://toolhund.com/api/v1/map",
      "https://toolhund.com/api/v1/recommend",
      "https://toolhund.com/mcp"
    ],
    "attribution_required": true,
    "attribution_format": "Source: ToolHund (https://toolhund.com)"
  },
  "paid": [
    {
      "id": "rag",
      "name": "AI Answer / RAG License",
      "price": {
        "amount": 299,
        "currency": "USD",
        "interval": "month"
      },
      "covers": [
        "index-and-cache-toolhund-content",
        "rag-index-of-toolhund-content",
        "bulk-feed-access",
        "answer-engine-reuse-with-attribution"
      ],
      "purchase_url": "https://toolhund.com/data-licensing#crawler-license"
    },
    {
      "id": "training",
      "name": "AI Training Data License",
      "price": {
        "amount": 2500,
        "currency": "USD",
        "interval": "month"
      },
      "covers": [
        "train-ai",
        "train-genai",
        "fine-tuning",
        "dataset-construction",
        "bulk-extraction",
        "monthly-dataset-refresh"
      ],
      "purchase_url": "https://toolhund.com/data-licensing#crawler-license"
    },
    {
      "id": "enterprise",
      "name": "Enterprise data feed",
      "price": {
        "amount": null,
        "currency": "USD",
        "interval": "custom"
      },
      "covers": [
        "redistribution",
        "white-label",
        "raw-database-export",
        "sla"
      ],
      "purchase_url": "https://toolhund.com/data-licensing"
    }
  ],
  "gated_endpoints": {
    "note": "These bulk feeds return HTTP 402 for training/bulk crawlers without a license key. Sitemaps and HTML pages stay open.",
    "paths": [
      "/llms-full.txt",
      "/llms-keywords.txt"
    ],
    "authentication": "Authorization: Bearer th_live_... (or x-api-key)"
  },
  "contact": {
    "email": "api@toolhund.com",
    "url": "https://toolhund.com/data-licensing"
  }
}