@mastra/mcp-docs-server 1.2.15-alpha.7 → 1.2.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (504) hide show
  1. package/.docs/docs/agents/agent-approval.md +14 -0
  2. package/.docs/docs/agents/code-mode.md +17 -2
  3. package/.docs/docs/agents/networks.md +2 -2
  4. package/.docs/docs/agents/overview.md +2 -2
  5. package/.docs/docs/agents/processors.md +3 -3
  6. package/.docs/docs/agents/using-tools.md +1 -1
  7. package/.docs/docs/browser/overview.md +8 -8
  8. package/.docs/docs/browser/recording.md +4 -4
  9. package/.docs/docs/capabilities/{channels/overview.md → channels.md} +70 -7
  10. package/.docs/docs/capabilities/subagents.md +6 -3
  11. package/.docs/docs/datasets/running-experiments.md +49 -0
  12. package/.docs/docs/deployment/cloud-providers.md +9 -9
  13. package/.docs/docs/deployment/overview.md +9 -9
  14. package/.docs/docs/deployment/sandbox.md +3 -3
  15. package/.docs/docs/deployment/web-framework.md +6 -6
  16. package/.docs/docs/deployment/workers.md +1 -1
  17. package/.docs/docs/deployment/workflow-runners.md +2 -2
  18. package/.docs/docs/getting-started/develop.md +1 -1
  19. package/.docs/docs/harness/agent-controller.md +45 -4
  20. package/.docs/docs/harness/overview.md +2 -4
  21. package/.docs/docs/index.md +8 -8
  22. package/.docs/docs/long-running-agents/durable-agents.md +3 -3
  23. package/.docs/docs/long-running-agents/goals.md +1 -1
  24. package/.docs/docs/long-running-agents/schedules.md +1 -1
  25. package/.docs/docs/long-running-agents/signal-providers.md +3 -16
  26. package/.docs/docs/long-running-agents/signals.md +2 -2
  27. package/.docs/docs/mastra-platform/database.md +2 -2
  28. package/.docs/docs/mastra-platform/deploy.md +27 -0
  29. package/.docs/docs/mastra-platform/server.md +1 -1
  30. package/.docs/docs/mastra-platform/trace-intelligence.md +9 -13
  31. package/.docs/docs/mcp/overview.md +42 -0
  32. package/.docs/docs/memory/memory-processors.md +5 -5
  33. package/.docs/docs/memory/message-history.md +3 -3
  34. package/.docs/docs/memory/multi-user-threads.md +1 -1
  35. package/.docs/docs/memory/observational-memory.md +2 -2
  36. package/.docs/docs/memory/semantic-recall.md +2 -1
  37. package/.docs/docs/memory/working-memory.md +1 -0
  38. package/.docs/docs/observability/integrations/exporters/mastra-platform.md +1 -1
  39. package/.docs/docs/observability/integrations/exporters/mastra-storage.md +16 -15
  40. package/.docs/docs/observability/integrations/overview.md +3 -3
  41. package/.docs/docs/server/auth/fga.md +1 -1
  42. package/.docs/docs/server/auth/simple-auth.md +1 -1
  43. package/.docs/docs/server/auth/workers.md +2 -0
  44. package/.docs/docs/server/auth.md +10 -8
  45. package/.docs/docs/server/custom-adapters.md +1 -1
  46. package/.docs/docs/server/custom-api-routes.md +35 -0
  47. package/.docs/docs/server/mastra-client.md +13 -13
  48. package/.docs/docs/server/mastra-server.md +1 -1
  49. package/.docs/docs/storage/overview.md +14 -12
  50. package/.docs/docs/studio/observability.md +1 -1
  51. package/.docs/docs/workflows/agents-and-tools.md +2 -2
  52. package/.docs/docs/workflows/{stored-workflows.md → dynamic-workflows.md} +24 -24
  53. package/.docs/docs/workflows/overview.md +2 -2
  54. package/.docs/docs/workflows/snapshots.md +12 -10
  55. package/.docs/docs/workflows/time-travel.md +2 -0
  56. package/.docs/docs/workspace/filesystem.md +15 -15
  57. package/.docs/docs/workspace/sandbox.md +17 -17
  58. package/.docs/docs/workspace/search.md +1 -1
  59. package/.docs/guides/agent-frameworks/ai-sdk.md +2 -2
  60. package/.docs/guides/deployment/mastra-workers.md +4 -2
  61. package/.docs/guides/getting-started/quickstart.md +3 -3
  62. package/.docs/guides/guide/signal-provider.md +1 -1
  63. package/.docs/guides/index.md +8 -8
  64. package/.docs/guides/voice/overview.md +55 -106
  65. package/.docs/guides/voice/speech-to-text.md +7 -7
  66. package/.docs/guides/voice/text-to-speech.md +9 -10
  67. package/.docs/{guides/build-your-ui → integrations/agentic-ui}/ai-sdk-ui.md +5 -5
  68. package/.docs/{guides/build-your-ui → integrations/agentic-ui}/assistant-ui.md +1 -1
  69. package/.docs/{guides/build-your-ui/copilotkit/overview.md → integrations/agentic-ui/copilotkit.md} +257 -4
  70. package/.docs/{docs/server → integrations}/auth/auth0.md +1 -1
  71. package/.docs/{docs/server → integrations}/auth/clerk.md +2 -2
  72. package/.docs/{docs/server → integrations}/auth/firebase.md +1 -1
  73. package/.docs/{docs/server → integrations}/auth/okta.md +24 -4
  74. package/.docs/{docs/server → integrations}/auth/supabase.md +2 -2
  75. package/.docs/{docs/server → integrations}/auth/workos.md +1 -1
  76. package/.docs/{docs/browser → integrations/browsers}/agent-browser.md +2 -2
  77. package/.docs/{docs/browser → integrations/browsers}/browser-viewer.md +3 -3
  78. package/.docs/{docs/browser → integrations/browsers}/firecrawl.md +2 -2
  79. package/.docs/{docs/browser → integrations/browsers}/stagehand.md +1 -1
  80. package/.docs/{docs/capabilities → integrations}/channels/discord.md +2 -2
  81. package/.docs/integrations/channels/github.md +103 -0
  82. package/.docs/{docs/capabilities → integrations}/channels/imessage.md +12 -4
  83. package/.docs/{docs/capabilities → integrations}/channels/slack.md +4 -4
  84. package/.docs/{docs/capabilities → integrations}/channels/teams.md +2 -2
  85. package/.docs/{docs/capabilities → integrations}/channels/telegram.md +2 -2
  86. package/.docs/{docs/capabilities → integrations}/channels/whatsapp.md +2 -2
  87. package/.docs/{reference/storage/dsql.md → integrations/databases/aurora-dsql.md} +1 -1
  88. package/.docs/{reference/storage → integrations/databases}/clickhouse.md +2 -2
  89. package/.docs/{reference/storage → integrations/databases}/cloudflare-d1.md +1 -1
  90. package/.docs/{reference/storage/cloudflare.md → integrations/databases/cloudflare-kv.md} +1 -1
  91. package/.docs/{reference/storage → integrations/databases}/convex.md +1 -1
  92. package/.docs/{reference/storage → integrations/databases}/duckdb.md +5 -5
  93. package/.docs/{reference/storage → integrations/databases}/dynamodb.md +1 -1
  94. package/.docs/{reference/storage/lance.md → integrations/databases/lancedb.md} +1 -1
  95. package/.docs/{reference/storage → integrations/databases}/libsql.md +2 -2
  96. package/.docs/{reference/storage → integrations/databases}/mongodb.md +1 -1
  97. package/.docs/{reference/storage → integrations/databases}/mssql.md +1 -1
  98. package/.docs/integrations/databases/neon.md +220 -0
  99. package/.docs/integrations/databases/oracledb.md +239 -0
  100. package/.docs/{reference/storage → integrations/databases}/postgresql.md +1 -1
  101. package/.docs/{reference/storage → integrations/databases}/redis.md +1 -1
  102. package/.docs/{reference/storage → integrations/databases}/spanner.md +1 -1
  103. package/.docs/{reference/storage → integrations/databases}/upstash.md +1 -1
  104. package/.docs/{guides/deployment → integrations/deploy}/amazon-ec2.md +1 -1
  105. package/.docs/{guides/deployment → integrations/deploy}/aws-bedrock-agentcore.md +1 -1
  106. package/.docs/{guides/deployment → integrations/deploy}/aws-lambda.md +2 -2
  107. package/.docs/{guides/deployment → integrations/deploy}/azure-app-services.md +2 -2
  108. package/.docs/{guides/deployment → integrations/deploy}/cloudflare.md +2 -2
  109. package/.docs/{guides/deployment → integrations/deploy}/digital-ocean.md +3 -3
  110. package/.docs/{guides/deployment → integrations/deploy}/kubernetes.md +2 -2
  111. package/.docs/{guides/deployment → integrations/deploy}/netlify.md +3 -3
  112. package/.docs/{guides/deployment → integrations/deploy}/vercel.md +3 -3
  113. package/.docs/{reference/workspace/s3-filesystem.md → integrations/file-storage/amazon-s3.md} +5 -5
  114. package/.docs/{reference/workspace/archil-filesystem.md → integrations/file-storage/archil.md} +3 -3
  115. package/.docs/{reference/workspace/azure-blob-filesystem.md → integrations/file-storage/azure-blob.md} +2 -2
  116. package/.docs/{reference/workspace/gcs-filesystem.md → integrations/file-storage/google-cloud-storage.md} +5 -5
  117. package/.docs/{reference/workspace/mesa-filesystem.md → integrations/file-storage/mesa.md} +2 -2
  118. package/.docs/{reference/workspace/files-sdk-filesystem.md → integrations/file-storage/vercel-files.md} +5 -5
  119. package/.docs/{guides/getting-started → integrations/frameworks}/astro.md +1 -1
  120. package/.docs/{guides/getting-started → integrations/frameworks}/electron.md +3 -3
  121. package/.docs/{guides/getting-started → integrations/frameworks}/next-js.md +2 -2
  122. package/.docs/{guides/getting-started → integrations/frameworks}/nuxt.md +1 -1
  123. package/.docs/{guides/getting-started → integrations/frameworks}/sveltekit.md +1 -1
  124. package/.docs/{guides/getting-started → integrations/frameworks}/vite-react.md +1 -1
  125. package/.docs/{docs/observability/integrations/exporters → integrations/observability}/arize.md +1 -1
  126. package/.docs/{docs/observability/integrations/exporters → integrations/observability}/arthur.md +1 -1
  127. package/.docs/{docs/observability/integrations/exporters → integrations/observability}/braintrust.md +1 -1
  128. package/.docs/{docs/observability/integrations/exporters → integrations/observability}/confident-ai.md +1 -1
  129. package/.docs/integrations/observability/datadog.md +538 -0
  130. package/.docs/{docs/observability/integrations/exporters → integrations/observability}/laminar.md +1 -1
  131. package/.docs/{docs/observability/integrations/exporters → integrations/observability}/langfuse.md +1 -1
  132. package/.docs/{docs/observability/integrations/exporters → integrations/observability}/langsmith.md +1 -1
  133. package/.docs/{docs/observability/integrations/exporters/otel.md → integrations/observability/opentelemetry.md} +278 -46
  134. package/.docs/{docs/observability/integrations/exporters → integrations/observability}/posthog.md +1 -1
  135. package/.docs/{docs/observability/integrations/exporters → integrations/observability}/sentry.md +1 -1
  136. package/.docs/{reference/workspace/apple-container-sandbox.md → integrations/sandboxes/apple-container.md} +1 -1
  137. package/.docs/{reference/workspace/daytona-sandbox.md → integrations/sandboxes/daytona.md} +23 -2
  138. package/.docs/{reference/workspace/docker-sandbox.md → integrations/sandboxes/docker.md} +1 -1
  139. package/.docs/{reference/workspace/e2b-sandbox.md → integrations/sandboxes/e2b.md} +3 -3
  140. package/.docs/{reference/workspace/modal-sandbox.md → integrations/sandboxes/modal.md} +2 -2
  141. package/.docs/{reference/workspace/railway-sandbox.md → integrations/sandboxes/railway.md} +8 -0
  142. package/.docs/{reference/workspace/vercel-sandbox.md → integrations/sandboxes/vercel.md} +141 -12
  143. package/.docs/{reference → integrations}/tools/brightdata.md +1 -1
  144. package/.docs/{reference → integrations}/tools/perplexity.md +1 -1
  145. package/.docs/{reference → integrations}/tools/tavily.md +1 -1
  146. package/.docs/{reference → integrations}/voice/aws-nova-sonic.md +1 -1
  147. package/.docs/{reference → integrations}/voice/cloudflare.md +3 -3
  148. package/.docs/{reference/voice/google-gemini-live.md → integrations/voice/google.md} +305 -30
  149. package/.docs/{reference/voice/inworld-realtime.md → integrations/voice/inworld.md} +163 -25
  150. package/.docs/{reference → integrations}/voice/livekit.md +437 -34
  151. package/.docs/{reference/voice/openai-realtime.md → integrations/voice/openai.md} +117 -20
  152. package/.docs/integrations.md +147 -0
  153. package/.docs/models/embeddings.md +3 -3
  154. package/.docs/models/environment-variables.md +1 -0
  155. package/.docs/models/gateways/custom-gateways.md +4 -0
  156. package/.docs/models/gateways/neon.md +1 -1
  157. package/.docs/models/gateways/netlify.md +1 -1
  158. package/.docs/models/gateways/openrouter.md +9 -3
  159. package/.docs/models/gateways/vercel.md +7 -4
  160. package/.docs/models/index.md +3 -3
  161. package/.docs/models/providers/302ai.md +1 -1
  162. package/.docs/models/providers/abacus.md +1 -1
  163. package/.docs/models/providers/abliteration-ai.md +1 -1
  164. package/.docs/models/providers/agentrouter.md +1 -1
  165. package/.docs/models/providers/ai-router.md +1 -1
  166. package/.docs/models/providers/aiand.md +1 -1
  167. package/.docs/models/providers/aki-io.md +1 -1
  168. package/.docs/models/providers/alibaba-cn.md +1 -1
  169. package/.docs/models/providers/alibaba-coding-plan-cn.md +1 -1
  170. package/.docs/models/providers/alibaba-coding-plan.md +1 -1
  171. package/.docs/models/providers/alibaba-token-plan-cn.md +1 -1
  172. package/.docs/models/providers/alibaba-token-plan.md +1 -1
  173. package/.docs/models/providers/alibaba.md +7 -5
  174. package/.docs/models/providers/ambient.md +2 -2
  175. package/.docs/models/providers/anyapi.md +1 -1
  176. package/.docs/models/providers/atomic-chat.md +1 -1
  177. package/.docs/models/providers/auriko.md +1 -1
  178. package/.docs/models/providers/bailing.md +1 -1
  179. package/.docs/models/providers/baseten.md +2 -2
  180. package/.docs/models/providers/berget.md +1 -1
  181. package/.docs/models/providers/blueclaw.md +1 -1
  182. package/.docs/models/providers/chutes.md +1 -1
  183. package/.docs/models/providers/clarifai.md +1 -1
  184. package/.docs/models/providers/claudinio.md +1 -1
  185. package/.docs/models/providers/cline-pass.md +1 -1
  186. package/.docs/models/providers/cloudferro-sherlock.md +1 -1
  187. package/.docs/models/providers/cloudflare-workers-ai.md +1 -1
  188. package/.docs/models/providers/coralbricks.md +75 -0
  189. package/.docs/models/providers/cortecs.md +3 -5
  190. package/.docs/models/providers/crof.md +1 -1
  191. package/.docs/models/providers/crossmodel.md +2 -3
  192. package/.docs/models/providers/daoxe.md +1 -1
  193. package/.docs/models/providers/databricks.md +1 -1
  194. package/.docs/models/providers/deepinfra.md +6 -5
  195. package/.docs/models/providers/digitalocean.md +5 -5
  196. package/.docs/models/providers/dinference.md +1 -1
  197. package/.docs/models/providers/drun.md +1 -1
  198. package/.docs/models/providers/ebcloud.md +1 -1
  199. package/.docs/models/providers/empiriolabs.md +3 -2
  200. package/.docs/models/providers/evroc.md +3 -4
  201. package/.docs/models/providers/fastrouter.md +1 -1
  202. package/.docs/models/providers/firepass.md +1 -1
  203. package/.docs/models/providers/fireworks-ai.md +1 -1
  204. package/.docs/models/providers/firmware.md +1 -1
  205. package/.docs/models/providers/freemodel.md +1 -1
  206. package/.docs/models/providers/friendli.md +1 -1
  207. package/.docs/models/providers/frogbot.md +1 -1
  208. package/.docs/models/providers/github-models.md +1 -1
  209. package/.docs/models/providers/gmicloud.md +1 -1
  210. package/.docs/models/providers/google.md +1 -1
  211. package/.docs/models/providers/greenpt.md +1 -1
  212. package/.docs/models/providers/helicone.md +1 -1
  213. package/.docs/models/providers/hetzner.md +8 -5
  214. package/.docs/models/providers/hpc-ai.md +1 -1
  215. package/.docs/models/providers/huggingface.md +1 -1
  216. package/.docs/models/providers/hyper.md +7 -7
  217. package/.docs/models/providers/iflowcn.md +1 -1
  218. package/.docs/models/providers/impossibl.md +1 -1
  219. package/.docs/models/providers/inception.md +1 -1
  220. package/.docs/models/providers/inceptron.md +1 -1
  221. package/.docs/models/providers/inference.md +1 -1
  222. package/.docs/models/providers/inferx.md +1 -1
  223. package/.docs/models/providers/infomaniak.md +1 -1
  224. package/.docs/models/providers/io-intelligence.md +1 -1
  225. package/.docs/models/providers/io-net.md +1 -1
  226. package/.docs/models/providers/jiekou.md +1 -1
  227. package/.docs/models/providers/kenari.md +1 -1
  228. package/.docs/models/providers/kilo.md +16 -11
  229. package/.docs/models/providers/kimi-for-coding.md +1 -1
  230. package/.docs/models/providers/kiro.md +1 -1
  231. package/.docs/models/providers/kuae-cloud-coding-plan.md +1 -1
  232. package/.docs/models/providers/lilac.md +1 -1
  233. package/.docs/models/providers/llama.md +1 -1
  234. package/.docs/models/providers/llmgateway.md +2 -7
  235. package/.docs/models/providers/llmtr.md +1 -1
  236. package/.docs/models/providers/lmstudio.md +1 -1
  237. package/.docs/models/providers/longcat.md +1 -1
  238. package/.docs/models/providers/lucidquery.md +1 -1
  239. package/.docs/models/providers/lynkr.md +1 -1
  240. package/.docs/models/providers/meganova.md +1 -1
  241. package/.docs/models/providers/meta.md +1 -1
  242. package/.docs/models/providers/minimax-cn-coding-plan.md +1 -1
  243. package/.docs/models/providers/minimax-cn.md +1 -1
  244. package/.docs/models/providers/minimax-coding-plan.md +1 -1
  245. package/.docs/models/providers/minimax.md +1 -1
  246. package/.docs/models/providers/mixlayer.md +1 -1
  247. package/.docs/models/providers/moark.md +1 -1
  248. package/.docs/models/providers/modal.md +1 -1
  249. package/.docs/models/providers/model-oracle-ai.md +1 -1
  250. package/.docs/models/providers/modelis.md +1 -1
  251. package/.docs/models/providers/modelscope.md +1 -1
  252. package/.docs/models/providers/moonshotai-cn.md +1 -1
  253. package/.docs/models/providers/moonshotai.md +1 -1
  254. package/.docs/models/providers/morph.md +1 -1
  255. package/.docs/models/providers/nano-gpt.md +8 -4
  256. package/.docs/models/providers/nearai.md +1 -1
  257. package/.docs/models/providers/nebius.md +3 -2
  258. package/.docs/models/providers/neuralwatt.md +1 -1
  259. package/.docs/models/providers/nova.md +1 -1
  260. package/.docs/models/providers/novita-ai.md +1 -1
  261. package/.docs/models/providers/nvidia.md +3 -2
  262. package/.docs/models/providers/ofox.md +4 -3
  263. package/.docs/models/providers/ollama-cloud.md +1 -1
  264. package/.docs/models/providers/opencode-go.md +1 -1
  265. package/.docs/models/providers/opencode.md +65 -64
  266. package/.docs/models/providers/orcarouter.md +1 -1
  267. package/.docs/models/providers/ovhcloud.md +1 -1
  268. package/.docs/models/providers/perplexity-agent.md +1 -1
  269. package/.docs/models/providers/pioneer.md +1 -1
  270. package/.docs/models/providers/poe.md +1 -1
  271. package/.docs/models/providers/poolside.md +1 -1
  272. package/.docs/models/providers/privatemode-ai.md +12 -10
  273. package/.docs/models/providers/qihang-ai.md +1 -1
  274. package/.docs/models/providers/qiniu-ai.md +1 -1
  275. package/.docs/models/providers/regolo-ai.md +26 -21
  276. package/.docs/models/providers/requesty.md +3 -3
  277. package/.docs/models/providers/routing-run.md +1 -1
  278. package/.docs/models/providers/sakana.md +1 -1
  279. package/.docs/models/providers/sarvam.md +1 -1
  280. package/.docs/models/providers/scaleway.md +1 -1
  281. package/.docs/models/providers/scx.md +1 -1
  282. package/.docs/models/providers/siliconflow-cn.md +1 -1
  283. package/.docs/models/providers/siliconflow.md +1 -1
  284. package/.docs/models/providers/snowflake-cortex.md +6 -2
  285. package/.docs/models/providers/stackit.md +1 -1
  286. package/.docs/models/providers/stepfun-ai-step-plan.md +1 -1
  287. package/.docs/models/providers/stepfun-ai.md +1 -1
  288. package/.docs/models/providers/stepfun-step-plan.md +1 -1
  289. package/.docs/models/providers/stepfun.md +1 -1
  290. package/.docs/models/providers/subconscious.md +1 -1
  291. package/.docs/models/providers/submodel.md +1 -1
  292. package/.docs/models/providers/synthetic.md +1 -1
  293. package/.docs/models/providers/tencent-coding-plan.md +1 -1
  294. package/.docs/models/providers/tencent-token-plan.md +1 -1
  295. package/.docs/models/providers/tencent-tokenhub.md +1 -1
  296. package/.docs/models/providers/tensorx.md +1 -1
  297. package/.docs/models/providers/the-grid-ai.md +1 -1
  298. package/.docs/models/providers/thinkingmachines.md +1 -1
  299. package/.docs/models/providers/tinfoil.md +2 -2
  300. package/.docs/models/providers/togetherai.md +1 -1
  301. package/.docs/models/providers/trustedrouter.md +1 -1
  302. package/.docs/models/providers/umans-ai-coding-plan.md +1 -1
  303. package/.docs/models/providers/umans-ai.md +1 -1
  304. package/.docs/models/providers/unorouter.md +1 -1
  305. package/.docs/models/providers/upstage.md +1 -1
  306. package/.docs/models/providers/venice.md +1 -1
  307. package/.docs/models/providers/vivgrid.md +1 -1
  308. package/.docs/models/providers/vultr.md +1 -1
  309. package/.docs/models/providers/wafer.ai.md +1 -1
  310. package/.docs/models/providers/wandb.md +3 -2
  311. package/.docs/models/providers/xiaomi-token-plan-ams.md +1 -1
  312. package/.docs/models/providers/xiaomi-token-plan-cn.md +1 -1
  313. package/.docs/models/providers/xiaomi-token-plan-sgp.md +1 -1
  314. package/.docs/models/providers/xiaomi.md +1 -1
  315. package/.docs/models/providers/xpersona.md +1 -1
  316. package/.docs/models/providers/zai-coding-plan.md +1 -1
  317. package/.docs/models/providers/zai.md +1 -1
  318. package/.docs/models/providers/zeldoc.md +8 -8
  319. package/.docs/models/providers/zenifra.md +1 -1
  320. package/.docs/models/providers/zenmux.md +1 -16
  321. package/.docs/models/providers/zhipuai-coding-plan.md +1 -1
  322. package/.docs/models/providers/zhipuai.md +1 -1
  323. package/.docs/models/providers.md +1 -0
  324. package/.docs/reference/agent-controller/agent-controller-class.md +35 -4
  325. package/.docs/reference/agent-controller/session.md +5 -3
  326. package/.docs/reference/agents/channels.md +2 -2
  327. package/.docs/reference/agents/durable-agent.md +2 -0
  328. package/.docs/reference/agents/generateLegacy.md +2 -2
  329. package/.docs/reference/agents/getDefaultOptions.md +1 -1
  330. package/.docs/reference/agents/getDefaultStreamOptions.md +1 -1
  331. package/.docs/reference/agents/inngest-agent.md +3 -1
  332. package/.docs/reference/agents/network.md +1 -1
  333. package/.docs/reference/ai-sdk/handle-network-stream.md +1 -1
  334. package/.docs/reference/ai-sdk/network-route.md +1 -1
  335. package/.docs/reference/auth/auth0.md +1 -1
  336. package/.docs/reference/auth/better-auth.md +1 -1
  337. package/.docs/reference/auth/clerk.md +1 -1
  338. package/.docs/reference/auth/firebase.md +1 -1
  339. package/.docs/reference/auth/google.md +1 -1
  340. package/.docs/reference/auth/okta.md +5 -1
  341. package/.docs/reference/auth/supabase.md +1 -1
  342. package/.docs/reference/auth/workos.md +1 -1
  343. package/.docs/reference/browser/agent-browser.md +2 -2
  344. package/.docs/reference/browser/browser-viewer.md +1 -1
  345. package/.docs/reference/browser/firecrawl-browser.md +1 -1
  346. package/.docs/reference/browser/mastra-browser.md +1 -1
  347. package/.docs/reference/browser/stagehand-browser.md +2 -2
  348. package/.docs/reference/channels/channel-provider.md +1 -1
  349. package/.docs/reference/channels/slack-provider.md +2 -2
  350. package/.docs/reference/cli/mastra.md +6 -6
  351. package/.docs/reference/client-js/agents.md +2 -1
  352. package/.docs/reference/client-js/workflows.md +21 -21
  353. package/.docs/reference/code-sdk/mount-agent-controller.md +1 -1
  354. package/.docs/reference/configuration.md +21 -27
  355. package/.docs/reference/core/{addStoredWorkflow.md → addDynamicWorkflow.md} +10 -10
  356. package/.docs/reference/core/{addStoredWorkflows.md → addDynamicWorkflows.md} +9 -9
  357. package/.docs/reference/core/getStorage.md +1 -1
  358. package/.docs/reference/core/getVector.md +2 -2
  359. package/.docs/reference/core/listVectors.md +2 -2
  360. package/.docs/reference/core/setStorage.md +1 -1
  361. package/.docs/reference/datasets/startExperiment.md +8 -0
  362. package/.docs/reference/editor/tool-provider.md +26 -1
  363. package/.docs/reference/file-based-agents/config.md +2 -0
  364. package/.docs/reference/file-based-agents/instructions.md +2 -0
  365. package/.docs/reference/file-based-agents/logger.md +2 -0
  366. package/.docs/reference/file-based-agents/memory.md +2 -0
  367. package/.docs/reference/file-based-agents/observability.md +2 -0
  368. package/.docs/reference/file-based-agents/processors.md +2 -0
  369. package/.docs/reference/file-based-agents/schedules.md +2 -0
  370. package/.docs/reference/file-based-agents/scorers.md +2 -0
  371. package/.docs/reference/file-based-agents/server.md +2 -0
  372. package/.docs/reference/file-based-agents/skills.md +2 -0
  373. package/.docs/reference/file-based-agents/storage.md +3 -1
  374. package/.docs/reference/file-based-agents/studio.md +3 -1
  375. package/.docs/reference/file-based-agents/subagents.md +2 -0
  376. package/.docs/reference/file-based-agents/tools.md +2 -0
  377. package/.docs/reference/file-based-agents/workflows.md +2 -0
  378. package/.docs/reference/file-based-agents/workspace.md +2 -0
  379. package/.docs/reference/index.md +32 -57
  380. package/.docs/{guides/getting-started → reference}/manual-install.md +2 -2
  381. package/.docs/{guides → reference}/migrations/ai-sdk-v4-to-v5.md +1 -1
  382. package/.docs/{guides → reference}/migrations/mastra-cloud.md +2 -2
  383. package/.docs/{guides → reference}/migrations/upgrade-to-v1/cli.md +1 -1
  384. package/.docs/{guides → reference}/migrations/upgrade-to-v1/memory.md +1 -1
  385. package/.docs/{guides → reference}/migrations/upgrade-to-v1/overview.md +41 -41
  386. package/.docs/{guides → reference}/migrations/upgrade-to-v1/tools.md +1 -1
  387. package/.docs/{guides → reference}/migrations/upgrade-to-v1/tracing.md +10 -10
  388. package/.docs/reference/observability/tracing/bridges/datadog.md +2 -2
  389. package/.docs/reference/observability/tracing/bridges/otel.md +2 -2
  390. package/.docs/reference/observability/tracing/exporters/arize.md +1 -1
  391. package/.docs/reference/observability/tracing/exporters/arthur.md +1 -1
  392. package/.docs/reference/observability/tracing/exporters/confident-ai.md +1 -1
  393. package/.docs/reference/observability/tracing/exporters/datadog.md +1 -1
  394. package/.docs/reference/observability/tracing/exporters/mastra-platform-exporter.md +12 -0
  395. package/.docs/reference/observability/tracing/exporters/otel.md +2 -2
  396. package/.docs/reference/processors/pii-detector.md +2 -0
  397. package/.docs/reference/processors/prompt-injection-detector.md +2 -0
  398. package/.docs/reference/processors/regex-filter-processor.md +20 -0
  399. package/.docs/reference/processors/response-cache.md +2 -0
  400. package/.docs/reference/processors/tool-search-processor.md +33 -1
  401. package/.docs/reference/pubsub/lease-provider.md +1 -1
  402. package/.docs/{guides → reference}/rag/chunking-and-embedding.md +16 -19
  403. package/.docs/reference/rag/database-config.md +1 -1
  404. package/.docs/{guides/rag/graph-rag.md → reference/rag/graph-rag-guide.md} +1 -1
  405. package/.docs/reference/rag/metadata-filters.md +13 -4
  406. package/.docs/{guides → reference}/rag/overview.md +2 -2
  407. package/.docs/{guides → reference}/rag/retrieval.md +18 -1
  408. package/.docs/{guides → reference}/rag/vector-databases.md +42 -1
  409. package/.docs/reference/schedules/overview.md +2 -0
  410. package/.docs/reference/server/create-route.md +27 -1
  411. package/.docs/reference/server/register-api-route.md +2 -0
  412. package/.docs/reference/server/routes.md +9 -9
  413. package/.docs/reference/signals/create-notification-inbox-tool.md +2 -0
  414. package/.docs/reference/signals/signal-provider.md +2 -0
  415. package/.docs/reference/signals/task-signal-provider.md +2 -0
  416. package/.docs/reference/signals/webhook-signal-provider.md +2 -0
  417. package/.docs/reference/storage/composite.md +4 -4
  418. package/.docs/reference/storage/overview.md +9 -9
  419. package/.docs/reference/storage/retention.md +5 -5
  420. package/.docs/reference/streaming/ChunkType.md +3 -3
  421. package/.docs/reference/streaming/agents/stream.md +1 -1
  422. package/.docs/reference/streaming/agents/streamLegacy.md +3 -3
  423. package/.docs/reference/streaming/agents/streamUntilIdle.md +1 -1
  424. package/.docs/reference/tools/create-code-mode.md +3 -1
  425. package/.docs/reference/tools/isolated-vm-transport.md +1 -1
  426. package/.docs/reference/tools/mcp-client.md +51 -0
  427. package/.docs/reference/tools/mcp-server.md +1 -1
  428. package/.docs/reference/tools/quickjs-transport.md +92 -0
  429. package/.docs/reference/vectors/chroma.md +1 -1
  430. package/.docs/reference/vectors/convex.md +2 -2
  431. package/.docs/reference/vectors/oracledb.md +347 -0
  432. package/.docs/reference/workers/overview.md +10 -8
  433. package/.docs/reference/workflows/{stored-workflow-definition.md → dynamic-workflow-definition.md} +9 -7
  434. package/.docs/reference/workflows/run-methods/timeTravel.md +1 -0
  435. package/.docs/reference/workflows/workflow-methods/agent.md +3 -3
  436. package/.docs/reference/workflows/workflow-methods/tool.md +3 -3
  437. package/.docs/reference/workflows/workflow.md +18 -0
  438. package/.docs/reference/workspace/local-sandbox.md +1 -1
  439. package/.docs/reference/workspace/platform-filesystem.md +3 -3
  440. package/.docs/reference/workspace/platform-sandbox.md +11 -3
  441. package/.docs/reference/workspace/process-manager.md +3 -3
  442. package/.docs/reference/workspace/sandbox.md +10 -0
  443. package/CHANGELOG.md +97 -0
  444. package/dist/index.js +1 -1
  445. package/dist/{src-BZcgzbk9.js → src-D-W-bx5t.js} +2 -2
  446. package/dist/{src-BZcgzbk9.js.map → src-D-W-bx5t.js.map} +1 -1
  447. package/dist/stdio.js +1 -1
  448. package/package.json +6 -6
  449. package/.docs/docs/capabilities/channels/other-adapters.md +0 -68
  450. package/.docs/docs/observability/integrations/bridges/datadog.md +0 -219
  451. package/.docs/docs/observability/integrations/bridges/otel.md +0 -234
  452. package/.docs/docs/observability/integrations/exporters/datadog.md +0 -321
  453. package/.docs/guides/build-your-ui/copilotkit/channels.md +0 -86
  454. package/.docs/guides/build-your-ui/copilotkit/generative-ui.md +0 -174
  455. package/.docs/guides/guide/chef-michel.md +0 -211
  456. package/.docs/guides/guide/publishing-mcp-server.md +0 -137
  457. package/.docs/guides/guide/slack-assistant.md +0 -193
  458. package/.docs/guides/guide/stock-agent.md +0 -132
  459. package/.docs/guides/guide/web-search.md +0 -322
  460. package/.docs/guides/guide/whatsapp-chat-bot.md +0 -407
  461. package/.docs/guides/voice/realtime-voice.md +0 -430
  462. package/.docs/reference/voice/google.md +0 -290
  463. package/.docs/reference/voice/inworld.md +0 -137
  464. package/.docs/reference/voice/openai.md +0 -96
  465. package/.docs/reference/voice/playai.md +0 -82
  466. package/.docs/reference/workspace/vercel-serverless.md +0 -128
  467. /package/.docs/{guides/concepts → docs/guides}/multi-agent-systems.md +0 -0
  468. /package/.docs/{guides/concepts → docs/guides}/streaming.md +0 -0
  469. /package/.docs/{guides/build-your-ui → integrations/agentic-ui}/openui.md +0 -0
  470. /package/.docs/{docs/server → integrations}/auth/better-auth.md +0 -0
  471. /package/.docs/{docs/server → integrations}/auth/google.md +0 -0
  472. /package/.docs/{guides/deployment → integrations/deploy}/inngest.md +0 -0
  473. /package/.docs/{guides/deployment → integrations/deploy}/temporal.md +0 -0
  474. /package/.docs/{reference/workspace/agentfs-filesystem.md → integrations/file-storage/agentfs.md} +0 -0
  475. /package/.docs/{reference/workspace/google-drive-filesystem.md → integrations/file-storage/google-drive.md} +0 -0
  476. /package/.docs/{guides/getting-started → integrations/frameworks}/express.md +0 -0
  477. /package/.docs/{guides/getting-started → integrations/frameworks}/hono.md +0 -0
  478. /package/.docs/{guides/getting-started → integrations/frameworks}/nestjs.md +0 -0
  479. /package/.docs/{reference/workspace/agentcore-runtime-sandbox.md → integrations/sandboxes/agentcore.md} +0 -0
  480. /package/.docs/{reference/workspace/blaxel-sandbox.md → integrations/sandboxes/blaxel.md} +0 -0
  481. /package/.docs/{guides/guide → integrations/tools}/firecrawl.md +0 -0
  482. /package/.docs/{reference → integrations}/voice/azure.md +0 -0
  483. /package/.docs/{reference → integrations}/voice/deepgram.md +0 -0
  484. /package/.docs/{reference → integrations}/voice/elevenlabs.md +0 -0
  485. /package/.docs/{reference → integrations}/voice/mistral.md +0 -0
  486. /package/.docs/{reference → integrations}/voice/murf.md +0 -0
  487. /package/.docs/{reference → integrations}/voice/sarvam.md +0 -0
  488. /package/.docs/{reference → integrations}/voice/speechify.md +0 -0
  489. /package/.docs/{reference/voice/xai-realtime.md → integrations/voice/xai.md} +0 -0
  490. /package/.docs/{guides → reference}/migrations/agentnetwork.md +0 -0
  491. /package/.docs/{guides → reference}/migrations/network-to-supervisor.md +0 -0
  492. /package/.docs/{guides → reference}/migrations/upgrade-to-v1/agent.md +0 -0
  493. /package/.docs/{guides → reference}/migrations/upgrade-to-v1/client.md +0 -0
  494. /package/.docs/{guides → reference}/migrations/upgrade-to-v1/deployment.md +0 -0
  495. /package/.docs/{guides → reference}/migrations/upgrade-to-v1/evals.md +0 -0
  496. /package/.docs/{guides → reference}/migrations/upgrade-to-v1/mastra.md +0 -0
  497. /package/.docs/{guides → reference}/migrations/upgrade-to-v1/mcp.md +0 -0
  498. /package/.docs/{guides → reference}/migrations/upgrade-to-v1/processors.md +0 -0
  499. /package/.docs/{guides → reference}/migrations/upgrade-to-v1/rag.md +0 -0
  500. /package/.docs/{guides → reference}/migrations/upgrade-to-v1/storage.md +0 -0
  501. /package/.docs/{guides → reference}/migrations/upgrade-to-v1/vectors.md +0 -0
  502. /package/.docs/{guides → reference}/migrations/upgrade-to-v1/voice.md +0 -0
  503. /package/.docs/{guides → reference}/migrations/upgrade-to-v1/workflows.md +0 -0
  504. /package/.docs/{guides → reference}/migrations/vnext-to-standard-apis.md +0 -0
