{
  "schema_version": "1.0",
  "provider": {
    "name": "Base AI",
    "url": "https://www.base.ai/",
    "description": "Base AI — B2B SaaS"
  },
  "openapi_url": "https://api.llm-discovery-api.com/functions/v1/llm-discovery/public/openapi.json?domain=www.base.ai",
  "tools": [
    {
      "id": "business.profile",
      "name": "Business Profile",
      "description": "Get structured business information for Base AI including contact details, services, and company overview",
      "endpoint": "https://api.llm-discovery-api.com/functions/v1/llm-discovery/public/business?domain=www.base.ai",
      "method": "GET",
      "openapi_ref": "#/paths/~1business/get",
      "coverage": {
        "items": 1,
        "last_updated": "2026-08-03T18:28:56.03998+00:00"
      },
      "rate_limit": "60/min",
      "mcp_ref": null
    },
    {
      "id": "products.search",
      "name": "Product Search",
      "description": "Search products across 7 categories from Base AI",
      "endpoint": "https://api.llm-discovery-api.com/functions/v1/llm-discovery/public/products?domain=www.base.ai&q={search_term}",
      "method": "GET",
      "openapi_ref": "#/paths/~1products/get",
      "parameters": {
        "q": {
          "in": "query",
          "required": false,
          "type": "string",
          "description": "Case-insensitive substring match against product name and description. Omit to list all."
        },
        "domain": {
          "in": "query",
          "required": true,
          "type": "string"
        }
      },
      "coverage": {
        "categories": 7,
        "last_updated": "2026-08-03T18:28:56.03998+00:00"
      },
      "rate_limit": "60/min",
      "mcp_ref": null
    },
    {
      "id": "categories.list",
      "name": "Product Categories",
      "description": "List all 7 product categories from Base AI",
      "endpoint": "https://api.llm-discovery-api.com/functions/v1/llm-discovery/public/categories?domain=www.base.ai",
      "method": "GET",
      "openapi_ref": "#/paths/~1categories/get",
      "coverage": {
        "items": 7,
        "last_updated": "2026-08-03T18:28:56.03998+00:00"
      },
      "rate_limit": "60/min",
      "mcp_ref": null
    }
  ],
  "capabilities": {
    "max_response_bytes": 65536,
    "pagination": false,
    "cache_ttl_seconds": 300,
    "error_model": "JSON with error field",
    "languages": [
      "en"
    ],
    "content_negotiation": [
      "application/ld+json",
      "application/json",
      "text/html"
    ]
  },
  "confidence_source": "owner_provided",
  "usage_policy": "Public content only. Data provided directly by the business owner.",
  "last_updated": "2026-08-03T18:28:56.03998+00:00"
}