{
  "schema_version": "1.0",
  "name": "Pomona Organic Juices",
  "description": "USDA Organic, 100% cold-pressed, single-ingredient juices. 28 flavors, no added sugar, no preservatives, BPA-free glass bottles. Direct-to-consumer in the United States.",
  "url": "https://www.pomonaorganic.com",
  "logo": "https://www.pomonaorganic.com/favicon.png",
  "contact": {
    "email": "info@pomonaorganic.com",
    "support_email": "support@pomonaorganic.com",
    "contact_page": "https://www.pomonaorganic.com/contact"
  },
  "categories": ["food_and_beverage", "ecommerce", "health_and_wellness"],
  "documentation": "https://www.pomonaorganic.com/llms.txt",
  "api_catalog": "https://www.pomonaorganic.com/.well-known/api-catalog",
  "agent_skills": "https://www.pomonaorganic.com/.well-known/agent-skills/index.json",
  "ai_catalog": "https://www.pomonaorganic.com/.well-known/ai-catalog.json",
  "openapi": "https://www.pomonaorganic.com/api/openapi.json",
  "api_documentation": "https://www.pomonaorganic.com/api/",
  "status": "https://snbtuvyzyiikedlmgmxr.supabase.co/functions/v1/agent-catalog/health",
  "commerce_profile": "https://www.pomonaorganic.com/.well-known/ucp",
  "acp_discovery": "https://www.pomonaorganic.com/.well-known/acp.json",
  "mcp_server_card": "https://www.pomonaorganic.com/.well-known/mcp/server-card.json",
  "mcp_endpoint": "https://snbtuvyzyiikedlmgmxr.supabase.co/functions/v1/mcp",
  "auth": {
    "public": true,
    "protected_resource_metadata": "https://www.pomonaorganic.com/.well-known/oauth-protected-resource",
    "openid_configuration": "https://www.pomonaorganic.com/.well-known/openid-configuration",
    "authorization_server_metadata": "https://www.pomonaorganic.com/.well-known/oauth-authorization-server",
    "issuer": "https://snbtuvyzyiikedlmgmxr.supabase.co/auth/v1",
    "auth_md": "https://www.pomonaorganic.com/auth.md",
    "register_uri": "https://snbtuvyzyiikedlmgmxr.supabase.co/auth/v1/oauth/clients/register",
    "revocation_uri": "https://snbtuvyzyiikedlmgmxr.supabase.co/auth/v1/oauth/revoke",
    "identity_types_supported": ["anonymous"],
    "note": "All catalog, product, price and content endpoints are public and require no authentication."
  },
  "endpoints": [
    {
      "name": "product_catalog",
      "description": "Live JSON catalog with prices, availability and product URLs.",
      "url": "https://snbtuvyzyiikedlmgmxr.supabase.co/functions/v1/agent-catalog",
      "method": "GET",
      "auth": "none"
    },
    {
      "name": "products_kb",
      "description": "Structured record for every flavor: nutrition, ingredients, benefits, FAQs.",
      "url": "https://www.pomonaorganic.com/kb/products.json",
      "method": "GET",
      "auth": "none"
    },
    {
      "name": "knowledge_base",
      "description": "Full brand, product and policy knowledge base.",
      "url": "https://www.pomonaorganic.com/kb/pomona-knowledge-base.md",
      "method": "GET",
      "auth": "none"
    },
    {
      "name": "knowledge_base_chunks",
      "description": "Knowledge base chunked one record per line for retrieval ingestion.",
      "url": "https://www.pomonaorganic.com/kb/pomona-knowledge-base.jsonl",
      "method": "GET",
      "auth": "none"
    },
    {
      "name": "faq",
      "description": "Every question and answer published on the site.",
      "url": "https://www.pomonaorganic.com/kb/faq.md",
      "method": "GET",
      "auth": "none"
    },
    {
      "name": "policies",
      "description": "Shipping, returns, subscription and wholesale terms.",
      "url": "https://www.pomonaorganic.com/kb/policies.md",
      "method": "GET",
      "auth": "none"
    },
    {
      "name": "product_feed",
      "description": "Merchant product feed with titles, prices, images and availability.",
      "url": "https://www.pomonaorganic.com/feed.xml",
      "method": "GET",
      "auth": "none"
    },
    {
      "name": "sitemap",
      "description": "Every indexable URL on the site.",
      "url": "https://www.pomonaorganic.com/sitemap.xml",
      "method": "GET",
      "auth": "none"
    }
  ],
  "capabilities": {
    "browse_catalog": true,
    "product_lookup": true,
    "price_lookup": true,
    "availability_lookup": true,
    "agentic_checkout": false
  },
  "usage_terms": {
    "crawling": "allowed",
    "citation": "allowed, attribution to Pomona Organic Juices with a link to the product URL",
    "training": "not allowed — see Content-Signal in robots.txt (ai-train=no)",
    "rate_limit": "Please keep automated requests under 60 per minute.",
    "robots": "https://www.pomonaorganic.com/robots.txt"
  }
}
