{
  "agentcard_version": "0.1",
  "business": {
    "name": "Brightline Dental Studio",
    "category": "Dental clinic",
    "description": "Family and cosmetic dentistry in central Bristol.",
    "verified": true,
    "last_updated": "2026-05-20",
    "location": {
      "address": "14 Park Row",
      "city": "Bristol",
      "country": "United Kingdom"
    },
    "website": "https://brightline-dental.example"
  },
  "contact": {
    "email": "hello@brightline-dental.example",
    "phone": "+44 117 000 0000",
    "hours": {
      "monday_friday": "09:00-17:30",
      "saturday": "09:00-13:00",
      "sunday": "closed"
    },
    "rules": [
      "Do not contact outside listed business hours.",
      "Booking requests must be confirmed by a human.",
      "Use email for non-urgent enquiries."
    ]
  },
  "services": [
    "Checkups and hygiene",
    "Fillings",
    "Teeth whitening",
    "Clear aligners"
  ],
  "faqs": [
    {
      "question": "Do you accept new patients?",
      "answer": "Yes. New patients can register online or by phone."
    },
    {
      "question": "Do you offer emergency appointments?",
      "answer": "Same-day emergency slots are available on weekday mornings."
    }
  ],
  "allowed_ai_actions": [
    "read",
    "answer_faqs",
    "share_contact",
    "share_hours"
  ],
  "disallowed_ai_actions": [
    "confirm_booking",
    "quote_price",
    "negotiate"
  ]
}
