Product Releases
and Updates

Product
Platform
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Show Filters
1
-
10
of
180
results
20 April 2026
User session configuration settings on ODC

You can now independently customize user session durations and idle timeouts at the environment level within ODC, making it easier to align access policies with internal security standards and industry compliance requirements.

This added flexibility helps teams reduce security risks, simplify policy enforcement, and avoid manual support dependencies when configuring user sessions across environments.

ODC
Security
10 April 2026
Logic Interoperability between O11 and ODC

We reached yet another Interoperability milestone with the release of Logic Interoperability. You can now call your existing OutSystems 11 business logic—such as business rules and workflows—directly from ODC apps. No code rewrite. No duplication. No impact on your ODC Application Object (AO) count.

This update removes technical and commercial barriers, allowing you to use your trusted O11 logic in new ODC apps or call ODC AI agents from O11.

  • Zero AO Impact: Reusing your O11 logic in ODC, or vice-versa, is AO-neutral by design. These actions do not count toward your ODC Application Object (AO) limits, protecting your current investment.
  • Simplified Configuration: Define your "Interoperability intent" directly in Service Studio and ODC Studio. A simple toggle in the REST API properties enables the connection.
  • Accelerated Development: Eliminate the need to rewrite complex, audited logic in a new environment, significantly reducing your time-to-market for cloud-native apps.

This capability ensures your O11 foundation remains the core of your business while you leverage ODC for new, AI-driven innovation.

ODC
Integration
10 April 2026
ODC Data Fabric Connector for O11 now read-writing on Oracle

We are excited to announce the expansion of the ODC Data Fabric Connector for O11 capabilities. Following the initial release for SQL Server, we have now launched Read-Write support for O11 Oracle-based infrastructures. This release allows customers with Oracle footprints to innovate on ODC without the friction of manual data synchronization.

By enabling ODC applications to write directly back to O11 Oracle databases, we empower customers to:

  • Extend Existing Apps: Build new ODC-based AI Agents or B2C portals that interact with current Oracle systems of record in real-time.
  • Accelerate Time-to-Value: Reuse trusted business data without the need for complex REST API development.
  • Maintain Single Source of Truth: Keep core business entities (e.g., Customer or Order data) in the O11 Oracle database while leveraging ODC's cloud-native scaling.

01 April 2026
Your Pipeline, Your Way: ODC Now Supports More Non-Prod Environments

We are excited to announce an update to ODC that allows your infrastructure to grow alongside your development needs. We have officially removed the previous three-stage cap on Non-Production environments, providing the flexibility to add the additional stages required to support your unique SDLC. Whether your process requires dedicated environments for Integration, QA, User Acceptance Testing, or Staging, ODC now scales to accommodate the high-velocity delivery pipelines that modern enterprises demand.

Additional stages can be purchased separately. Click here for more information on deploying assets across multiple stages in your delivery pipeline

Cloud
Security
Integration
31 March 2026
The next generation of Mentor is now available in ODC

We are excited to announce the general availability of the next generation of Mentor in ODC. Designed for agentic-first development, Mentor combines the speed and power of AI with the precision of visual development, all grounded in the OutSystems Enterprise Context Graph, also known as the OutSystems model. It elevates developers into agentic systems engineers, enabling teams to move at the speed of thought while ensuring every change stays aligned with enterprise security, architecture, and operational standards.

New in Mentor App Generator

Mentor App Generator has received a major user experience upgrade. Its new conversational app generation experience enables builders to create applications by chatting with Mentor in natural language. Users can describe what they need in plain language, and Mentor asks clarifying questions as it iteratively builds the data model, logic, and user interface.

Mentor in IDE

With this release, we are bringing the power of Mentor directly into ODC Studio. Developers can now modify existing applications using natural language instead of manually navigating visual trees and configuring elements one by one. Simply open the Mentor panel and describe a goal, such as “add a comments feature to the Ticket entity” or “create a dashboard screen for order metrics.” Mentor analyzes the current application model, proposes an implementation plan, and applies changes after approval. It works across server actions, screens, entities, and logic, while respecting existing patterns, architecture, and integrations.

Better Together

Mentor App Generator and Mentor in IDE are designed to work as a single development thread. Teams can create an app in the Portal, refine it through conversation, then open it in ODC Studio and use Mentor in IDE to extend it further. Both experiences share the same application model and follow OutSystems standards for security, architecture, and code quality. Apps created through either experience are standard ODC applications, with no special handling required.

Why It Matters

AI development tools often create fragmented workflows. Mentor brings agentic speed into a unified development experience with built-in observability, security, and traceability, right where teams already build, manage, and run software. The result is faster delivery, fewer handoff points, and greater confidence that AI-driven changes are production-ready from the start.

