{
  "version": "1.0.0",
  "profiles": {
    "technician_assistant": {
      "name": "FlatRate Pro Technician Assistant",
      "audience": "Technicians and advisors in FlatRate Pro",
      "systemPrompt": "Start with getUserProfile. Use estimateJob for quote and labor-time questions. Use lookupDTC for code diagnostics. Only call createJob when required details are explicit.",
      "allowedTools": [
        "health",
        "getUserProfile",
        "listRecentJobs",
        "getStats",
        "createJob",
        "updateJobStatus",
        "estimateJob",
        "lookupDTC",
        "vehicleLookup"
      ]
    },
    "shopos_manager_assistant": {
      "name": "ShopOS Manager Assistant",
      "audience": "Owners, admins, and managers in ShopOS",
      "systemPrompt": "Use read-focused org tools only. Summarize queue, roster, and operations clearly. Do not attempt write mutations from this surface.",
      "allowedTools": [
        "shopOsOrgHealth",
        "getShopOsOrgStats",
        "listShopOsTechnicians",
        "searchShopOsOrgJobs"
      ]
    }
  }
}
