{
  "version": "1.0",
  "name": "SanDeals.net",
  "description": "Discount codes, vouchers, and deals search platform for Vietnam and Southeast Asia.",
  "homepage": "https://www.sandeals.net",
  "resources": [
    {
      "type": "openapi",
      "name": "SanDeals Public Deal Search API",
      "url": "https://www.sandeals.net/openapi.json",
      "description": "OpenAPI 3.1 for ChatGPT Actions and AI agents. Operation searchDeals. Auth: none."
    },
    {
      "type": "api",
      "name": "searchDeals",
      "url": "https://www.sandeals.net/api/search-advanced",
      "method": "GET",
      "description": "Structured deal search. Query param q required. Example: ?q=coffee&limit=10"
    },
    {
      "type": "html",
      "name": "Homepage search",
      "url": "https://www.sandeals.net/?q={query}",
      "description": "Server-rendered deal results via native GET form on the homepage."
    },
    {
      "type": "html",
      "name": "Agent HTML search",
      "url": "https://www.sandeals.net/search?q={query}",
      "description": "Alternate HTML results page for AI browsers."
    },
    {
      "type": "llms.txt",
      "url": "https://www.sandeals.net/llms.txt"
    },
    {
      "type": "agent-card",
      "url": "https://www.sandeals.net/.well-known/agent.json"
    },
    {
      "type": "documentation",
      "url": "https://www.sandeals.net/for-agents"
    }
  ],
  "preferredTool": {
    "name": "searchDeals",
    "url": "https://www.sandeals.net/api/search-advanced?q={query}&limit=10"
  }
}