@@ -83,7 +83,32 @@ Composio tools use uppercase slug format: `GITHUB_CREATE_ISSUE`, `SLACK_SEND_MES
83
83
 
84
84
  ### Authentication
85
85
 
86
- Connections use per-author scope by default. Set `defaultScope: 'caller-supplied'` to bucket authorization by the caller identity resolved from request context.
86
+ Connections use per-author scope by default. Set `defaultScope: 'caller-supplied'` to bucket authorization by the caller identity resolved from `MASTRA_RESOURCE_ID_KEY` in request context. Ensure each authenticated request provides a stable, unique resource ID. When using `MastraAuthWorkos`, configure `mapUserToResourceId` to set this value from the authenticated user.
87
+
88
+ ### Connection management tools
89
+
90
+ Composio provides tools for starting and monitoring authorization from an agent chat. When `allowedToolkits` is set, include `composio` to make these tools available:
91
+
92
+ ```typescript
93
+ const editor = new MastraEditor({
94
+ toolProviders: {
95
+ composio: new ComposioToolProvider({
96
+ apiKey: process.env.COMPOSIO_API_KEY!,
97
+ allowedToolkits: ['composio', 'gmail'],
98
+ defaultScope: 'caller-supplied',
99
+ }),
100
+ },
101
+ })
102
+ ```
103
+
104
+ Add only the connection management tools that the agent needs:
105
+
106
+ | Tool | Behavior |
107
+ | ------------------------------- | ---------------------------------------------------------------------------- |
108
+ | `COMPOSIO_MANAGE_CONNECTIONS` | Creates an authorization link in chat through a session owned by the caller. |
109
+ | `COMPOSIO_WAIT_FOR_CONNECTIONS` | Waits for the caller to finish authorization before the agent continues. |
110
+
111
+ `COMPOSIO_WAIT_FOR_CONNECTIONS` is optional. Without it, complete authorization and return to the chat. Then ask the agent to continue. The connected account remains associated with the caller resource ID for later requests.
87
112
 
88
113
  ***
89
114
 
@@ -2,6 +2,8 @@
2
2
 
3
3
  # config.ts
4
4
 
5
+ > **Beta:** Breaking changes may occur without a major version bump until the API is stable.
6
+
5
7
  An agent's `config.ts` sets its model and runtime options. Use it for options that belong to the [`Agent`](https://mastra.ai/reference/agents/agent) itself, while sibling files provide instructions, tools, skills, et cetera.
6
8
 
7
9
  ## What belongs in `config.ts`
@@ -2,6 +2,8 @@
2
2
 
3
3
  # Instructions
4
4
 
5
+ > **Beta:** Breaking changes may occur without a major version bump until the API is stable.
6
+
5
7
  An agent's instructions hold its always-on system prompt: the model reads it on every turn. Use them to define the agent's identity, tone, role, and standing rules.
6
8
 
7
9
  Write them in one of two files at the agent root. Use `instructions.md` when the prompt is fixed text. Use `instructions.ts` when the prompt needs code, for example when it's built from shared constants or resolved per request.
@@ -2,6 +2,8 @@
2
2
 
3
3
  # Logger
4
4
 
5
+ > **Beta:** Breaking changes may occur without a major version bump until the API is stable.
6
+
5
7
  Mastra sets the project's [logger](https://mastra.ai/docs/observability/logging) from a `logger.ts` file directly under `src/mastra/`. The file default-exports a logger, which replaces the built-in `ConsoleLogger` used across agents, workflows, and other components.
6
8
 
7
9
  Use this page for the file-based convention. For log levels, transports, and provider details, see [logging](https://mastra.ai/docs/observability/logging).
@@ -2,6 +2,8 @@
2
2
 
3
3
  # Memory
4
4
 
5
+ > **Beta:** Breaking changes may occur without a major version bump until the API is stable.
6
+
5
7
  A file-based agent gets [memory](https://mastra.ai/docs/memory/overview) from a `memory.ts` file that default-exports a [`Memory`](https://mastra.ai/reference/memory/memory-class) instance. Use this page for the file-based convention; use the memory docs for message history, semantic recall, storage, and processors.
6
8
 
7
9
  Without `memory.ts` or `config.memory`, the agent has no memory by default. Each `generate()` or `stream()` call starts without remembered conversation state unless you pass the prior context yourself.
@@ -2,6 +2,8 @@
2
2
 
3
3
  # Observability
4
4
 
5
+ > **Beta:** Breaking changes may occur without a major version bump until the API is stable.
6
+
5
7
  Mastra configures [observability](https://mastra.ai/docs/observability/overview) from an `observability.ts` file directly under `src/mastra/`. The file default-exports an `Observability` instance that sets up tracing, logging, metrics, and feedback for the project.
6
8
 
7
9
  Use this page for the file-based convention. For the signal model, exporters, storage, and multi-config setup, see the [observability overview](https://mastra.ai/docs/observability/overview) and [observability configuration](https://mastra.ai/docs/observability/overview).
@@ -2,6 +2,8 @@
2
2
 
3
3
  # Processors
4
4
 
5
+ > **Beta:** Breaking changes may occur without a major version bump until the API is stable.
6
+
5
7
  A file-based agent discovers [processors](https://mastra.ai/docs/agents/processors) from its `processors/` directory. Use this page for the file-based convention; use the processors guide for built-in processors, custom processors, streaming behavior, and advanced patterns.
6
8
 
7
9
  Files under `processors/input/` run before messages reach the model. Files under `processors/output/` run after the model responds. Each file default-exports one [`Processor`](https://mastra.ai/reference/processors/processor-interface), and the filename becomes its discovery key.
@@ -2,6 +2,8 @@
2
2
 
3
3
  # Schedules
4
4
 
5
+ > **Beta:** Breaking changes may occur without a major version bump until the API is stable.
6
+
5
7
  A file-based agent discovers **schedules** from its `schedules/` directory. Each file declares one recurring task: a cron expression plus what the agent should do when it fires. Mastra registers them into schedule storage at startup, so a scheduled agent needs no runtime registration code.
6
8
 
7
9
  Use this page for the file-based convention. To create schedules at runtime instead, see [Schedules](https://mastra.ai/reference/schedules/overview).
@@ -2,6 +2,8 @@
2
2
 
3
3
  # Scorers
4
4
 
5
+ > **Beta:** Breaking changes may occur without a major version bump until the API is stable.
6
+
5
7
  A file-based agent discovers [scorers](https://mastra.ai/docs/evals/overview) from its `scorers/` directory. Use this page for the file-based convention; use the scorers guide for built-in scorers, custom scorers, and sampling.
6
8
 
7
9
  Each file under `scorers/` default-exports one scorer, and the filename becomes its key. The default export is either a [`MastraScorer`](https://mastra.ai/reference/evals/create-scorer) or a `{ scorer, sampling }` entry.
@@ -2,6 +2,8 @@
2
2
 
3
3
  # Server
4
4
 
5
+ > **Beta:** Breaking changes may occur without a major version bump until the API is stable.
6
+
5
7
  Mastra configures its HTTP [server](https://mastra.ai/docs/server/mastra-server) from a `server.ts` file directly under `src/mastra/`. The server exposes agents, workflows, and other registered primitives as REST endpoints, and the file default-exports the same `ServerConfig` shape you'd pass to [`new Mastra()`](https://mastra.ai/reference/core/mastra-class).
6
8
 
7
9
  Use this page for the file-based convention. For server features, middleware, custom routes, generated API docs, and deployment behavior, see [Server overview](https://mastra.ai/docs/server/mastra-server).
@@ -2,6 +2,8 @@
2
2
 
3
3
  # Skills
4
4
 
5
+ > **Beta:** Breaking changes may occur without a major version bump until the API is stable.
6
+
5
7
  A file-based agent discovers skills from its `skills/` directory and bundles them at build time. Skills are reusable procedures or reference material that the agent can load when relevant, instead of putting every detail into the always-on prompt.
6
8
 
7
9
  Use this page for the file-based convention. For code-defined skills, see [Agent skills](https://mastra.ai/docs/agents/skills). For the `SKILL.md` package format, see [Workspace skills](https://mastra.ai/docs/workspace/skills).
@@ -2,13 +2,15 @@
2
2
 
3
3
  # Storage
4
4
 
5
+ > **Beta:** Breaking changes may occur without a major version bump until the API is stable.
6
+
5
7
  Mastra sets the project's default [storage](https://mastra.ai/docs/storage/overview) from a `storage.ts` file directly under `src/mastra/`. The file default-exports a store, which replaces the built-in in-memory store used for memory, workflows, observability, and other storage domains.
6
8
 
7
9
  Use this page for the file-based convention. For backend choice, storage domains, retention, and provider details, see [storage overview](https://mastra.ai/docs/storage/overview).
8
10
 
9
11
  ## Quickstart
10
12
 
11
- Use [`LibSQLStore`](https://mastra.ai/reference/storage/libsql) for a local file-backed store:
13
+ Use [`LibSQLStore`](https://mastra.ai/integrations/databases/libsql) for a local file-backed store:
12
14
 
13
15
  ```typescript
