# November 25

## **Connectors**

### **Agent Component update – New configuration experience and Guardrail parameter**

The **Agent Component** has been revamped to offer a clearer and more intuitive configuration experience. The component now opens in a dedicated full-page view, where you can easily access and adjust all available parameters.

This update also introduces a new **Guardrail** parameter that enables JSON Schema validation for output responses. When enabled, each response is validated against the provided schema. If the output doesn’t match the structure, the Agent asks the model to correct it. If the model still fails to return a valid response, the execution stops with an error.

<figure><img src="/files/xv8Sij5cgc2naIpjUWEW" alt=""><figcaption></figcaption></figure>

See how to use the Agent Component in practice:

* [How to query a name in a database using an MCP Server and an Agent Component](/documentation/resources/ai-practical-examples/how-to-agent-component-and-mcp-server-v1.md)
* [How to use the Agent Component in real scenarios](/documentation/resources/ai-practical-examples/how-to-agent-component.md)

<a href="/spaces/EKM2LD3uNAckQgy1OUyZ/pages/M98ZW4THuGcyD7eW0byA" class="button primary">Read the full documentation</a>

## Platform Improvements

### **Organize your pipelines with folders inside projects**

Keeping your pipelines organized just got easier. You can now create **folders within projects** to group related pipelines and make navigation simpler.

This improvement helps you maintain a clean, structured workspace and brings more flexibility to managing your integrations as they grow.

<figure><img src="/files/II3ehgTASCxABWnwi8lu" alt=""><figcaption></figcaption></figure>

<a href="/spaces/jvO5S91EQURCEhbZOuuZ/pages/IztHqesANkJseurnpZ5W" class="button primary">Learn more</a>

### **Enhanced security for your integration pipelines**

We’re upgrading the Digibee Integration Platform to the next-generation runtime images designed with security as the top priority. These images contain only the essential components needed to run your pipelines with no shell, no package managers, and no interactive tooling.

This leaner execution environment significantly increases security, dependency transparency, and enhances our overall supply-chain security posture.

To benefit from these security improvements, simply [**redeploy your pipelines**](/documentation/developer-guide/development-cycle/overview/deployment/deployments.md). No changes to your pipelines are required.

### **Bug fixes**

* **Floating view selector on screen:** We’ve fixed the bug that caused the view selector to appear floating on the screen when the grid option was selected.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.digibee.com/documentation/release-notes/november-2025/november-25.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
