2026-06-10 โ 2026-06-16
about 18 hours ago by ReadMe API
๐ New Features
- External APIs for Enterprise Agents - connect third-party API credentials to your agent without ever pasting a key into chat. A major security upgrade for agents that reach outside services.
- Store credentials in a secure vault, encrypted at rest - the same level of protection as environment variables on a platform like Vercel.
- The agent only ever receives a short-lived proxy key. It never sees your real key and cannot leak it to end users, even if asked directly. The security comes from the proxy, not from prompt instructions.
- Pick from a curated list of platforms and just add your key, or bring any OpenAPI schema via URL, file upload, or paste. The agent figures out how to use it.
- Lives on a new tab on the Actions page. Requires the Smart Tasks action with external permissions enabled. Available on all plans.
๐ Improvements
- The agent chat interface now fully localizes to the agent's configured language. Recently added features - file manager, conversation history, and the rename/share/export actions - were still showing in English and are now translated.
- Long chat responses now stream faster all the way to the end. Previously, rendering slowed down as the response grew longer.
- You can now link directly to a specific Personalize tab (Persona, Citations, Advanced, and so on) through the page URL, so a tab can be bookmarked or shared and opens instantly.
- Citation highlighting in the PDF viewer is more accurate, including when the highlighted passage runs across two pages.
- Export your Outgoing Traffic (Links & Sources) analytics to CSV. The export runs in the background and emails you a download link, matching the filters and date range on screen.
- Files generated by an Enterprise Agent inside a Slack conversation now arrive as native file attachments in the thread.
- Enterprise Agents task plans now generate more complete to-do steps, and the agent more reliably picks the right action (web search, code execution, or deep search) for a given question.
๐ API & MCP
- Added
GETandPATCH /api/v1/projects/{projectId}/deploymentto read and update an agent's embed, live-chat, AI-assistant, instant-viewer, and SGE widget configuration.PATCHupdates one section at a time via the{section}path parameter. - Added read-only billing endpoints under
/api/v1/billing/for current plan, payment methods, invoice list, and invoice download. - The Customer Intelligence reports endpoint
/api/v1/projects/{projectId}/reports/intelligencenow accepts ahuman_requestfilter and returnshuman_requeston each result.
๐ Bug Fixes
- Fixed the issue where teams on a plan with add-ons could not resume a cancelled subscription.
- Fixed the issue where a team's plan limits and pricing could stay outdated after a custom plan was attached or removed.
- Fixed the issue where Enterprise Agents code execution failed on every Python step.
- Fixed the issue where an Enterprise Agent could not read a file it had just generated earlier in the same task.
- Fixed the issue where Enterprise Agents responses showed escaped characters instead of formatted text.
- Fixed the issue where larger Enterprise Agents dashboards could render broken when split across separate files.
- Fixed the issue where the status message shown before an Enterprise Agents step sometimes described a different action than the one being run.
- Fixed the issue where a citation image that failed to load briefly showed an empty gap instead of a fallback icon.
- Fixed the issue where the task status spinner in Enterprise Agents appeared clipped instead of a full circle.
