Version 2025-09 was officially released on September 26, 2025.
Below are the most important fixes and features introduced in this version.
- API
- New omni-parser llamaParse Provider
- New outputFormat GEAI Ingestion parameter
- New Analytics API that allows you to programmatically access the same adoption, usage, cost, and performance metrics shown in Dashboards (Dashboard, Adoption Dashboard, and Usage Dashboard). Endpoints support filtering by date, Organization, Project, Agent, and user. They enforce security via ApiToken and permissions, and return both focused and generic response formats.
- New endpoints in the Organization API to manage API Tokens (create, revoke, update) with proper authorization.
- Improved list endpoints for Agents API and Tools to include total count, paging, duration, and filters by id-or-name and by toolId.
- Fixed organization creation failures via Organization API.
- Fixed Files API upload responses and stability with multiple uploads.
- Resolved empty 200 OK responses on upload.
- Corrected base64 handling when uploading a second file in chat.
- Workspace
- New Agent personalization for Workspace so you can configure how an Agent presents itself and behaves in conversations. Define conversation starters to guide consumers and add information items that explain the Agent's capabilities. This helps consumers understand what the Agent can do. For more information, see: Configure the Agent Presentation, Agent Presentation
- Fixed chat streaming responses for Assistants across Lab and Workspace.
- Lab
- New option to configure task outputs so you can decide whether each task writes to a process variable or produces an artifact.
- Process variables make outputs immediately available to subsequent tasks.
- Artifacts store outputs for reuse, auditability, and sharing.
- Improvements in Agentic Processes testing that allow you to analyze executions more effectively.
- View process variables of a running instance.
- View artifacts generated during execution.
- Download the full execution log trace in JSON format.
- New multitenant and multi‑AuthType login in Lab to display all configured options per provider
- New logout behavior terminates all active UI sessions platform‑wide.
- Fixed Agent list to show more than 50 items and added proper pagination behavior.
- Fixed process execution blocking at parallel gateways by ensuring merges complete.
- Fixed chat failures after another user modifies an Agent with Iris.
- Tools/Agents
- Improved Iris suggestions to prevent SubAgents from being suggested during Agent creation.
- Improved export/import to handle public resources and referenced public Tools.
- Improved A2A Agent Card URLs to support agentId and names with spaces.
- Fixed Tool name parsing to support hyphens (“-”) when parameters use inputSchema.
- Console
- The Backoffice article has been renamed to Console, to maintain consistency with the official product name.
- General Dashboard has been renamed to Usage Dashboard. In addition, Usage Details now includes breakdowns by API token, User, and Agent (while retaining Model). Key indicators (Cost, Requests, Input Tokens, Output Tokens, Total Tokens) and the breakdown by Project and Organization remain unchanged. The Organization column is displayed only if you have access to multiple organizations or hold a System Administrator role.
- New Adoption Dashboard so you can track value delivery and growth.
- User: KPIs (active users, projects, agents), requests/day, users per Project/Agent, top Agents/users, and token consumption with filters.
- Platform: creation and modification trends for Projects, Agents, Processes, and Flows using system data and APIs.
- RAG
- Improved omni-parser quality and robustness.
- Fixed CSV parsing for semicolon (;) separators.
- Fixed text concatenation artifacts in specific documents.
- Clarified and improved documentation for llamaParse provider.
- Improved LLM parameter handling in Knowledge now accepts decimal values for topP.
- Fixed Reindex validation for Document URL pattern.
- Fixed Workspace errors when RAG names contain square brackets [ ].
- Fixed access to RAG source files so authorized users can open cited documents without additional login prompts.
- Security corrected IAM permissions for AWS Bedrock Knowledge Base retrievals.
- LLMs
- New models available:
- vertex_ai/deepseek-r1-0528-maas — on Vertex AI with streaming and tool calling support. Not multimodal.
- Improved embeddings coverage with gemini-embedding-001 support.
- New Images API model: azure/gpt-image-1.
- Fixed intermittent 500 errors and improved traceability for complex chat requests.
- Deployment Guide
- Components Version Update