Turn Zendesk alerts into clear, action ready tickets. The flow finds tactics and techniques, adds helpful notes, and suggests next steps. It is built for IT and security teams that work from a ticket queue.
A manual run loads a JSON file from Google Drive. The data is split, labeled with useful fields, and embedded with OpenAI into a Qdrant vector store. A chat trigger lets you ask questions about the knowledge using GPT 4o with short memory. Another path pulls Zendesk tickets, loops over each one, and sends the subject and description to an AI agent. The agent searches the vector store and returns structured JSON with MITRE tags and remediation. The ticket is then updated in Zendesk with this context.
You will need an OpenAI key, a Qdrant cluster URL and API key, a Google Drive file with the MITRE data, and Zendesk access. After setup, run the embed step once, then run the ticket loop when needed. Use the chat path to explore the knowledge base and confirm results. Teams should see faster triage, fewer mistakes, and better notes for audits. This is useful for SOC work, SIEM queues, and IT service desks that track security issues.