{
  "schema_version": "v1",
  "name": "GymBeam Italy",
  "description": "GymBeam is a leading European sports nutrition and fitness e-commerce platform. This is the Italy store.",
  "url": "https://gymbeam.it",
  "provider": {
    "organization": "GymBeam s.r.o.",
    "url": "https://gymbeam.com"
  },
  "logo": "https://gymbeam.it/media/favicon/default/android-chrome-512x512.png",
  "contact_email": "info@gymbeam.it",
  "legal_info_url": "https://gymbeam.it/terms-and-conditions",
  "privacy_policy_url": "https://gymbeam.it/privacy-policy",
  "default_input_modes": [
    "text"
  ],
  "default_output_modes": [
    "text"
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "skills": [
    {
      "id": "product-search",
      "name": "Product Search",
      "description": "Search GymBeam product catalog including supplements, vitamins, sports nutrition, healthy food, and fitness accessories.",
      "tags": [
        "e-commerce",
        "sports-nutrition",
        "supplements",
        "fitness",
        "health"
      ],
      "examples": [
        "What whey protein products does GymBeam offer?",
        "Find creatine monohydrate supplements",
        "What are the best-selling pre-workout products?",
        "Show me vegan protein options"
      ]
    },
    {
      "id": "nutrition-info",
      "name": "Nutrition Information",
      "description": "Get detailed nutrition facts, ingredients, and allergen information for GymBeam products.",
      "tags": [
        "nutrition",
        "ingredients",
        "allergens",
        "macros"
      ],
      "examples": [
        "What are the nutrition facts for Just Whey protein?",
        "Does this product contain gluten?",
        "How much protein per serving in True Whey?"
      ]
    }
  ],
  "data_sources": [
    {
      "type": "llms-txt",
      "url": "https://gymbeam.it/llms.txt",
      "description": "Structured overview of GymBeam for LLMs"
    },
    {
      "type": "llms-txt",
      "url": "https://gymbeam.it/llms-full.txt",
      "description": "Comprehensive GymBeam data including categories, brands, and product details"
    }
  ],
  "language": "it",
  "supported_languages": [
    "it"
  ]
}