Blog: Features

47 posts on Features from the Mastra blog.

Introducing Agent Client Protocol Support for Mastra Agents

Delegate coding tasks to Claude Agent, Codex CLI, Cursor, or any ACP-compatible harness.

Jun 2, 2026
Paul Scanlon
# features

Mastra Workflows, Enhanced

Mastra's new Temporal integration brings durable execution, advanced retries, and richer observability to your workflows.

May 27, 2026
Brandon Barros
# features

Close the Loop With the Upgraded Mastra CLI

Your coding agent can now build, test, and ship Mastra projects.

May 20, 2026
Paul Scanlon
# features

Introducing Agent-to-Agent support for Mastra

Build cross-framework multi-agent systems with A2A-enabled agents.

May 19, 2026
Paul Scanlon
# features

Introducing Response Caching for Mastra Agents

You can now cut costs and reduce latency with cached responses.

May 15, 2026
Paul Scanlon
# features

Introducing Temporal Support for Mastra Workflows

Your workflows can now run on Temporal with durable, fault-tolerant execution.

May 12, 2026
Paul Scanlon
# features

Introducing Background Tasks for Mastra Agents

Your agents can now stream progress feedback during long-running tool calls.

May 7, 2026
Paul Scanlon
# features

Introducing ClickHouse Support for Mastra Observability

Make your Mastra application production-ready with observability storage that scales.

May 5, 2026
Paul Scanlon
# features

Introducing Remote Filesystems for Mastra Workspaces

Your agents can now work with remote filesystems like S3, GCS, and Azure.

Apr 29, 2026
Paul Scanlon
# features

Introducing Channels for Mastra Agents

Give users access to your agent from Slack, Discord, Telegram, and more.

Apr 28, 2026
Paul Scanlon
# features

LSP Inspection for Mastra Workspaces

Give agents semantic understanding of your codebase.

Apr 27, 2026
Paul Scanlon
# features

Introducing Browser Support for Mastra Agents

Your agents can now browse and take actions on the web, just like you.

Apr 24, 2026
Paul Scanlon
# features

Introducing Agent Editor

Edit agent instructions, tools, and display conditions from Studio with draft/publish versioning, or programmatically through the editor API.

Apr 8, 2026
Daniel Lew
# features

Introducing Metrics and Logs

Mastra Studio now supports logs, traces, and metrics, so you can understand how your agents behave in production.

Apr 1, 2026
Eric Pinzur
# features

Introducing Studio Auth: Secure, Team-Friendly Access for Deployed Mastra Studios

Secure your deployed Mastra Studio with login screens, third-party identity providers, and role-based permissions.

Mar 17, 2026
Ryan Hansen
# features

Safely Execute Untrusted Code with Remote Sandboxes

Three new sandbox providers for safely running agent code in isolated cloud containers.

Mar 11, 2026
Paul Scanlon
# features

Introducing Our New Course: Build Your First Agent in TypeScript

A new video course designed to get you from zero to deploying your first agent in under two hours.

Mar 3, 2026
Guil Hernandez
# features

Change, Run, and Compare with Experiments in Mastra Studio

Run test cases against agents and workflows, score the results, and track quality over time.

Mar 3, 2026
Yujohn Nattrass
# features

Introducing Datasets in Mastra Studio

Define test cases, run experiments, and track response quality for every change you make.

Feb 19, 2026
Yujohn Nattrass
# features

Introducing Mastra Skills

Mastra Skills teach coding agents about Mastra through structured knowledge files, giving any compatible agent the context it needs to help you build.

Feb 5, 2026
Lennart Jörgens
# features

Introducing Workspaces: Safe, Controlled Environments for Mastra Agents

File access, command execution, and reusable skills for agents that actually get things done.

Feb 5, 2026
Paul Scanlon
# features

Introducing Server Adapters: Run Mastra Inside Your Existing Express or Hono App

Mastra’s new Server Adapters automatically expose your agents, workflows, tools, and MCP servers as HTTP endpoints on the server you’re already running.

Dec 11, 2025
Paul Scanlon
# features

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.

