Blog — Nov 2025 till Oct 2025
Updates, tutorials, and engineering deep-dives on building AI agents, workflows, and TypeScript tooling with Mastra.
Mastra Changelog 2025-11-20
Generate endpoint fix for OpenAI streaming, AI SDK v5 fine-grained stream control, and more.
Mastra UI Dojo: Choose your frontend
We have a new UI dojo. It's a collection of working examples showing Mastra agents integrated with the most popular AI UI frameworks. Try it out at ui-dojo.mastra.ai.
Mastra Changelog 2025-11-14
Mastra v1 is now in beta, we published a new book, and shipped the Mastra UI Dojo.
Announcing our new logo and brand
We're excited to announce the launch of our new logo and brand for Mastra. We believe developers deserve beautiful tools that match the sophistication and dynamism of the systems they're building.
Announcing our second book: Patterns for Building AI Agents
We're excited to announce the release of our new book: Patterns for Building AI Agents. This book helps you take your agents from prototype to production.
Announcing Mastra v1 beta
Mastra v1 is now in beta, marking the production-ready release of the leading TypeScript framework for AI agents, trusted by top global companies.
Mastra Changelog 2025-11-01
Agent Studio, 1.0 Release Preparation, and more.
Introducing Mastra’s Agent Studio
We've renamed Playground to Studio and it's now shareable with your team.
HITL: Ask Before Acting
Learn how to use HITL (Human-in-the-Loop) to safely build tools that require human approval.
Mastra Changelog 2025-10-23
Workflow state management, unified streaming, AI tracing updates, and more..
You can suspend/resume workflows in playground
Mastra workflows now support suspend and resume in Playground. You can also use the new resumeStream API to close streams on suspend and resume them later.
Workflow State: Share Data Across Steps
Workflow state lets you share values across steps without threading them through every `inputSchema` and `outputSchema`.