> For the complete documentation index, see [llms.txt](https://docs.uptiq.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.uptiq.ai/release-notes/2026/may-11th-2026.md).

# May 11

This release focuses on making agents smarter to build, easier to understand, and more reliable in production.

### Knowledge just got stronger

* Improved RAG accuracy and retrieval quality → better grounded responses
* Faster indexing and more stable document handling
* Direct ingestion from:
  * Google Drive
  * SharePoint
  * OneDrive
* Enables smoother workflows like document analysis, intake, and validation

### New Launch: Solutions (Beta)

* Ready-to-use Agentic AI solutions to jumpstart use cases
* Designed for faster onboarding and real-world workflows
* Still in Beta as we continue expanding coverage and depth

### Agent Builder Enhancements

* Plan before build → define intent and structure upfront for better outcomes
* Flow/plan decomposition → visual breakdown of steps, giving clarity into how the agent thinks and executes
* Checklist (Beta) → preview the exact steps your agent will follow for a given plan, making execution more predictable and transparent
* Faster execution with Plan + Checklist → reduces the time agents spend “figuring things out,” leading to quicker responses, lower costs, and more consistent outputs
* Agent versioning → save iterations, restore anytime, and download previous versions for reuse
* Manage Agent → all configurations (knowledge, integrations, capabilities) in one place for easier control

### New Integrations

* Redtail CRM
* Wealthbox CRM
* Alongside existing integrations like Stripe, Google OAuth, Resend, Twilio WhatsApp
* Expands ability to plug agents directly into business workflows

### Flow Builder

* Performance and usability improvements shipped
* Still in Preview as we continue evolving orchestration capabilities

### Reliability & UX Improvements

* Stronger error handling across builds, agents, and integrations
* Clear, user-friendly error messages instead of raw system failures
* Better handling of edge cases like:
  * API timeouts
  * delayed LLM responses
  * partial failures during execution
* Overall smoother and more predictable platform experience

### Agent Runtime 1.2

A sharper, safer, more capable runtime:

* Smarter → powered by newer models like GPT-5.4 and GPT-5.1, with checklist-based planning for known flows
* Safer → prompt sanitization + automatic PII detection & masking
* More capable → generate and execute JavaScript & Python code in sandbox

Also includes:

* Multi-model flexibility → switch between providers seamlessly without rebuilding agents
* Faster execution → skip planning for predefined flows using checklists
* Secure execution layer → run code safely with real outputs

**More detailed updates on Agent Runtime 1.2 will be available shortly.**

With these updates, the platform moves closer to enabling seamless, production-grade app and agent development at scale.

There’s more coming soon - keep building and sharing your feedback with us.

Happy building!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.uptiq.ai/release-notes/2026/may-11th-2026.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
