{
  "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.17/MicrosoftTeams.schema.json",
  "manifestVersion": "1.17",
  "version": "1.0.0",
  "id": "e6981a53-9d31-4502-a965-5ff7799d8d0c",
  "developer": {
    "name": "Exult Healthcare",
    "websiteUrl": "https://exulthealthcare.com",
    "privacyUrl": "https://exulthealthcare.com/privacy",
    "termsOfUseUrl": "https://exulthealthcare.com/terms"
  },
  "name": {
    "short": "Exult Agent",
    "full": "Exult Healthcare AI Agent"
  },
  "description": {
    "short": "AI assistant for Exult Healthcare clinic operations",
    "full": "Claude-powered AI agent for Exult Healthcare. Handles scheduling, patient lookups, call logs, email, calendar, and clinic operations. Chat directly in Teams — DMs, group chats, or @mentions in channels."
  },
  "icons": {
    "outline": "outline.png",
    "color": "color.png"
  },
  "accentColor": "#1B6B4A",
  "bots": [
    {
      "botId": "e6981a53-9d31-4502-a965-5ff7799d8d0c",
      "scopes": ["personal", "team", "groupChat"],
      "supportsFiles": true,
      "isNotificationOnly": false,
      "commandLists": [
        {
          "scopes": ["personal"],
          "commands": [
            {
              "title": "schedule",
              "description": "Check today's appointments and schedule"
            },
            {
              "title": "calls",
              "description": "Pull recent call logs from RingCentral"
            },
            {
              "title": "patient",
              "description": "Look up a patient in AdvancedMD"
            },
            {
              "title": "email",
              "description": "Check or draft emails via Outlook"
            },
            {
              "title": "help",
              "description": "What can the Exult Agent do?"
            }
          ]
        },
        {
          "scopes": ["team", "groupChat"],
          "commands": [
            {
              "title": "schedule",
              "description": "Check today's appointments and schedule"
            },
            {
              "title": "help",
              "description": "What can the Exult Agent do?"
            }
          ]
        }
      ]
    }
  ],
  "permissions": ["messageTeamMembers"],
  "validDomains": ["bot.exulthealthcare.com"]
}
