HubSpot launches a unified Developer Platform with Agent Tools and CI/CD developer workflow upgrades
Key update
HubSpot announced the new Developer Platform (Sep 3, 2025): a consolidation that makes Developer Projects the central unit for building apps, adds a distinct Developer role, and introduces first‑class developer primitives — including Custom Workflow Actions, Agent Tools that let Breeze agents interact with apps, App Objects and App Events, an improved Webhooks Journal, and more powerful UI Extensions (including an App Home). The release also brings CI/CD and local‑development UX improvements, telemetry integrations (Sentry/Honeycomb), and an updated CLI with migration and onboarding commands plus a CLI‑based Developer MCP server in public beta. (developers.hubspot.com)
Why it matters
For engineers building on HubSpot this is more than cosmetic: it standardizes app structure and permissions, reduces friction for local development and CI, and exposes a supported path for agentic/AI integrations inside HubSpot workflows. Practically, teams should evaluate the new Developer Projects model and CLI migration commands, verify telemetry and domain verification requirements, and review data/permission boundaries for Agent Tools before shipping agent-driven automations to production. The change will affect app architecture, release pipelines, and security posture for any team integrating deeply with HubSpot. (developers.hubspot.com)
Source
Read Next
Node.js v25 scheduled for 2025‑10‑15 — semver‑major release imminent
September 30, 2025Node.js v25 is scheduled for October 15, 2025 (commit cutoff 2025‑09‑15). Teams should run CI against the new major, validate native modules, and prepare canary deployments.
Azure Functions Proxies: community support ends 2025‑09‑30 — migrate off Proxies now
September 29, 2025Azure announced Azure Functions Proxies will be unsupported after 2025‑09‑30; teams still using Proxies must inventory and migrate to a supported API surface (APIM, Front Door, or a lightweight reverse proxy) immediately.
NodeShield: runtime SBOM enforcement (CBOM) for Node.js limits supply‑chain attacks with negligible overhead
September 28, 2025A new paper introduces NodeShield, a runtime enforcement system that uses SBOMs extended with per‑dependency capabilities (CBOM) to prevent supply‑chain abuses in Node.js with ~98% effectiveness and <1ms overhead.