Databricks just gave Genie Agents the ability to reason over files, not just tables. The Sept. 2 update brings Genie Agent Mode API to every agent, along with file analysis on Unity Catalog volumes.
Agent mode runs a multi-step loop that plans research, executes iterative queries, and delivers a cited report with visuals. Chat mode handles single lookups. Agent mode builds the analysis.
That loop no longer lives only in the UI. Developers can call Agent mode APIs to embed it in apps, chatbots, and scheduled reports, streaming responses via Server-Sent Events and pulling conversation history programmatically.
How the Genie Agent Mode API actually works
Think of a researcher who can open your file cabinet while querying the database. An agent builder attaches up to 10 Unity Catalog volumes containing PDFs, slide decks, and images, then a user asks a blended question like churn regions plus themes from exit surveys.
In Agent mode the agent retrieves the most relevant file content, reasons across files and governed tables, and answers in one conversation. Databricks says it respects Unity Catalog permissions and can use content search indexing to speed retrieval across large collections, which lowers latency but also makes sensitive content more discoverable if permissions are broad.