Nov 14, 2025
Sam Bhagwat
# features

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

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

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

Model fallbacks: Your safety net for production AI

Model fallbacks ensure your application stays online by automatically switching to backup models when your primary provider fails.

Oct 1, 2025
Sam Bhagwat
# features

Mastra now supports AI Tracing

Mastra introduces AI Tracing: filter out noise and use multiple observability platforms.

Sep 30, 2025
Sam Bhagwat
# features

Adding agent templates into existing projects

You can now easily merge Mastra agent templates into your existing projects with just a few clicks.

Sep 26, 2025
Nik Aiyer
# features

The next evolution of Mastra streaming

We're making our new streaming architecture the default experience starting from `@mastra/core v0.19.0.`

Sep 25, 2025
Sam Bhagwat
# features

Introducing Output Processors

Introducing output processors: the gatekeepers that sit between your language model's response and your users.

Sep 16, 2025
Sam Bhagwat
# features

Introducing Cloneable Scorers

Cloneable scorers let you copy, customize, and extend Mastra’s evals into your project.

Sep 5, 2025
Sam Bhagwat
# features

Introducing Mastra's improved agent orchestration with AI SDK v5 support

Mastra now controls the agent loop and tool calling with increased orchestration capabilities—while maintaining backward compatibility with AI SDK v4 and v5.

Aug 26, 2025
Sam Bhagwat
# features# foundations

Introducing Scorers in Mastra

We're excited to announce the release of scorers in Mastra, a new way to evaluate and rank the quality of your agent's responses.

Aug 6, 2025
Yujohn Nattrass
# features

Nested streaming support in Mastra

Mastra's nested streaming support provides real-time visibility into agent and workflow execution, with comprehensive cost tracking and a unified messaging interfaces.

Jul 25, 2025
Ward Peeters
# features

Introducing Mastra Templates

Announcing Mastra Templates: pre-built, production-ready, customizable agent and workflow projects. Plus: join our MASTRA.BUILD hackathon to create and showcase your own templates.

Jul 23, 2025
Shane Thomas
# features

Beyond Workflows: Introducing Agent Network (vNext)

Agent Network (vNext) introduces intelligent AI orchestration that automatically routes and executes complex multi-agent tasks without predetermined workflows.

Jul 3, 2025
Tony Kovanen
# features

Introducing Mastra Docs Chatbot: Your AI Documentation Assistant

Explore how our new docs chatbot leverages the Mastra MCP Docs server to enhance user experience and streamline access to documentation.

May 7, 2025
Shane Thomas
# features

Introducing vNext Workflows: the next generation of Mastra Workflows

vNext brings stronger control flow, better type safety, and multi-engine support.

Apr 29, 2025
Tony Kovanen
# features

Introducing MCP Server Support in Mastra

Create and share your AI tools with the Model Context Protocol (MCP) - now available in our latest stable release.

Apr 21, 2025
Nik Aiyer
# features

Introducing Mastra's MCP Registry Registry

Mastra's MCP Registry Registry simplifies the process of finding MCP registries.

Apr 10, 2025
Sam Bhagwat
# features

The Voice Connection: Mastra's Speech-to-Speech Capabilities

We've expanded Mastra Voice with real-time speech-to-speech capabilities for Agents.

Mar 26, 2025
Yujohn Nattrass
# features

Introducing Mastra MCP Documentation Server

We built a Mastra MCP documentation server that provides AI assistants and IDE's with direct access to Mastra.ai's complete knowledge base.

Mar 18, 2025
Tyler Barnes
# features

Introducing Evals in Mastra

A guide to Mastra's evaluation metrics suite, demonstrating how to measure and validate AI model outputs across dimensions including answer relevancy, completeness, content similarity, context usage, and tone consistency.

Jan 20, 2025
Nik Aiyer
# features

Introducing TTS in Mastra

Use Mastra's TTS system with OpenAI's speech models to create text-to-speech applications, covering voice selection, audio generation, streaming capabilities

Jan 20, 2025
Sam Bhagwat
# features

Ship better agents