# AgentPMT Development Update — May 5, 2026

> Global site search, Agent Builder Mode, Mercury OAuth, Pipedrive and Zoho Sign integrations, AI Writing Quality Check, Blender file export, per-tool LLM model selection, and a wave of platform improvements and bug fixes.

Content type: article
Source URL: https://www.agentpmt.com/articles/agentpmt-development-update-may-5-2026
Markdown URL: https://www.agentpmt.com/articles/agentpmt-development-update-may-5-2026?format=agent-md
Updated: 2026-05-05T16:01:48.677Z
Author: Stephanie Goodman
Tags: Development Updates

---

# AgentPMT Development Update — May 5, 2026

Here's what we shipped.

## New Features

-   **Global search is live.** Search the entire AgentPMT platform — tools, workflows, agents, documentation, and articles — from a single search bar accessible anywhere on the site. Results are ranked by relevance using a hybrid search pipeline.
-   **Agent Builder Mode.** A new global builder mode lets you stay in a focused, context-aware creation state across the platform without losing your place. Toggle it on from the dashboard and the interface adapts to your build flow.
-   **Mercury OAuth integration.** Vendors can now register as Mercury OAuth clients through the platform using Dynamic Client Registration, enabling agent-to-agent authorization flows with Mercury-compatible services.
-   **Pipedrive CRM connector.** A new Pipedrive CRM tool is available in the marketplace. Agents can now search, retrieve, create, and update Pipedrive leads, contacts, accounts, and deals.
-   **Zoho Sign — redesigned with templates and OCR anchors.** The Zoho Sign tool has been rebuilt from the ground up with full template support, document field anchoring using OCR detection, and an improved signing workflow.
-   **AI Writing Quality Check — banned phrase detection.** The AI Writing Quality Check tool now detects and flags banned phrases in content, giving content workflows a sharper quality gate.
-   **Blender file export.** Agents using the Blender tool can now export .blend files directly, in addition to rendered outputs. Export generated scenes for downstream use in any Blender-compatible pipeline.
-   **Per-tool LLM model selection.** Tools running LLM-backed functions can now specify which model to use per operation. A shared model selection resolver picks the right model based on tool requirements and platform policy.
-   **Vercel AI Gateway client.** A shared Vercel AI Gateway client is now available internally, giving tools a single, policy-controlled path for AI completions across the platform.
-   **Vendor private MCP request limits.** Vendors can now set rolling request limits on their private MCP tools through the admin panel, giving product owners rate control without platform-wide changes.
-   **External API help and bot endpoints.** Every response from the external agent API now includes a structured help envelope. A new bot help endpoint gives autonomous agents a programmatic way to request guidance and context.

## Updates

-   **Vision page rewritten.** The AgentPMT /vision page has been rewritten with a clearer brand narrative, better SEO structure, and marketing-grade copy.
-   **Dashboard onboarding templates.** New onboarding empty states guide first-time users through setup with starter templates and quick-start cards.
-   **Marketplace cards unified.** Every entity card — tools, workflows, agents — now uses a shared card shell with consistent actions, hover states, and visual chrome. Try It and Remix actions are prominently surfaced.
-   **YouTube tools expanded.** YouTube channel management now includes comment management tools, OAuth-backed account operations, and expanded channel analytics.
-   **Video Editor analyze action.** The Video Editor tool has a new analyze action that uses FFmpeg to extract metadata and technical details from video files.
-   **Auth modal redesigned.** The signup and sign-in modal has been rebuilt with a stronger first impression, cleaner step flow, and email-code sign-in as the default passwordless method.
-   **Try It CTA made more visible.** The floating Try It button is now orange and pulsing so it's easy to find on tool and workflow pages.
-   **Sticky table of contents for blog articles.** Long-form articles now render a sticky sidebar TOC that tracks your scroll position.
-   **Getting Started docs restructured.** The Getting Started documentation has been reorganized into four focused tutorial-style files, replacing the older step-by-step structure.
-   **Blender tool expanded.** Blender tool instructions have been expanded with more detailed guidance, and the renderer has been hardened for better task execution and timeout handling.
-   **HTTP request tool payload limit raised.** The HTTP request tool now supports response payloads up to 5MB, up from 1MB.
-   **Responsive design remediation.** A comprehensive site-wide responsive design pass improves layout, spacing, and touch targets across desktop, tablet, and mobile.
-   **Navbar marketplace entry moved up.** The Marketplace link now appears at the top of the platform navigation dropdown for faster access.
-   **Credential setup improved.** The dashboard credential warning flow has been redesigned as a connection-centric setup wizard with guided steps for each missing credential.

## Bug Fixes

-   Fixed a session state issue where user data did not load correctly on non-dashboard pages after signing in, causing budget and action controls to behave incorrectly.
-   Fixed a sign-in issue affecting passwordless accounts using one-time email codes.
-   Fixed social login (Google, GitHub) feature flag handling that was incorrectly gating auth options.
-   Fixed chat card scroll anchoring so conversations stay properly positioned during load.
-   Fixed a scroll policy conflict that was locking page scroll when certain modals were open.
-   Fixed an error code inconsistency in the payment simulation layer.
-   Fixed the workflow builder tool details panel not rendering correctly.
-   Fixed a credential binding issue that was blocking credential attachment to agent budgets.
-   Fixed floating credit balance display not showing the correct value.