Release 5.0 2025.11.04.1
π Enhancementsβ
API Key Managementβ
New API Keys can be associated with a virtual user (instead of the key creator), improving auditability and simplyfing access control.

Dynamic HTTP Skill Bodyβ
HTTP Skill now supports dynamic request bodies using context-aware variables. Define a strict template and inject only the fields you need at runtimeβuseful for parameterized API calls and safer integrations with external services.

Real-time Deobfuscationβ
Sensitive fields can be redacted before being sent to the LLM while remaining visible to end users when appropriate. This improves privacy and compliance without degrading user experience.
CSV as Queryable Knowledgeβ
CSV files in Agent Knowledge sources are treated like queryable datasets. You can filter, search, and run richer queries against CSV-backed knowledge sources to improve retrieval.

Datasets: Replace-and-Appendβ
New replace-and-append operations make updating agent data safer and simpler β especially for periodic syncs where you want to preserve existing records while adding or replacing rows.

Guardrails & Safetyβ
Additional guardrail rules have been added to better protect agents from prompt injection, unwanted disclosure of personally identifiable information (PII), and other harmful content categories. These rules improve safety and help enforce organizational policies.

π οΈ UX & Developer Improvementsβ
Copy-to-Clipboard in Preview Paneβ
We added the Copy-to-clipboard for agent responses and user messages in Agent Design Studio's Preview pane.

Message Navigationβ
Easily navigate through long messages within a conversation instance using the new message preview.

Agent Name in Navbarβ
The agent name is now visible always visible in the Navbar so you can easily identify which agent you are working on.

Input Parameters New Editorβ
We completely overhauled the user experience for editing input parameters in the Agent Design Studio. Now, you can easily manage complex input structures with a more intuitive interface, including syntax highlight, auto format and visual feedback for validation errors.


Skill Duplication shortcutβ
You can now duplicate an existing skill directly from the skills list.

Bugs and Minor improvementsβ
- API endpoint to retrieve feedback results.
- Improved the performance of the Compliance Center dashboard.
- In deobfuscated instance details, we now show a dictionary of deobfuscated values and original values so users can map each placeholder to its original value.
- Improved display of deprecation dates when a model is approaching end-of-life.
- Fixed an issue causing manual subscription renewal to fail.
- Fixed an issue in the Quality Studio job that caused test case execution to fail.
- Liquid expressions with
assign-type values are no longer mapped as input parameters. - Improvements to the deletion of expired conversations.
- Restored agent access when the only administrator user was deleted.
- Improved knowledge query performance
- Improved security for sensible connection data
- Changed error messages in Agents Manager and Cost Manager to subtler toast notifications.
- Added validation to prevent creating empty datasets.
- Added validation to prevent creating datasets with duplicate identifiers within the same tenant.
- Added the
userIdentifierkey to code snippets when this option is enabled. - Added a quick-access button to instances from the Recent Agents home.
- Fixed translation/language issue for the "view more" text.
- Added an option to expand the user's message in preview.