Blog — Nov 2025 till Oct 2025

Updates, tutorials, and engineering deep-dives on building AI agents, workflows, and TypeScript tooling with Mastra.

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.

Nov 12, 2025
Sam Bhagwat
# announcements

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.

Nov 6, 2025
Sam Bhagwat
# announcements

Mastra Changelog 2025-11-01

Agent Studio, 1.0 Release Preparation, and more.

Nov 1, 2025
Shane Thomas
# changelogs

Introducing Mastra’s Agent Studio

We've renamed Playground to Studio and it's now shareable with your team.

Oct 30, 2025
Sam Bhagwat
# features

HITL: Ask Before Acting

Learn how to use HITL (Human-in-the-Loop) to safely build tools that require human approval.

Oct 28, 2025
Shane Thomas
# features

Mastra Changelog 2025-10-23

Workflow state management, unified streaming, AI tracing updates, and more..

Oct 23, 2025
Shane Thomas
# changelogs

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.

Oct 22, 2025
Sam Bhagwat
# features

Workflow State: Share Data Across Steps

Workflow state lets you share values across steps without threading them through every `inputSchema` and `outputSchema`.

Oct 22, 2025
Sam Bhagwat
# foundations

The evolution of AgentNetwork

We've unified multi-agent coordination under a new .network() primitive—read about our journey, the experiments, and how you can use it to orchestrate collaborative agents simply.

Oct 10, 2025
Abhi Aiyer
# features

Introducing Mastra Model Router: 600+ models, one API, zero package installs

Access 600+ LLM models from 40+ providers with a single string. Full TypeScript autocomplete turns your IDE into a model search engine.

Oct 9, 2025
Tyler Barnes
# features

Announcing our $13m seed round from YC, pg, Gradient, Amjad, Guillermo, Balaji, and 120+ others

Mastra secures $13m from a coalition of legendary investors to fuel AI agent development and production.

Oct 8, 2025
Sam Bhagwat
# announcements

Migration Guide: VNext to Standard APIs

Learn how to migrate from Mastra’s VNext streaming methods to the new standard APIs, with details on renaming, compatibility, and key differences between AI SDK v4 and v5.

Oct 6, 2025
Sam Bhagwat
# examples

Ship better agents

Quickstart