14
16
  import { LibSQLStore } from '@mastra/libsql'
@@ -2,6 +2,8 @@
2
2
 
3
3
  # Studio
4
4
 
5
+ > **Beta:** Breaking changes may occur without a major version bump until the API is stable.
6
+
5
7
  Mastra configures [Studio](https://mastra.ai/docs/studio/overview) from a `studio.ts` file directly under `src/mastra/`. The file default-exports a `StudioConfig` object for Studio authentication and authorization: who can access Studio, and what authenticated users can do.
6
8
 
7
9
  Use this page for the file-based convention. For auth providers, role-based access control (RBAC), and fine-grained authorization (FGA), see [Studio auth](https://mastra.ai/docs/studio/auth).
@@ -38,7 +40,7 @@ Studio opens without authentication in local development. Add `studio.ts` when y
38
40
 
39
41
  ## Add authentication
40
42
 
41
- Use an auth provider to require sign-in before users can access Studio. This example uses [WorkOS](https://mastra.ai/docs/server/auth/workos):
43
+ Use an auth provider to require sign-in before users can access Studio. This example uses [WorkOS](https://mastra.ai/integrations/auth/workos):
42
44
 
43
45
  ```typescript
44
46
  import { MastraAuthWorkos } from '@mastra/auth-workos'
@@ -2,6 +2,8 @@
2
2
 
3
3
  # Subagents
4
4
 
5
+ > **Beta:** Breaking changes may occur without a major version bump until the API is stable.
6
+
5
7
  A file-based agent can declare **subagents**, specialist child agents it delegates to. The parent model sees each subagent as a delegation tool named after the subagent directory and calls that tool to hand off a task. The subagent's result returns to the parent conversation.
6
8
 
7
9
  Use this page for the file-based convention. For broader delegation patterns, hooks, memory isolation, tool approval propagation, and scoring, see [Supervisor agents](https://mastra.ai/docs/capabilities/subagents).
@@ -2,6 +2,8 @@
2
2
 
3
3
  # Tools
4
4
 
5
+ > **Beta:** Breaking changes may occur without a major version bump until the API is stable.
6
+
5
7
  A file-based agent discovers tools from `.ts` and `.js` files directly under its `tools/` directory. Each discovered file is imported at build time, the file must default-export a [`createTool()`](https://mastra.ai/reference/tools/create-tool) result, and the filename without its extension becomes the tool key the model can call.
6
8
 
7
9
  Use this page for the file-based convention. For tool schemas, execution options, output shaping, and approval options, see the [`createTool()` reference](https://mastra.ai/reference/tools/create-tool).
@@ -2,6 +2,8 @@
2
2
 
3
3
  # Workflows
4
4
 
5
+ > **Beta:** Breaking changes may occur without a major version bump until the API is stable.
6
+
5
7
  Mastra discovers project-level workflows from `.ts` and `.js` files under `src/mastra/workflows/`. This convention isn't scoped to one agent: every file with a default export becomes a registered workflow, and the filename becomes the workflow key.
6
8
 
7
9
  Use this page for the file-based convention. For steps, schemas, control flow, streaming, state, and workflow execution, see [Workflows overview](https://mastra.ai/docs/workflows/overview).
@@ -2,6 +2,8 @@
2
2
 
3
3
  # Workspace
4
4
 
5
+ > **Beta:** Breaking changes may occur without a major version bump until the API is stable.
6
+
5
7
  A [workspace](https://mastra.ai/docs/workspace/overview) gives an agent filesystem access and command execution. File-based agents get a default workspace automatically when discovered through `mastra dev` or `mastra build`, so they can read and write files and run shell commands without extra configuration.
6
8
 
7
9
  Use this page for the file-based convention. For workspace providers, tools, search, lifecycle, and sandbox details, see [Workspaces](https://mastra.ai/docs/workspace/overview).
@@ -82,9 +82,9 @@ The Reference section provides documentation of Mastra's API, including paramete
82
82
  - [createCodingAgent()](https://mastra.ai/reference/coding-agent/create-coding-agent)
83
83
  - [Mastra Class](https://mastra.ai/reference/core/mastra-class)
84
84
  - [MastraModelGateway](https://mastra.ai/reference/core/mastra-model-gateway)
85
+ - [.addDynamicWorkflow()](https://mastra.ai/reference/core/addDynamicWorkflow)
86
+ - [.addDynamicWorkflows()](https://mastra.ai/reference/core/addDynamicWorkflows)
85
87
  - [.addGateway()](https://mastra.ai/reference/core/addGateway)
86
- - [.addStoredWorkflow()](https://mastra.ai/reference/core/addStoredWorkflow)
87
- - [.addStoredWorkflows()](https://mastra.ai/reference/core/addStoredWorkflows)
88
88
  - [.getAgent()](https://mastra.ai/reference/core/getAgent)
89
89
  - [.getAgentById()](https://mastra.ai/reference/core/getAgentById)
90
90
  - [.getDeployer()](https://mastra.ai/reference/core/getDeployer)
@@ -212,6 +212,28 @@ The Reference section provides documentation of Mastra's API, including paramete
212
212
  - [.listThreads()](https://mastra.ai/reference/memory/listThreads)
213
213
  - [.recall()](https://mastra.ai/reference/memory/recall)
214
214
  - [.summarizeThread()](https://mastra.ai/reference/memory/summarizeThread)
215
+ - [AgentNetwork to .network()](https://mastra.ai/reference/migrations/agentnetwork)
216
+ - [AI SDK v4 to v5](https://mastra.ai/reference/migrations/ai-sdk-v4-to-v5)
217
+ - [Mastra Cloud to Mastra platform](https://mastra.ai/reference/migrations/mastra-cloud)
218
+ - [VNext to Standard APIs](https://mastra.ai/reference/migrations/vnext-to-standard-apis)
219
+ - [.network() to Supervisor Agents](https://mastra.ai/reference/migrations/network-to-supervisor)
220
+ - [Overview](https://mastra.ai/reference/migrations/upgrade-to-v1/overview)
221
+ - [Agents](https://mastra.ai/reference/migrations/upgrade-to-v1/agent)
222
+ - [CLI](https://mastra.ai/reference/migrations/upgrade-to-v1/cli)
223
+ - [Client SDK](https://mastra.ai/reference/migrations/upgrade-to-v1/client)
224
+ - [Deployment](https://mastra.ai/reference/migrations/upgrade-to-v1/deployment)
225
+ - [Evals](https://mastra.ai/reference/migrations/upgrade-to-v1/evals)
226
+ - [Mastra](https://mastra.ai/reference/migrations/upgrade-to-v1/mastra)
227
+ - [MCP](https://mastra.ai/reference/migrations/upgrade-to-v1/mcp)
228
+ - [Memory](https://mastra.ai/reference/migrations/upgrade-to-v1/memory)
229
+ - [Processors](https://mastra.ai/reference/migrations/upgrade-to-v1/processors)
230
+ - [RAG](https://mastra.ai/reference/migrations/upgrade-to-v1/rag)
231
+ - [Storage](https://mastra.ai/reference/migrations/upgrade-to-v1/storage)
232
+ - [Tools](https://mastra.ai/reference/migrations/upgrade-to-v1/tools)
233
+ - [Tracing](https://mastra.ai/reference/migrations/upgrade-to-v1/tracing)
234
+ - [Vectors](https://mastra.ai/reference/migrations/upgrade-to-v1/vectors)
235
+ - [Voice](https://mastra.ai/reference/migrations/upgrade-to-v1/voice)
236
+ - [Workflows](https://mastra.ai/reference/migrations/upgrade-to-v1/workflows)
215
237
  - [Feedback](https://mastra.ai/reference/observability/feedback)
216
238
  - [PinoLogger](https://mastra.ai/reference/logging/pino-logger)
217
239
  - [Automatic Metrics](https://mastra.ai/reference/observability/metrics/automatic-metrics)
@@ -248,14 +270,19 @@ The Reference section provides documentation of Mastra's API, including paramete
248
270
  - [PubSub](https://mastra.ai/reference/pubsub/base)
249
271
  - [RedisStreamsPubSub](https://mastra.ai/reference/pubsub/redis-streams)
250
272
  - [UnixSocketPubSub](https://mastra.ai/reference/pubsub/unix-socket-pubsub)
273
+ - [Overview](https://mastra.ai/reference/rag/overview)
274
+ - [Chunking and Embedding](https://mastra.ai/reference/rag/chunking-and-embedding)
251
275
  - [DatabaseConfig](https://mastra.ai/reference/rag/database-config)
252
276
  - [Embed](https://mastra.ai/reference/rag/embeddings)
253
277
  - [ExtractParams](https://mastra.ai/reference/rag/extract-params)
254
278
  - [GraphRAG](https://mastra.ai/reference/rag/graph-rag)
279
+ - [GraphRAG Guide](https://mastra.ai/reference/rag/graph-rag-guide)
255
280
  - [MDocument](https://mastra.ai/reference/rag/document)
256
281
  - [Metadata Filters](https://mastra.ai/reference/rag/metadata-filters)
257
282
  - [rerank()](https://mastra.ai/reference/rag/rerank)
258
283
  - [rerankWithScorer()](https://mastra.ai/reference/rag/rerankWithScorer)
284
+ - [Retrieval](https://mastra.ai/reference/rag/retrieval)
285
+ - [Vector Databases](https://mastra.ai/reference/rag/vector-databases)
259
286
  - [.chunk()](https://mastra.ai/reference/rag/chunk)
260
287
  - [Overview](https://mastra.ai/reference/schedules/overview)
261
288
  - [createRoute()](https://mastra.ai/reference/server/create-route)
@@ -272,23 +299,8 @@ The Reference section provides documentation of Mastra's API, including paramete
272
299
  - [TaskSignalProvider](https://mastra.ai/reference/signals/task-signal-provider)
273
300
  - [WebhookSignalProvider](https://mastra.ai/reference/signals/webhook-signal-provider)
274
301
  - [Overview](https://mastra.ai/reference/storage/overview)
275
- - [Aurora DSQL Storage](https://mastra.ai/reference/storage/dsql)
276
- - [ClickHouse Storage](https://mastra.ai/reference/storage/clickhouse)
277
- - [Cloudflare D1 Storage](https://mastra.ai/reference/storage/cloudflare-d1)
278
- - [Cloudflare KV Storage](https://mastra.ai/reference/storage/cloudflare)
279
302
  - [Composite Storage](https://mastra.ai/reference/storage/composite)
280
- - [Convex Storage](https://mastra.ai/reference/storage/convex)
281
- - [DuckDB Storage](https://mastra.ai/reference/storage/duckdb)
282
- - [DynamoDB Storage](https://mastra.ai/reference/storage/dynamodb)
283
- - [Google Cloud Spanner Storage](https://mastra.ai/reference/storage/spanner)
284
- - [LanceDB Storage](https://mastra.ai/reference/storage/lance)
285
- - [libSQL Storage](https://mastra.ai/reference/storage/libsql)
286
- - [MongoDB Storage](https://mastra.ai/reference/storage/mongodb)
287
- - [MSSQL Storage](https://mastra.ai/reference/storage/mssql)
288
- - [PostgreSQL Storage](https://mastra.ai/reference/storage/postgresql)
289
- - [Redis Storage](https://mastra.ai/reference/storage/redis)
290
303
  - [Retention (prune)](https://mastra.ai/reference/storage/retention)
291
- - [Upstash Storage](https://mastra.ai/reference/storage/upstash)
292
304
  - [ChunkType](https://mastra.ai/reference/streaming/ChunkType)
293
305
  - [smoothStream()](https://mastra.ai/reference/streaming/smoothStream)
294
306
  - [MastraModelOutput](https://mastra.ai/reference/streaming/agents/MastraModelOutput)
@@ -301,7 +313,6 @@ The Reference section provides documentation of Mastra's API, including paramete
301
313
  - [.timeTravelStream()](https://mastra.ai/reference/streaming/workflows/timeTravelStream)
302
314
  - [Overview](https://mastra.ai/reference/templates/overview)
303
315
  - [askUserTool](https://mastra.ai/reference/tools/ask-user-tool)
304
- - [Bright Data Tools](https://mastra.ai/reference/tools/brightdata)
305
316
  - [createBedrockKBTool()](https://mastra.ai/reference/tools/bedrock-kb-tool)
306
317
  - [createCodeMode()](https://mastra.ai/reference/tools/create-code-mode)
307
318
  - [createDocumentChunkerTool()](https://mastra.ai/reference/tools/document-chunker-tool)
@@ -311,10 +322,9 @@ The Reference section provides documentation of Mastra's API, including paramete
311
322
  - [IsolatedVmCodeModeTransport](https://mastra.ai/reference/tools/isolated-vm-transport)
312
323
  - [MCPClient](https://mastra.ai/reference/tools/mcp-client)
313
324
  - [MCPServer](https://mastra.ai/reference/tools/mcp-server)
314
- - [Perplexity Tools](https://mastra.ai/reference/tools/perplexity)
325
+ - [QuickJsCodeModeTransport](https://mastra.ai/reference/tools/quickjs-transport)
315
326
  - [submitPlanTool](https://mastra.ai/reference/tools/submit-plan-tool)
316
327
  - [Task tools](https://mastra.ai/reference/tools/task-tools)
317
- - [Tavily Tools](https://mastra.ai/reference/tools/tavily)
318
328
  - [Amazon S3 Vector Store](https://mastra.ai/reference/vectors/s3vectors)
319
329
  - [Astra Vector Store](https://mastra.ai/reference/vectors/astra)
320
330
  - [Chroma Vector Store](https://mastra.ai/reference/vectors/chroma)
@@ -327,32 +337,15 @@ The Reference section provides documentation of Mastra's API, including paramete
327
337
  - [libSQL Vector Store](https://mastra.ai/reference/vectors/libsql)
328
338
  - [MongoDB Vector Store](https://mastra.ai/reference/vectors/mongodb)
329
339
  - [OpenSearch Vector Store](https://mastra.ai/reference/vectors/opensearch)
340
+ - [OracleDB Vector Store](https://mastra.ai/reference/vectors/oracledb)
330
341
  - [PG Vector Store](https://mastra.ai/reference/vectors/pg)
331
342
  - [Pinecone Vector Store](https://mastra.ai/reference/vectors/pinecone)
332
343
  - [Qdrant Vector Store](https://mastra.ai/reference/vectors/qdrant)
333
344
  - [Turbopuffer Vector Store](https://mastra.ai/reference/vectors/turbopuffer)
334
345
  - [Upstash Vector Store](https://mastra.ai/reference/vectors/upstash)
335
- - [AWS Nova Sonic](https://mastra.ai/reference/voice/aws-nova-sonic)
336
- - [Azure](https://mastra.ai/reference/voice/azure)
337
- - [Cloudflare](https://mastra.ai/reference/voice/cloudflare)
338
346
  - [Composite Voice](https://mastra.ai/reference/voice/composite-voice)
339
- - [Deepgram](https://mastra.ai/reference/voice/deepgram)
340
- - [ElevenLabs](https://mastra.ai/reference/voice/elevenlabs)
341
347
  - [Events](https://mastra.ai/reference/voice/voice.events)
342
- - [Google](https://mastra.ai/reference/voice/google)
343
- - [Google Gemini Live](https://mastra.ai/reference/voice/google-gemini-live)
344
- - [Inworld](https://mastra.ai/reference/voice/inworld)
345
- - [Inworld Realtime](https://mastra.ai/reference/voice/inworld-realtime)
346
- - [LiveKit](https://mastra.ai/reference/voice/livekit)
347
348
  - [Mastra Voice](https://mastra.ai/reference/voice/mastra-voice)
348
- - [Mistral](https://mastra.ai/reference/voice/mistral)
349
- - [Murf](https://mastra.ai/reference/voice/murf)
350
- - [OpenAI](https://mastra.ai/reference/voice/openai)
351
- - [OpenAI Realtime](https://mastra.ai/reference/voice/openai-realtime)
352
- - [PlayAI](https://mastra.ai/reference/voice/playai)
353
- - [Sarvam](https://mastra.ai/reference/voice/sarvam)
354
- - [Speechify](https://mastra.ai/reference/voice/speechify)
355
- - [xAI Realtime](https://mastra.ai/reference/voice/xai-realtime)
356
349
  - [.addInstructions()](https://mastra.ai/reference/voice/voice.addInstructions)
357
350
  - [.addTools()](https://mastra.ai/reference/voice/voice.addTools)
358
351
  - [.answer()](https://mastra.ai/reference/voice/voice.answer)
@@ -366,9 +359,9 @@ The Reference section provides documentation of Mastra's API, including paramete
366
359
  - [.speak()](https://mastra.ai/reference/voice/voice.speak)
367
360
  - [.updateConfig()](https://mastra.ai/reference/voice/voice.updateConfig)
368
361
  - [Overview](https://mastra.ai/reference/workers/overview)
362
+ - [Dynamic Workflow Definition](https://mastra.ai/reference/workflows/dynamic-workflow-definition)
369
363
  - [Run Class](https://mastra.ai/reference/workflows/run)
370
364
  - [Step Class](https://mastra.ai/reference/workflows/step)
371
- - [Stored Workflow Definition](https://mastra.ai/reference/workflows/stored-workflow-definition)
372
365
  - [Workflow Class](https://mastra.ai/reference/workflows/workflow)
373
366
  - [Workflow State Reader](https://mastra.ai/reference/workflows/workflow-state-reader)
374
367
  - [.agent()](https://mastra.ai/reference/workflows/workflow-methods/agent)
@@ -390,29 +383,11 @@ The Reference section provides documentation of Mastra's API, including paramete
390
383
  - [.start()](https://mastra.ai/reference/workflows/run-methods/start)
391
384
  - [.startAsync()](https://mastra.ai/reference/workflows/run-methods/startAsync)
392
385
  - [.timeTravel()](https://mastra.ai/reference/workflows/run-methods/timeTravel)
393
- - [AgentCoreRuntimeSandbox](https://mastra.ai/reference/workspace/agentcore-runtime-sandbox)
394
- - [AgentFSFilesystem](https://mastra.ai/reference/workspace/agentfs-filesystem)
395
- - [AppleContainerSandbox](https://mastra.ai/reference/workspace/apple-container-sandbox)
396
- - [ArchilFilesystem](https://mastra.ai/reference/workspace/archil-filesystem)
397
- - [AzureBlobFilesystem](https://mastra.ai/reference/workspace/azure-blob-filesystem)
398
- - [BlaxelSandbox](https://mastra.ai/reference/workspace/blaxel-sandbox)
399
- - [DaytonaSandbox](https://mastra.ai/reference/workspace/daytona-sandbox)
400
- - [DockerSandbox](https://mastra.ai/reference/workspace/docker-sandbox)
401
- - [E2BSandbox](https://mastra.ai/reference/workspace/e2b-sandbox)
402
- - [FilesSDKFilesystem](https://mastra.ai/reference/workspace/files-sdk-filesystem)
403
- - [GCSFilesystem](https://mastra.ai/reference/workspace/gcs-filesystem)
404
- - [GoogleDriveFilesystem](https://mastra.ai/reference/workspace/google-drive-filesystem)
405
386
  - [LocalFilesystem](https://mastra.ai/reference/workspace/local-filesystem)
406
387
  - [LocalSandbox](https://mastra.ai/reference/workspace/local-sandbox)
407
- - [MesaFilesystem](https://mastra.ai/reference/workspace/mesa-filesystem)
408
- - [ModalSandbox](https://mastra.ai/reference/workspace/modal-sandbox)
409
388
  - [PlatformFilesystem](https://mastra.ai/reference/workspace/platform-filesystem)
410
389
  - [PlatformSandbox](https://mastra.ai/reference/workspace/platform-sandbox)
411
- - [RailwaySandbox](https://mastra.ai/reference/workspace/railway-sandbox)
412
- - [S3Filesystem](https://mastra.ai/reference/workspace/s3-filesystem)
413
390
  - [SandboxProcessManager](https://mastra.ai/reference/workspace/process-manager)
414
- - [VercelSandbox](https://mastra.ai/reference/workspace/vercel-sandbox)
415
- - [VercelServerlessSandbox](https://mastra.ai/reference/workspace/vercel-serverless)
416
391
  - [Workspace Class](https://mastra.ai/reference/workspace/workspace-class)
417
392
  - [WorkspaceFilesystem](https://mastra.ai/reference/workspace/filesystem)
418
393
  - [WorkspaceSandbox](https://mastra.ai/reference/workspace/sandbox)
@@ -108,7 +108,7 @@ If you prefer not to use our automatic CLI tool, you can set up your project you
108
108
  }
109
109
  ```
110
110
 
111
- > **Info:** Mastra requires modern `module` and `moduleResolution` settings. Using `CommonJS` or `node` will cause resolution errors.
111
+ > **Note:** Mastra requires modern `module` and `moduleResolution` settings. Using `CommonJS` or `node` will cause resolution errors.
112
112
 
113
113
  3. Create an `.env` file:
114
114
 
@@ -157,7 +157,7 @@ If you prefer not to use our automatic CLI tool, you can set up your project you
157
157
  })
158
158
  ```
159
159
 
160
- > **Info:** We've shortened and simplified the `weatherTool` example here. You can see the complete weather tool under [Giving an Agent a Tool](https://mastra.ai/docs/agents/using-tools).
160
+ > **Note:** We've shortened and simplified the `weatherTool` example here. You can see the complete weather tool under [Giving an Agent a Tool](https://mastra.ai/docs/agents/using-tools).
161
161
 
162
162
  5. Create a `weather-agent.ts` file:
163
163
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  # Migrate from AI SDK v4 to v5
4
4
 
5
- Looking for integration docs? See [Using AI SDK](https://mastra.ai/guides/build-your-ui/ai-sdk-ui).
5
+ Looking for integration docs? See [Using AI SDK](https://mastra.ai/integrations/agentic-ui/ai-sdk-ui).
6
6
 
7
7
  Follow the official [AI SDK v5 Migration Guide](https://v5.ai-sdk.dev/docs/migration-guides/migration-guide-5-0) for all AI SDK core breaking changes, package updates, and API changes.
8
8
 
@@ -95,7 +95,7 @@ If you prefer to work from the command line, or need to script the export, you c
95
95
 
96
96
  > **Note:** These variables only appear for projects that were provisioned with Cloud Store. If you brought your own database to Mastra Cloud, you already have these credentials and can skip ahead to [Point your Mastra app at the new database](#point-your-mastra-app-at-the-new-database).
97
97
 
98
- > **Info:** If the variables are missing, the values do not decrypt, or the Turso CLI rejects the token, email <support@mastra.ai> from the address associated with your Mastra Cloud account and ask for the libSQL URL and auth token for the project you want to export. Include the project name/ID. Support can also run the dump on your behalf if CLI access is blocked on your network.
98
+ > **Note:** If the variables are missing, the values do not decrypt, or the Turso CLI rejects the token, email <support@mastra.ai> from the address associated with your Mastra Cloud account and ask for the libSQL URL and auth token for the project you want to export. Include the project name/ID. Support can also run the dump on your behalf if CLI access is blocked on your network.
99
99
 
100
100
  2. Install the Turso CLI.
101
101
 
@@ -179,7 +179,7 @@ export const mastra = new Mastra({
179
179
  })
180
180
  ```
181
181
 
182
- See the [libSQL storage reference](https://mastra.ai/reference/storage/libsql) for the full set of options.
182
+ See the [libSQL storage reference](https://mastra.ai/integrations/databases/libsql) for the full set of options.
183
183
 
184
184
  ### Verify the migration
185
185
 
@@ -16,7 +16,7 @@ npx mastra migrate
16
16
 
17
17
  The command bundles your project and connects to your configured storage before running any necessary migrations. It currently supports migrating duplicate span entries that may prevent unique constraint creation.
18
18
 
19
- See the [Storage migration guide](https://mastra.ai/guides/migrations/upgrade-to-v1/storage) for details on when this migration is needed.
19
+ See the [Storage migration guide](https://mastra.ai/reference/migrations/upgrade-to-v1/storage) for details on when this migration is needed.
20
20
 
21
21
  ## Removed
22
22
 
@@ -283,6 +283,6 @@ To migrate, move processor configuration from Memory to Agent using `inputProces
283
283
  });
284
284
  ```
285
285
 
286
- Additionally, the `@mastra/memory/processors` import path has been removed. Import processors from `@mastra/core/processors` instead. See the [processors migration guide](https://mastra.ai/guides/migrations/upgrade-to-v1/processors) for details.
286
+ Additionally, the `@mastra/memory/processors` import path has been removed. Import processors from `@mastra/core/processors` instead. See the [processors migration guide](https://mastra.ai/reference/migrations/upgrade-to-v1/processors) for details.
287
287
 
288
288
  For more information on using processors with agents, see the [Processors docs](https://mastra.ai/docs/agents/processors). For a complete example with memory, see the [TokenLimiter reference](https://mastra.ai/reference/processors/token-limiter-processor).
@@ -12,7 +12,7 @@ This guide covers the breaking changes when upgrading from Mastra 0.x to v1.0. T
12
12
 
13
13
  > **Coming from Mastra Cloud?:** The legacy Mastra Cloud product has been replaced by the [Mastra platform](https://mastra.ai/docs/mastra-platform/overview), which splits hosting into two separate products: **Studio** (visual environment, observability) and **Server** (production API). Old Mastra Cloud access tokens don't work with Mastra platform. Create new ones with `mastra auth tokens create`.
14
14
  >
15
- > If you upgrade to v1 packages without also migrating your `telemetry:` config to `observability:` and creating a Studio project, observability data will stop flowing. Follow the [Mastra Cloud migration guide](https://mastra.ai/guides/migrations/mastra-cloud) end to end.
15
+ > If you upgrade to v1 packages without also migrating your `telemetry:` config to `observability:` and creating a Studio project, observability data will stop flowing. Follow the [Mastra Cloud migration guide](https://mastra.ai/reference/migrations/mastra-cloud) end to end.
16
16
 
17
17
  ## Migration strategy
18
18
 
@@ -62,25 +62,25 @@ Work through the [migration checklist](#migration-checklist) below to update you
62
62
  > npx @mastra/codemod@latest v1
63
63
  > ```
64
64
 
65
- > **Database Migration Required:** If you're using PostgreSQL or LibSQL storage, you'll need to run a database migration. See the [Storage migration guide](https://mastra.ai/guides/migrations/upgrade-to-v1/storage) for details.
65
+ > **Database Migration Required:** If you're using PostgreSQL or LibSQL storage, you'll need to run a database migration. See the [Storage migration guide](https://mastra.ai/reference/migrations/upgrade-to-v1/storage) for details.
66
66
 
67
67
  ## Breaking changes by area
68
68
 
69
- - **[Mastra Class](https://mastra.ai/guides/migrations/upgrade-to-v1/mastra)** - Import restructuring and property access changes.
70
- - **[Agent Class](https://mastra.ai/guides/migrations/upgrade-to-v1/agent)** - Voice methods moved to namespace and streaming API updates.
71
- - **[Tools](https://mastra.ai/guides/migrations/upgrade-to-v1/tools)** - CreateTool execute signature changed to separate input and context.
72
- - **[Workflows](https://mastra.ai/guides/migrations/upgrade-to-v1/workflows)** - Function name changes and legacy features removed.
73
- - **[Memory](https://mastra.ai/guides/migrations/upgrade-to-v1/memory)** - Configuration now requires explicit parameters and defaults changed.
74
- - **[Storage](https://mastra.ai/guides/migrations/upgrade-to-v1/storage)** - Pagination standardized and methods renamed to list pattern.
75
- - **[Vectors](https://mastra.ai/guides/migrations/upgrade-to-v1/vectors)** - Vector store methods renamed to list pattern.
76
- - **[RAG](https://mastra.ai/guides/migrations/upgrade-to-v1/rag)** - Parameter naming updated for clarity.
77
- - **[MCP](https://mastra.ai/guides/migrations/upgrade-to-v1/mcp)** - Tool context reorganized and deprecated client classes removed.
78
- - **[Tracing](https://mastra.ai/guides/migrations/upgrade-to-v1/tracing)** - OTEL telemetry replaced with dedicated observability package and exporters.
79
- - **[Evals & Scorers](https://mastra.ai/guides/migrations/upgrade-to-v1/evals)** - Scorers API consolidated with new naming conventions.
80
- - **[CLI](https://mastra.ai/guides/migrations/upgrade-to-v1/cli)** - Commands and flags removed for simpler interface.
81
- - **[Deployment](https://mastra.ai/guides/migrations/upgrade-to-v1/deployment)** - CloudflareDeployer configuration updated to use standard wrangler.json property names.
82
- - **[Client SDKs](https://mastra.ai/guides/migrations/upgrade-to-v1/client)** - Types and utilities renamed for consistency.
83
- - **[Voice Packages](https://mastra.ai/guides/migrations/upgrade-to-v1/voice)** - Packages renamed from speech to voice.
69
+ - **[Mastra Class](https://mastra.ai/reference/migrations/upgrade-to-v1/mastra)** - Import restructuring and property access changes.
70
+ - **[Agent Class](https://mastra.ai/reference/migrations/upgrade-to-v1/agent)** - Voice methods moved to namespace and streaming API updates.
71
+ - **[Tools](https://mastra.ai/reference/migrations/upgrade-to-v1/tools)** - CreateTool execute signature changed to separate input and context.
72
+ - **[Workflows](https://mastra.ai/reference/migrations/upgrade-to-v1/workflows)** - Function name changes and legacy features removed.
73
+ - **[Memory](https://mastra.ai/reference/migrations/upgrade-to-v1/memory)** - Configuration now requires explicit parameters and defaults changed.
74
+ - **[Storage](https://mastra.ai/reference/migrations/upgrade-to-v1/storage)** - Pagination standardized and methods renamed to list pattern.
75
+ - **[Vectors](https://mastra.ai/reference/migrations/upgrade-to-v1/vectors)** - Vector store methods renamed to list pattern.
76
+ - **[RAG](https://mastra.ai/reference/migrations/upgrade-to-v1/rag)** - Parameter naming updated for clarity.
77
+ - **[MCP](https://mastra.ai/reference/migrations/upgrade-to-v1/mcp)** - Tool context reorganized and deprecated client classes removed.
78
+ - **[Tracing](https://mastra.ai/reference/migrations/upgrade-to-v1/tracing)** - OTEL telemetry replaced with dedicated observability package and exporters.
79
+ - **[Evals & Scorers](https://mastra.ai/reference/migrations/upgrade-to-v1/evals)** - Scorers API consolidated with new naming conventions.
80
+ - **[CLI](https://mastra.ai/reference/migrations/upgrade-to-v1/cli)** - Commands and flags removed for simpler interface.
81
+ - **[Deployment](https://mastra.ai/reference/migrations/upgrade-to-v1/deployment)** - CloudflareDeployer configuration updated to use standard wrangler.json property names.
82
+ - **[Client SDKs](https://mastra.ai/reference/migrations/upgrade-to-v1/client)** - Types and utilities renamed for consistency.
83
+ - **[Voice Packages](https://mastra.ai/reference/migrations/upgrade-to-v1/voice)** - Packages renamed from speech to voice.
84
84
 
85
85
  ## Migration checklist
86
86
 
@@ -96,30 +96,30 @@ Work through this checklist in order, starting with high-impact changes that aff
96
96
 
97
97
  ### High Impact Changes
98
98
 
99
- - Update `createTool` tool signatures to `(inputData, context)` format - [Tools](https://mastra.ai/guides/migrations/upgrade-to-v1/tools)
100
- - Restructure `@mastra/core` imports to use subpath imports - [Mastra Class](https://mastra.ai/guides/migrations/upgrade-to-v1/mastra)
101
- - Update pagination from `offset/limit` to `page/perPage` - [Storage](https://mastra.ai/guides/migrations/upgrade-to-v1/storage)
102
- - Install `@mastra/observability` and wrap configuration with `new Observability()` - [Tracing](https://mastra.ai/guides/migrations/upgrade-to-v1/tracing)
103
- - Migrate from `telemetry:` to `observability:` configuration (if upgrading from 0.x OTEL) - [Tracing](https://mastra.ai/guides/migrations/upgrade-to-v1/tracing)
99
+ - Update `createTool` tool signatures to `(inputData, context)` format - [Tools](https://mastra.ai/reference/migrations/upgrade-to-v1/tools)
100
+ - Restructure `@mastra/core` imports to use subpath imports - [Mastra Class](https://mastra.ai/reference/migrations/upgrade-to-v1/mastra)
101
+ - Update pagination from `offset/limit` to `page/perPage` - [Storage](https://mastra.ai/reference/migrations/upgrade-to-v1/storage)
102
+ - Install `@mastra/observability` and wrap configuration with `new Observability()` - [Tracing](https://mastra.ai/reference/migrations/upgrade-to-v1/tracing)
103
+ - Migrate from `telemetry:` to `observability:` configuration (if upgrading from 0.x OTEL) - [Tracing](https://mastra.ai/reference/migrations/upgrade-to-v1/tracing)
104
104
 
105
105
  ### Medium Impact Changes
106
106
 
107
- - Rename `RuntimeContext` to `RequestContext` throughout codebase - [Agent Class](https://mastra.ai/guides/migrations/upgrade-to-v1/agent), [Tools](https://mastra.ai/guides/migrations/upgrade-to-v1/tools), [Workflows](https://mastra.ai/guides/migrations/upgrade-to-v1/workflows)
108
- - Update storage methods from `get*` to `list*` pattern - [Storage](https://mastra.ai/guides/migrations/upgrade-to-v1/storage)
109
- - Replace direct property access with getter methods - [Mastra Class](https://mastra.ai/guides/migrations/upgrade-to-v1/mastra), [Agent Class](https://mastra.ai/guides/migrations/upgrade-to-v1/agent)
110
- - Update memory scope if relying on default `thread` scope - [Memory](https://mastra.ai/guides/migrations/upgrade-to-v1/memory)
111
- - Update vector store calls to use named arguments - [Storage](https://mastra.ai/guides/migrations/upgrade-to-v1/storage)
112
- - Remove `format` parameter from agent methods - [Agent Class](https://mastra.ai/guides/migrations/upgrade-to-v1/agent)
113
- - Update voice methods to use `agent.voice` namespace - [Agent Class](https://mastra.ai/guides/migrations/upgrade-to-v1/agent)
114
- - Rename configuration property `processors` to `spanOutputProcessors` (if using custom processors) - [Tracing](https://mastra.ai/guides/migrations/upgrade-to-v1/tracing)
115
-
116
- ### Low Impact Changes
117
-
118
- - Rename `keepSeparator` to `separatorPosition` in chunk options - [RAG](https://mastra.ai/guides/migrations/upgrade-to-v1/rag)
119
- - Rename `createRunAsync` to `createRun` - [Workflows](https://mastra.ai/guides/migrations/upgrade-to-v1/workflows)
120
- - Update voice package names from `@mastra/speech-*` to `@mastra/voice-*` - [Voice Packages](https://mastra.ai/guides/migrations/upgrade-to-v1/voice)
121
- - Update scorer methods: `runExperiment` → `runEvals`, `getScorerByName` → `getScorerById` - [Evals & Scorers](https://mastra.ai/guides/migrations/upgrade-to-v1/evals)
122
- - Remove deprecated CLI flags - [CLI](https://mastra.ai/guides/migrations/upgrade-to-v1/cli)
123
- - Update client SDK types from `Get*` to `List*` - [Client SDKs](https://mastra.ai/guides/migrations/upgrade-to-v1/client)
124
- - Replace `runCount` with `retryCount` - [Workflows](https://mastra.ai/guides/migrations/upgrade-to-v1/workflows)
125
- - Update custom exporter method `exportEvent` to `exportTracingEvent` (if using custom exporters) - [Tracing](https://mastra.ai/guides/migrations/upgrade-to-v1/tracing)
107
+ - Rename `RuntimeContext` to `RequestContext` throughout codebase - [Agent Class](https://mastra.ai/reference/migrations/upgrade-to-v1/agent), [Tools](https://mastra.ai/reference/migrations/upgrade-to-v1/tools), [Workflows](https://mastra.ai/reference/migrations/upgrade-to-v1/workflows)
108
+ - Update storage methods from `get*` to `list*` pattern - [Storage](https://mastra.ai/reference/migrations/upgrade-to-v1/storage)
109
+ - Replace direct property access with getter methods - [Mastra Class](https://mastra.ai/reference/migrations/upgrade-to-v1/mastra), [Agent Class](https://mastra.ai/reference/migrations/upgrade-to-v1/agent)
110
+ - Update memory scope if relying on default `thread` scope - [Memory](https://mastra.ai/reference/migrations/upgrade-to-v1/memory)
111
+ - Update vector store calls to use named arguments - [Storage](https://mastra.ai/reference/migrations/upgrade-to-v1/storage)
112
+ - Remove `format` parameter from agent methods - [Agent Class](https://mastra.ai/reference/migrations/upgrade-to-v1/agent)
113
+ - Update voice methods to use `agent.voice` namespace - [Agent Class](https://mastra.ai/reference/migrations/upgrade-to-v1/agent)
114
+ - Rename configuration property `processors` to `spanOutputProcessors` (if using custom processors) - [Tracing](https://mastra.ai/reference/migrations/upgrade-to-v1/tracing)
115
+
116
+ ### Low-Impact Changes
117
+
118
+ - Rename `keepSeparator` to `separatorPosition` in chunk options - [RAG](https://mastra.ai/reference/migrations/upgrade-to-v1/rag)
119
+ - Rename `createRunAsync` to `createRun` - [Workflows](https://mastra.ai/reference/migrations/upgrade-to-v1/workflows)
120
+ - Update voice package names from `@mastra/speech-*` to `@mastra/voice-*` - [Voice Packages](https://mastra.ai/reference/migrations/upgrade-to-v1/voice)
121
+ - Update scorer methods: `runExperiment` → `runEvals`, `getScorerByName` → `getScorerById` - [Evals & Scorers](https://mastra.ai/reference/migrations/upgrade-to-v1/evals)
122
+ - Remove deprecated CLI flags - [CLI](https://mastra.ai/reference/migrations/upgrade-to-v1/cli)
123
+ - Update client SDK types from `Get*` to `List*` - [Client SDKs](https://mastra.ai/reference/migrations/upgrade-to-v1/client)
124
+ - Replace `runCount` with `retryCount` - [Workflows](https://mastra.ai/reference/migrations/upgrade-to-v1/workflows)
125
+ - Update custom exporter method `exportEvent` to `exportTracingEvent` (if using custom exporters) - [Tracing](https://mastra.ai/reference/migrations/upgrade-to-v1/tracing)
@@ -84,7 +84,7 @@ The `suspendPayload` gets validated against the `suspendSchema` when the tool is
84
84
 
85
85
  To skip the `suspendSchema` or `resumeSchema` validation, don't define `suspendSchema` or `resumeSchema` in the tool creation.
86
86
 
87
- > **Note:** For MCP-specific tool context changes, see the [MCP migration guide](https://mastra.ai/guides/migrations/upgrade-to-v1/mcp).
87
+ > **Note:** For MCP-specific tool context changes, see the [MCP migration guide](https://mastra.ai/reference/migrations/upgrade-to-v1/mcp).
88
88
 
89
89
  ### `RuntimeContext` to `RequestContext`
90
90