{
  "schema_version": "v1",
  "name_for_human": "A2R Marketplace",
  "name_for_model": "a2r_marketplace",
  "description_for_human": "Agent-first e-commerce platform — search 1M+ products, compare prices, and complete purchases via AI agents.",
  "description_for_model": "A2R Marketplace is an agent-to-retail commerce platform. Use this to search products by text or embedding vectors, browse categories, view product details, manage shopping carts, and complete checkouts. The API supports semantic search via embedding vectors (384-1536 dimensions) and keyword search. Read endpoints require no authentication. Write endpoints (cart, checkout) require an API key obtained via /api/agents/register, with permissions that auto-escalate based on actions taken.",
  "auth": {
    "type": "service_http",
    "authorization_type": "custom",
    "custom_auth_header": "X-Agent-Key",
    "verification_tokens": {}
  },
  "api": {
    "type": "openapi",
    "url": "https://api.viree.ai/openapi.json"
  },
  "logo_url": "https://api.viree.ai/logo.png",
  "contact_email": "support@viree.ai",
  "legal_info_url": "https://api.viree.ai/terms"
}
