{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "name": "Coffee na Caixa Agent Integration Manifest",
  "version": "1.0.0",
  "description": "Especificação de capacidades e integração com agentes autônomos de IA para solicitação e simulação de coffee break corporativo.",
  "provider": {
    "name": "Coffee na Caixa Catering Corporativo",
    "url": "https://coffeenacaixa.com.br",
    "contact": "contato@coffeenacaixa.com.br"
  },
  "capabilities": {
    "interactiveBoxBuilder": {
      "type": "3D_customizer",
      "url": "https://coffeenacaixa.com.br/#monte-sua-box",
      "slotsCount": 6,
      "tiers": [
        { "id": "classica", "name": "Box Clássica", "price": 30.00, "currency": "BRL" },
        { "id": "premium", "name": "Box Premium", "price": 50.00, "currency": "BRL" },
        { "id": "super_premium", "name": "Box Super Premium", "price": 80.00, "currency": "BRL" }
      ]
    },
    "coffeeService": {
      "type": "thermal_bottles_and_refill",
      "url": "https://coffeenacaixa.com.br/#garrafas-refill",
      "products": [
        {
          "id": "beb-01",
          "name": "Café Especial 100% Arábica 1.9L",
          "priceFirstPurchase": 65.00,
          "priceRefill": 45.00,
          "currency": "BRL"
        },
        {
          "id": "beb-02",
          "name": "Cappuccino Cremoso 1.9L",
          "priceFirstPurchase": 75.00,
          "priceRefill": 55.00,
          "currency": "BRL"
        }
      ]
    },
    "proposalForm": {
      "type": "lead_generation_concierge",
      "url": "https://coffeenacaixa.com.br/#orcamento-form",
      "requiredFields": ["nome", "email", "telefone", "dataEvento", "numeroPessoas"],
      "optionalFields": ["empresa", "observacoes"]
    }
  },
  "documentation": {
    "llms": "https://coffeenacaixa.com.br/llms.txt",
    "llmsFull": "https://coffeenacaixa.com.br/llms-full.txt"
  }
}
