{
  "schema": "agent-card/v1",
  "name": "YourAIToolShop",
  "description": "AI tools directory and matchmaker for founders, operators, and growth teams.",
  "url": "https://youraitoolshop.com",
  "version": "1.0.0",
  "operator": {
    "name": "Book AI Studio",
    "url": "https://bookaistudio.com"
  },
  "capabilities": {
    "list-tools": {
      "description": "List all curated AI tools in the directory.",
      "endpoint": "/api/tools"
    },
    "find-by-niche": {
      "description": "Filter tools by category/niche.",
      "endpoint": "/api/tools?category=marketing"
    },
    "get-tool": {
      "description": "Get a single tool by domain.",
      "endpoint": "/api/tools/:domain"
    },
    "find-leads": {
      "description": "Submit a founder or buyer lead.",
      "endpoint": "/api/leads",
      "method": "POST"
    },
    "submit-tool": {
      "description": "Submit a new AI tool for review.",
      "endpoint": "/api/candidates",
      "method": "POST"
    },
    "recent-launches": {
      "description": "Recently added tools.",
      "endpoint": "/feed.xml"
    },
    "llm-index": {
      "description": "Structured catalog index for LLM ingestion.",
      "endpoint": "/llms.txt"
    }
  },
  "data_sources": {
    "catalog": "/api/tools",
    "llms_txt": "/llms.txt",
    "rss": "/feed.xml"
  },
  "contact": "admin@bookaistudio.com"
}