ODC
Artificial Intelligence
Developing with OutSystems
31 March 2026
Connect External Agents via the A2A Protocol

We are excited to launch the Agent-to-Agent (A2A) connector for ODC. The A2A protocol is a standardized communication layer that allows ODC agents to programmatically discover and collaborate with external, non-ODC AI agents. By supporting a universal agent-card.json handshake, your agents can now automatically identify the skills of specialized tools like SAP or Salesforce bots. This removes manual integration friction and allows for complex, multi-turn conversations across different AI platforms. Whether triggering real-time travel rebookings or automating intelligent invoice processing across global systems, ODC now connects your entire AI ecosystem and enables seamless task delegation to your specialized external AI investments.

ODC
Developing with OutSystems
Artificial Intelligence
Integration
31 March 2026
Introducing ODC self-hosted deployment

We are excited to announce a major architectural milestone for OutSystems Developer Cloud: self-hosted deployment. You can now run your mission-critical apps, data, and AI agents in your own private or public cloud, or on-premises Kubernetes infrastructure, while continuing to leverage ODC's automated platform management. By providing this deployment flexibility, we are addressing critical requirements for customers who need absolute control over their hosting environments due to stringent data residency, security, or regulatory compliance mandates.

This self-hosted model significantly enhances the developer experience by streamlining the path to production in complex network environments, particularly for high-volume on-premises workloads where remote connectivity was previously a bottleneck. By enabling single-tenant runtime provisioning directly from the ODC Portal and utilizing a secure pull mechanism for updates, businesses can achieve the agility of AI development without compromising their specific infrastructure needs. This ensures that even the most geographically distributed or highly regulated industries can scale their digital transformation efforts with confidence and efficiency.

ODC
Security
Integration
30 March 2026
Automated Agent Logic Validation

Building AI agents is exciting—until you need to prove they actually work. When you're iterating on a System Prompt, updating Grounding Data, or wiring up new tools, the only way to know if things still behave correctly has been manual, one-off testing. Change the prompt logic, re-deploy, and hope for the best. That kind of guesswork doesn't scale, and it certainly doesn't inspire the confidence needed to put agents in front of real users.

We saw a clear need for a structured, repeatable way to validate agent behavior during development—something that lets you know, before anything reaches production, whether your changes improved things or broke them.

Introducing Evaluations in Agent Workbench

Evaluations let you automatically test your Agent Logic against a Golden Dataset—a collection of test cases with inputs, expected outputs, and expected tool calls that you define. You upload the dataset as JSON, select the Service Action that wraps your agent, and run an evaluation. The platform executes each test case, captures a full execution trace (inputs, tool calls, token usage, and final output), and then automatically scores every result using the built-in platform Judge. No configuration needed—every run gets a quality score and Pass/Fail for each test case out of the box.

This means you can change a prompt, swap a tool, or adjust grounding logic and immediately see how those changes affect accuracy and reliability across dozens of scenarios. The full execution trace gives you the visibility to pinpoint exactly where things went wrong—which tool was called, what arguments were passed, and what the agent actually produced. And because the Judge runs automatically on every evaluation, you get consistent, comparable feedback across runs without any extra setup.

Artificial Intelligence
16 March 2026
New error management widget for ODC Workflows

We’re introducing a new widget for error management in OutSystems Developer Cloud (ODC) Workflows: a new, visually intuitive panel that helps you quickly identify and resolve issues while building workflows.

Located at the bottom of the Workflow Editor, the Notification Panel aggregates all workflow errors in one place. Instead of navigating through multiple activities and properties to track down issues, you can now instantly see where problems exist and jump directly to them with a single click.

A notification indicator shows the number of errors detected in your workflow. Clicking it opens the Notification Panel, where you can:

  • Identify issues at a glance – View a clear summary of all workflow errors in one place.
  • Jump directly to the problem – Click any error to navigate straight to the affected node.
  • Resolve issues faster – Reduce debugging time and avoid manually searching across the workflow.

With improved visibility, navigation, and filtering, this feature makes workflow creation smoother and more efficient—so you can spend less time debugging and more time delivering value.

ODC
Developing with OutSystems
16 March 2026
Exposed Secrets in Site Properties in AI Mentor Studio (O11)

Storing API keys and external service credentials in site properties is a common practice, but leaving them unencrypted creates a significant security vulnerability. Relying on manual reviews to catch these oversights is risky and often leads to overlooked vulnerabilities in O11 apps.

AI Mentor Studio now automatically identifies these risks by matching site property values against typical formats for sensitive credentials and API keys.

By flagging exposed secrets early, teams can prevent accidental data exposure, enforce encryption best practices as well as ensure their applications remain compliant with modern security frameworks.

O11
Artificial Intelligence
Security