@mastra/mcp-docs-server 1.2.4-alpha.5 → 1.2.4-alpha.8

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 (773) hide show
  1. package/.docs/docs/agent-builder/access-control.md +2 -0
  2. package/.docs/docs/agent-builder/browser.md +2 -0
  3. package/.docs/docs/agent-builder/channels.md +2 -0
  4. package/.docs/docs/agent-builder/configuration.md +2 -0
  5. package/.docs/docs/agent-builder/deploying.md +2 -0
  6. package/.docs/docs/agent-builder/integrations.md +2 -0
  7. package/.docs/docs/agent-builder/memory.md +2 -0
  8. package/.docs/docs/agent-builder/model-policy.md +2 -0
  9. package/.docs/docs/agent-builder/overview.md +2 -0
  10. package/.docs/docs/agent-builder/skill-registries.md +2 -0
  11. package/.docs/docs/agent-builder/workspace.md +2 -0
  12. package/.docs/docs/agent-controller/modes.md +2 -0
  13. package/.docs/docs/agent-controller/overview.md +2 -0
  14. package/.docs/docs/agent-controller/session.md +2 -0
  15. package/.docs/docs/agent-controller/subagents.md +2 -0
  16. package/.docs/docs/agent-controller/threads-and-state.md +2 -0
  17. package/.docs/docs/agent-controller/tool-approvals.md +2 -0
  18. package/.docs/docs/agents/a2a.md +2 -0
  19. package/.docs/docs/agents/acp.md +2 -0
  20. package/.docs/docs/agents/adding-voice.md +2 -0
  21. package/.docs/docs/agents/agent-approval.md +2 -0
  22. package/.docs/docs/agents/background-tasks.md +2 -0
  23. package/.docs/docs/agents/channels.md +2 -0
  24. package/.docs/docs/agents/code-mode.md +2 -0
  25. package/.docs/docs/agents/durable-agents.md +2 -0
  26. package/.docs/docs/agents/file-based-agents.md +12 -1
  27. package/.docs/docs/agents/goals.md +2 -0
  28. package/.docs/docs/agents/guardrails.md +2 -0
  29. package/.docs/docs/agents/heartbeats.md +2 -0
  30. package/.docs/docs/agents/networks.md +2 -0
  31. package/.docs/docs/agents/overview.md +14 -6
  32. package/.docs/docs/agents/processors.md +2 -0
  33. package/.docs/docs/agents/sdk-agents.md +2 -0
  34. package/.docs/docs/agents/signal-providers.md +2 -0
  35. package/.docs/docs/agents/signals.md +2 -0
  36. package/.docs/docs/agents/skills.md +2 -0
  37. package/.docs/docs/agents/structured-output.md +2 -0
  38. package/.docs/docs/agents/supervisor-agents.md +2 -0
  39. package/.docs/docs/agents/using-tools.md +2 -0
  40. package/.docs/docs/browser/agent-browser.md +2 -0
  41. package/.docs/docs/browser/browser-viewer.md +2 -0
  42. package/.docs/docs/browser/overview.md +2 -0
  43. package/.docs/docs/browser/recording.md +6 -2
  44. package/.docs/docs/browser/stagehand.md +2 -0
  45. package/.docs/docs/community/contributing-templates.md +2 -0
  46. package/.docs/docs/community/discord.md +2 -0
  47. package/.docs/docs/community/licensing.md +2 -0
  48. package/.docs/docs/deployment/cloud-providers.md +2 -0
  49. package/.docs/docs/deployment/mastra-server.md +2 -0
  50. package/.docs/docs/deployment/monorepo.md +2 -0
  51. package/.docs/docs/deployment/overview.md +2 -0
  52. package/.docs/docs/deployment/web-framework.md +2 -0
  53. package/.docs/docs/deployment/workflow-runners.md +2 -0
  54. package/.docs/docs/editor/overview.md +2 -0
  55. package/.docs/docs/editor/prompts.md +2 -0
  56. package/.docs/docs/editor/tools.md +2 -0
  57. package/.docs/docs/evals/built-in-scorers.md +2 -0
  58. package/.docs/docs/evals/custom-scorers.md +2 -0
  59. package/.docs/docs/evals/datasets/overview.md +2 -0
  60. package/.docs/docs/evals/datasets/running-experiments.md +2 -0
  61. package/.docs/docs/evals/evals-with-memory.md +2 -0
  62. package/.docs/docs/evals/gates-and-verdicts.md +2 -0
  63. package/.docs/docs/evals/overview.md +2 -0
  64. package/.docs/docs/evals/quick-checks.md +2 -0
  65. package/.docs/docs/evals/running-in-ci.md +2 -0
  66. package/.docs/docs/getting-started/build-with-ai.md +2 -0
  67. package/.docs/docs/getting-started/manual-install.md +2 -0
  68. package/.docs/docs/getting-started/project-structure.md +2 -0
  69. package/.docs/docs/index.md +14 -6
  70. package/.docs/docs/mastra-platform/configuration.md +2 -0
  71. package/.docs/docs/mastra-platform/database.md +2 -0
  72. package/.docs/docs/mastra-platform/github.md +2 -0
  73. package/.docs/docs/mastra-platform/observability.md +2 -0
  74. package/.docs/docs/mastra-platform/overview.md +2 -0
  75. package/.docs/docs/mastra-platform/server.md +2 -0
  76. package/.docs/docs/mastra-platform/studio.md +2 -0
  77. package/.docs/docs/mcp/mcp-apps.md +2 -0
  78. package/.docs/docs/mcp/overview.md +2 -0
  79. package/.docs/docs/memory/memory-processors.md +2 -0
  80. package/.docs/docs/memory/message-history.md +2 -0
  81. package/.docs/docs/memory/multi-user-threads.md +2 -0
  82. package/.docs/docs/memory/observational-memory.md +2 -0
  83. package/.docs/docs/memory/overview.md +2 -0
  84. package/.docs/docs/memory/semantic-recall.md +2 -0
  85. package/.docs/docs/memory/storage.md +6 -0
  86. package/.docs/docs/memory/working-memory.md +2 -0
  87. package/.docs/docs/observability/config.md +2 -0
  88. package/.docs/docs/observability/integrations/bridges/datadog.md +2 -0
  89. package/.docs/docs/observability/integrations/bridges/otel.md +2 -0
  90. package/.docs/docs/observability/integrations/exporters/arize.md +2 -0
  91. package/.docs/docs/observability/integrations/exporters/arthur.md +2 -0
  92. package/.docs/docs/observability/integrations/exporters/braintrust.md +2 -0
  93. package/.docs/docs/observability/integrations/exporters/datadog.md +2 -0
  94. package/.docs/docs/observability/integrations/exporters/laminar.md +2 -0
  95. package/.docs/docs/observability/integrations/exporters/langfuse.md +2 -0
  96. package/.docs/docs/observability/integrations/exporters/langsmith.md +2 -0
  97. package/.docs/docs/observability/integrations/exporters/mastra-platform.md +2 -0
  98. package/.docs/docs/observability/integrations/exporters/mastra-storage.md +2 -0
  99. package/.docs/docs/observability/integrations/exporters/otel.md +2 -0
  100. package/.docs/docs/observability/integrations/exporters/posthog.md +2 -0
  101. package/.docs/docs/observability/integrations/exporters/sentry.md +2 -0
  102. package/.docs/docs/observability/integrations/overview.md +2 -0
  103. package/.docs/docs/observability/integrations/processors/sensitive-data-filter.md +2 -0
  104. package/.docs/docs/observability/logging.md +2 -0
  105. package/.docs/docs/observability/metrics/overview.md +2 -0
  106. package/.docs/docs/observability/metrics/querying.md +2 -0
  107. package/.docs/docs/observability/overview.md +2 -0
  108. package/.docs/docs/observability/storage.md +2 -0
  109. package/.docs/docs/observability/tracing/overview.md +2 -0
  110. package/.docs/docs/rag/chunking-and-embedding.md +2 -0
  111. package/.docs/docs/rag/graph-rag.md +2 -0
  112. package/.docs/docs/rag/overview.md +2 -0
  113. package/.docs/docs/rag/retrieval.md +2 -0
  114. package/.docs/docs/rag/vector-databases.md +2 -0
  115. package/.docs/docs/server/auth/auth0.md +2 -0
  116. package/.docs/docs/server/auth/better-auth.md +2 -0
  117. package/.docs/docs/server/auth/clerk.md +2 -0
  118. package/.docs/docs/server/auth/composite-auth.md +2 -0
  119. package/.docs/docs/server/auth/custom-auth-provider.md +2 -0
  120. package/.docs/docs/server/auth/fga.md +2 -0
  121. package/.docs/docs/server/auth/firebase.md +2 -0
  122. package/.docs/docs/server/auth/google.md +2 -0
  123. package/.docs/docs/server/auth/jwt.md +2 -0
  124. package/.docs/docs/server/auth/okta.md +2 -0
  125. package/.docs/docs/server/auth/simple-auth.md +2 -0
  126. package/.docs/docs/server/auth/supabase.md +2 -0
  127. package/.docs/docs/server/auth/workos.md +2 -0
  128. package/.docs/docs/server/auth.md +2 -0
  129. package/.docs/docs/server/custom-adapters.md +2 -0
  130. package/.docs/docs/server/custom-api-routes.md +2 -0
  131. package/.docs/docs/server/mastra-client.md +2 -0
  132. package/.docs/docs/server/mastra-server.md +2 -0
  133. package/.docs/docs/server/middleware.md +2 -0
  134. package/.docs/docs/server/pubsub.md +2 -0
  135. package/.docs/docs/server/request-context.md +2 -0
  136. package/.docs/docs/server/server-adapters.md +2 -0
  137. package/.docs/docs/studio/auth.md +2 -0
  138. package/.docs/docs/studio/deployment.md +2 -0
  139. package/.docs/docs/studio/observability.md +2 -0
  140. package/.docs/docs/studio/overview.md +2 -0
  141. package/.docs/docs/voice/overview.md +2 -0
  142. package/.docs/docs/voice/speech-to-speech.md +2 -0
  143. package/.docs/docs/voice/speech-to-text.md +2 -0
  144. package/.docs/docs/voice/text-to-speech.md +2 -0
  145. package/.docs/docs/workflows/agents-and-tools.md +2 -0
  146. package/.docs/docs/workflows/control-flow.md +2 -0
  147. package/.docs/docs/workflows/error-handling.md +2 -0
  148. package/.docs/docs/workflows/human-in-the-loop.md +2 -0
  149. package/.docs/docs/workflows/overview.md +2 -0
  150. package/.docs/docs/workflows/scheduled-workflows.md +2 -0
  151. package/.docs/docs/workflows/snapshots.md +2 -0
  152. package/.docs/docs/workflows/suspend-and-resume.md +2 -0
  153. package/.docs/docs/workflows/time-travel.md +2 -0
  154. package/.docs/docs/workflows/workflow-state.md +2 -0
  155. package/.docs/docs/workspace/filesystem.md +2 -0
  156. package/.docs/docs/workspace/lsp.md +2 -0
  157. package/.docs/docs/workspace/overview.md +2 -0
  158. package/.docs/docs/workspace/sandbox.md +2 -0
  159. package/.docs/docs/workspace/search.md +2 -0
  160. package/.docs/docs/workspace/skills.md +2 -0
  161. package/.docs/guides/agent-frameworks/ai-sdk.md +2 -0
  162. package/.docs/guides/build-your-ui/ai-sdk-ui.md +2 -0
  163. package/.docs/guides/build-your-ui/assistant-ui.md +2 -0
  164. package/.docs/guides/build-your-ui/copilotkit.md +2 -0
  165. package/.docs/guides/build-your-ui/openui.md +2 -0
  166. package/.docs/guides/concepts/multi-agent-systems.md +2 -0
  167. package/.docs/guides/concepts/streaming.md +2 -0
  168. package/.docs/guides/deployment/amazon-ec2.md +2 -0
  169. package/.docs/guides/deployment/aws-bedrock-agentcore.md +2 -0
  170. package/.docs/guides/deployment/aws-lambda.md +2 -0
  171. package/.docs/guides/deployment/azure-app-services.md +2 -0
  172. package/.docs/guides/deployment/cloudflare.md +2 -0
  173. package/.docs/guides/deployment/digital-ocean.md +2 -0
  174. package/.docs/guides/deployment/inngest.md +2 -0
  175. package/.docs/guides/deployment/netlify.md +2 -0
  176. package/.docs/guides/deployment/temporal.md +2 -0
  177. package/.docs/guides/deployment/vercel.md +2 -0
  178. package/.docs/guides/getting-started/astro.md +2 -0
  179. package/.docs/guides/getting-started/electron.md +2 -0
  180. package/.docs/guides/getting-started/express.md +2 -0
  181. package/.docs/guides/getting-started/hono.md +2 -0
  182. package/.docs/guides/getting-started/nestjs.md +2 -0
  183. package/.docs/guides/getting-started/next-js.md +2 -0
  184. package/.docs/guides/getting-started/nuxt.md +2 -0
  185. package/.docs/guides/getting-started/quickstart.md +2 -0
  186. package/.docs/guides/getting-started/sveltekit.md +2 -0
  187. package/.docs/guides/getting-started/vite-react.md +2 -0
  188. package/.docs/guides/guide/ai-recruiter.md +2 -0
  189. package/.docs/guides/guide/chef-michel.md +2 -0
  190. package/.docs/guides/guide/code-review-bot.md +2 -0
  191. package/.docs/guides/guide/dev-assistant.md +2 -0
  192. package/.docs/guides/guide/docs-manager.md +2 -0
  193. package/.docs/guides/guide/firecrawl.md +2 -0
  194. package/.docs/guides/guide/github-actions-pr-description.md +2 -0
  195. package/.docs/guides/guide/notes-mcp-server.md +2 -0
  196. package/.docs/guides/guide/publishing-mcp-server.md +2 -0
  197. package/.docs/guides/guide/research-assistant.md +2 -0
  198. package/.docs/guides/guide/research-coordinator.md +2 -0
  199. package/.docs/guides/guide/signal-provider.md +2 -0
  200. package/.docs/guides/guide/slack-assistant.md +2 -0
  201. package/.docs/guides/guide/stock-agent.md +2 -0
  202. package/.docs/guides/guide/web-search.md +2 -0
  203. package/.docs/guides/guide/whatsapp-chat-bot.md +2 -0
  204. package/.docs/guides/index.md +2 -0
  205. package/.docs/guides/migrations/agentnetwork.md +2 -0
  206. package/.docs/guides/migrations/ai-sdk-v4-to-v5.md +2 -0
  207. package/.docs/guides/migrations/mastra-cloud.md +2 -0
  208. package/.docs/guides/migrations/network-to-supervisor.md +2 -0
  209. package/.docs/guides/migrations/upgrade-to-v1/agent.md +2 -0
  210. package/.docs/guides/migrations/upgrade-to-v1/cli.md +2 -0
  211. package/.docs/guides/migrations/upgrade-to-v1/client.md +2 -0
  212. package/.docs/guides/migrations/upgrade-to-v1/deployment.md +2 -0
  213. package/.docs/guides/migrations/upgrade-to-v1/evals.md +2 -0
  214. package/.docs/guides/migrations/upgrade-to-v1/mastra.md +2 -0
  215. package/.docs/guides/migrations/upgrade-to-v1/mcp.md +2 -0
  216. package/.docs/guides/migrations/upgrade-to-v1/memory.md +2 -0
  217. package/.docs/guides/migrations/upgrade-to-v1/overview.md +2 -0
  218. package/.docs/guides/migrations/upgrade-to-v1/processors.md +2 -0
  219. package/.docs/guides/migrations/upgrade-to-v1/rag.md +2 -0
  220. package/.docs/guides/migrations/upgrade-to-v1/storage.md +2 -0
  221. package/.docs/guides/migrations/upgrade-to-v1/tools.md +2 -0
  222. package/.docs/guides/migrations/upgrade-to-v1/tracing.md +2 -0
  223. package/.docs/guides/migrations/upgrade-to-v1/vectors.md +2 -0
  224. package/.docs/guides/migrations/upgrade-to-v1/voice.md +2 -0
  225. package/.docs/guides/migrations/upgrade-to-v1/workflows.md +2 -0
  226. package/.docs/guides/migrations/vnext-to-standard-apis.md +2 -0
  227. package/.docs/models/embeddings.md +2 -0
  228. package/.docs/models/environment-variables.md +2 -0
  229. package/.docs/models/gateways/azure-openai.md +2 -0
  230. package/.docs/models/gateways/custom-gateways.md +2 -0
  231. package/.docs/models/gateways/mastra.md +2 -0
  232. package/.docs/models/gateways/netlify.md +2 -0
  233. package/.docs/models/gateways/openrouter.md +2 -0
  234. package/.docs/models/gateways/vercel.md +2 -0
  235. package/.docs/models/gateways.md +2 -0
  236. package/.docs/models/index.md +2 -0
  237. package/.docs/models/providers/302ai.md +2 -0
  238. package/.docs/models/providers/abacus.md +2 -0
  239. package/.docs/models/providers/abliteration-ai.md +2 -0
  240. package/.docs/models/providers/agentrouter.md +2 -0
  241. package/.docs/models/providers/aihubmix.md +2 -0
  242. package/.docs/models/providers/alibaba-cn.md +2 -0
  243. package/.docs/models/providers/alibaba-coding-plan-cn.md +2 -0
  244. package/.docs/models/providers/alibaba-coding-plan.md +2 -0
  245. package/.docs/models/providers/alibaba-token-plan-cn.md +2 -0
  246. package/.docs/models/providers/alibaba-token-plan.md +2 -0
  247. package/.docs/models/providers/alibaba.md +2 -0
  248. package/.docs/models/providers/amazon-bedrock.md +2 -0
  249. package/.docs/models/providers/ambient.md +2 -0
  250. package/.docs/models/providers/anthropic.md +2 -0
  251. package/.docs/models/providers/anyapi.md +2 -0
  252. package/.docs/models/providers/atomic-chat.md +2 -0
  253. package/.docs/models/providers/auriko.md +2 -0
  254. package/.docs/models/providers/azure.md +2 -0
  255. package/.docs/models/providers/bailing.md +2 -0
  256. package/.docs/models/providers/baseten.md +2 -0
  257. package/.docs/models/providers/berget.md +2 -0
  258. package/.docs/models/providers/cerebras.md +2 -0
  259. package/.docs/models/providers/chutes.md +2 -0
  260. package/.docs/models/providers/clarifai.md +2 -0
  261. package/.docs/models/providers/claudinio.md +2 -0
  262. package/.docs/models/providers/cloudferro-sherlock.md +2 -0
  263. package/.docs/models/providers/cloudflare-ai-gateway.md +2 -0
  264. package/.docs/models/providers/cloudflare-workers-ai.md +2 -0
  265. package/.docs/models/providers/cohere.md +2 -0
  266. package/.docs/models/providers/cortecs.md +2 -0
  267. package/.docs/models/providers/crof.md +2 -0
  268. package/.docs/models/providers/databricks.md +2 -0
  269. package/.docs/models/providers/deepinfra.md +2 -0
  270. package/.docs/models/providers/deepseek.md +2 -0
  271. package/.docs/models/providers/digitalocean.md +2 -0
  272. package/.docs/models/providers/dinference.md +2 -0
  273. package/.docs/models/providers/drun.md +2 -0
  274. package/.docs/models/providers/evroc.md +2 -0
  275. package/.docs/models/providers/fastrouter.md +2 -0
  276. package/.docs/models/providers/firepass.md +2 -0
  277. package/.docs/models/providers/fireworks-ai.md +2 -0
  278. package/.docs/models/providers/firmware.md +2 -0
  279. package/.docs/models/providers/freemodel.md +2 -0
  280. package/.docs/models/providers/friendli.md +2 -0
  281. package/.docs/models/providers/frogbot.md +2 -0
  282. package/.docs/models/providers/github-models.md +2 -0
  283. package/.docs/models/providers/gmicloud.md +5 -1
  284. package/.docs/models/providers/google-vertex.md +2 -0
  285. package/.docs/models/providers/google.md +2 -0
  286. package/.docs/models/providers/groq.md +2 -0
  287. package/.docs/models/providers/helicone.md +2 -0
  288. package/.docs/models/providers/hpc-ai.md +2 -0
  289. package/.docs/models/providers/huggingface.md +2 -0
  290. package/.docs/models/providers/iflowcn.md +2 -0
  291. package/.docs/models/providers/inception.md +2 -0
  292. package/.docs/models/providers/inceptron.md +2 -0
  293. package/.docs/models/providers/inference.md +2 -0
  294. package/.docs/models/providers/io-intelligence.md +2 -0
  295. package/.docs/models/providers/io-net.md +2 -0
  296. package/.docs/models/providers/jiekou.md +2 -0
  297. package/.docs/models/providers/kilo.md +2 -0
  298. package/.docs/models/providers/kimi-for-coding.md +2 -0
  299. package/.docs/models/providers/kiro.md +2 -0
  300. package/.docs/models/providers/kuae-cloud-coding-plan.md +2 -0
  301. package/.docs/models/providers/lilac.md +2 -0
  302. package/.docs/models/providers/llama.md +2 -0
  303. package/.docs/models/providers/llmgateway.md +4 -1
  304. package/.docs/models/providers/llmtr.md +2 -0
  305. package/.docs/models/providers/lmstudio.md +2 -0
  306. package/.docs/models/providers/lucidquery.md +2 -0
  307. package/.docs/models/providers/meganova.md +2 -0
  308. package/.docs/models/providers/minimax-cn-coding-plan.md +2 -0
  309. package/.docs/models/providers/minimax-cn.md +2 -0
  310. package/.docs/models/providers/minimax-coding-plan.md +2 -0
  311. package/.docs/models/providers/minimax.md +2 -0
  312. package/.docs/models/providers/mistral.md +2 -0
  313. package/.docs/models/providers/mixlayer.md +2 -0
  314. package/.docs/models/providers/moark.md +2 -0
  315. package/.docs/models/providers/modelscope.md +2 -0
  316. package/.docs/models/providers/moonshotai-cn.md +2 -0
  317. package/.docs/models/providers/moonshotai.md +2 -0
  318. package/.docs/models/providers/morph.md +2 -0
  319. package/.docs/models/providers/nano-gpt.md +2 -0
  320. package/.docs/models/providers/nearai.md +2 -0
  321. package/.docs/models/providers/nebius.md +2 -0
  322. package/.docs/models/providers/neon.md +2 -0
  323. package/.docs/models/providers/neuralwatt.md +2 -0
  324. package/.docs/models/providers/nova.md +2 -0
  325. package/.docs/models/providers/novita-ai.md +2 -0
  326. package/.docs/models/providers/nvidia.md +2 -0
  327. package/.docs/models/providers/ollama-cloud.md +2 -0
  328. package/.docs/models/providers/ollama.md +2 -0
  329. package/.docs/models/providers/openai.md +2 -0
  330. package/.docs/models/providers/opencode-go.md +2 -0
  331. package/.docs/models/providers/opencode.md +2 -0
  332. package/.docs/models/providers/orcarouter.md +2 -0
  333. package/.docs/models/providers/ovhcloud.md +2 -0
  334. package/.docs/models/providers/perplexity-agent.md +2 -0
  335. package/.docs/models/providers/perplexity.md +2 -0
  336. package/.docs/models/providers/poe.md +2 -0
  337. package/.docs/models/providers/poolside.md +2 -0
  338. package/.docs/models/providers/privatemode-ai.md +2 -0
  339. package/.docs/models/providers/qihang-ai.md +2 -0
  340. package/.docs/models/providers/qiniu-ai.md +2 -0
  341. package/.docs/models/providers/regolo-ai.md +2 -0
  342. package/.docs/models/providers/requesty.md +2 -0
  343. package/.docs/models/providers/routing-run.md +2 -0
  344. package/.docs/models/providers/sakana.md +2 -0
  345. package/.docs/models/providers/sarvam.md +2 -0
  346. package/.docs/models/providers/scaleway.md +2 -0
  347. package/.docs/models/providers/siliconflow-cn.md +2 -0
  348. package/.docs/models/providers/siliconflow.md +2 -0
  349. package/.docs/models/providers/snowflake-cortex.md +2 -0
  350. package/.docs/models/providers/stackit.md +2 -0
  351. package/.docs/models/providers/stepfun-ai.md +2 -0
  352. package/.docs/models/providers/stepfun.md +2 -0
  353. package/.docs/models/providers/subconscious.md +2 -0
  354. package/.docs/models/providers/submodel.md +2 -0
  355. package/.docs/models/providers/synthetic.md +4 -5
  356. package/.docs/models/providers/tencent-coding-plan.md +2 -0
  357. package/.docs/models/providers/tencent-token-plan.md +2 -0
  358. package/.docs/models/providers/tencent-tokenhub.md +2 -0
  359. package/.docs/models/providers/the-grid-ai.md +2 -0
  360. package/.docs/models/providers/tinfoil.md +2 -0
  361. package/.docs/models/providers/togetherai.md +2 -0
  362. package/.docs/models/providers/umans-ai-coding-plan.md +2 -0
  363. package/.docs/models/providers/umans-ai.md +2 -0
  364. package/.docs/models/providers/upstage.md +2 -0
  365. package/.docs/models/providers/venice.md +2 -0
  366. package/.docs/models/providers/vivgrid.md +2 -0
  367. package/.docs/models/providers/vultr.md +2 -0
  368. package/.docs/models/providers/wafer.ai.md +2 -0
  369. package/.docs/models/providers/wandb.md +2 -0
  370. package/.docs/models/providers/xai.md +2 -0
  371. package/.docs/models/providers/xiaomi-token-plan-ams.md +2 -0
  372. package/.docs/models/providers/xiaomi-token-plan-cn.md +2 -0
  373. package/.docs/models/providers/xiaomi-token-plan-sgp.md +2 -0
  374. package/.docs/models/providers/xiaomi.md +2 -0
  375. package/.docs/models/providers/xpersona.md +2 -0
  376. package/.docs/models/providers/zai-coding-plan.md +2 -0
  377. package/.docs/models/providers/zai.md +2 -0
  378. package/.docs/models/providers/zeldoc.md +2 -0
  379. package/.docs/models/providers/zenmux.md +2 -0
  380. package/.docs/models/providers/zhipuai-coding-plan.md +2 -0
  381. package/.docs/models/providers/zhipuai.md +2 -0
  382. package/.docs/models/providers.md +2 -0
  383. package/.docs/reference/acp/acp-agent.md +2 -0
  384. package/.docs/reference/acp/create-acp-tool.md +2 -0
  385. package/.docs/reference/agent-controller/agent-controller-class.md +2 -0
  386. package/.docs/reference/agent-controller/session.md +2 -0
  387. package/.docs/reference/agents/agent.md +32 -2
  388. package/.docs/reference/agents/channels.md +2 -0
  389. package/.docs/reference/agents/createSkill.md +2 -0
  390. package/.docs/reference/agents/durable-agent.md +2 -0
  391. package/.docs/reference/agents/generate.md +94 -92
  392. package/.docs/reference/agents/generateLegacy.md +2 -0
  393. package/.docs/reference/agents/getDefaultGenerateOptions.md +2 -0
  394. package/.docs/reference/agents/getDefaultOptions.md +2 -0
  395. package/.docs/reference/agents/getDefaultStreamOptions.md +2 -0
  396. package/.docs/reference/agents/getDescription.md +2 -0
  397. package/.docs/reference/agents/getInstructions.md +2 -0
  398. package/.docs/reference/agents/getLLM.md +2 -0
  399. package/.docs/reference/agents/getMemory.md +2 -0
  400. package/.docs/reference/agents/getMetadata.md +2 -0
  401. package/.docs/reference/agents/getModel.md +2 -0
  402. package/.docs/reference/agents/getSkill.md +2 -0
  403. package/.docs/reference/agents/getTools.md +2 -0
  404. package/.docs/reference/agents/getVoice.md +2 -0
  405. package/.docs/reference/agents/inngest-agent.md +2 -0
  406. package/.docs/reference/agents/listAgents.md +2 -0
  407. package/.docs/reference/agents/listScorers.md +2 -0
  408. package/.docs/reference/agents/listSkills.md +2 -0
  409. package/.docs/reference/agents/listSuspendedRuns.md +2 -0
  410. package/.docs/reference/agents/listTools.md +2 -0
  411. package/.docs/reference/agents/listWorkflows.md +2 -0
  412. package/.docs/reference/agents/network.md +2 -0
  413. package/.docs/reference/ai-sdk/chat-route.md +2 -0
  414. package/.docs/reference/ai-sdk/handle-chat-stream.md +2 -0
  415. package/.docs/reference/ai-sdk/handle-network-stream.md +2 -0
  416. package/.docs/reference/ai-sdk/handle-workflow-stream.md +2 -0
  417. package/.docs/reference/ai-sdk/network-route.md +2 -0
  418. package/.docs/reference/ai-sdk/to-ai-sdk-messages.md +2 -0
  419. package/.docs/reference/ai-sdk/to-ai-sdk-stream.md +2 -0
  420. package/.docs/reference/ai-sdk/to-ai-sdk-v4-messages.md +2 -0
  421. package/.docs/reference/ai-sdk/to-ai-sdk-v5-messages.md +2 -0
  422. package/.docs/reference/ai-sdk/with-mastra.md +2 -0
  423. package/.docs/reference/ai-sdk/workflow-route.md +2 -0
  424. package/.docs/reference/ai-sdk/workflow-snapshot-to-stream.md +2 -0
  425. package/.docs/reference/auth/auth0.md +2 -0
  426. package/.docs/reference/auth/better-auth.md +2 -0
  427. package/.docs/reference/auth/clerk.md +2 -0
  428. package/.docs/reference/auth/firebase.md +2 -0
  429. package/.docs/reference/auth/google.md +2 -0
  430. package/.docs/reference/auth/jwt.md +2 -0
  431. package/.docs/reference/auth/okta.md +2 -0
  432. package/.docs/reference/auth/supabase.md +2 -0
  433. package/.docs/reference/auth/workos.md +2 -0
  434. package/.docs/reference/browser/agent-browser.md +2 -0
  435. package/.docs/reference/browser/browser-viewer.md +2 -0
  436. package/.docs/reference/browser/mastra-browser.md +2 -0
  437. package/.docs/reference/browser/stagehand-browser.md +2 -0
  438. package/.docs/reference/channels/channel-provider.md +2 -0
  439. package/.docs/reference/channels/slack-provider.md +2 -0
  440. package/.docs/reference/cli/create-mastra.md +2 -0
  441. package/.docs/reference/cli/mastra.md +2 -0
  442. package/.docs/reference/client-js/agent-builder.md +2 -0
  443. package/.docs/reference/client-js/agents.md +2 -0
  444. package/.docs/reference/client-js/conversations.md +2 -0
  445. package/.docs/reference/client-js/error-handling.md +2 -0
  446. package/.docs/reference/client-js/logs.md +2 -0
  447. package/.docs/reference/client-js/mastra-client.md +2 -0
  448. package/.docs/reference/client-js/memory.md +2 -0
  449. package/.docs/reference/client-js/observability.md +2 -0
  450. package/.docs/reference/client-js/responses.md +2 -0
  451. package/.docs/reference/client-js/telemetry.md +2 -0
  452. package/.docs/reference/client-js/tools.md +2 -0
  453. package/.docs/reference/client-js/vectors.md +2 -0
  454. package/.docs/reference/client-js/workflows.md +2 -0
  455. package/.docs/reference/coding-agent/build-base-prompt.md +2 -0
  456. package/.docs/reference/coding-agent/create-coding-agent.md +2 -0
  457. package/.docs/reference/configuration.md +2 -0
  458. package/.docs/reference/core/addGateway.md +2 -0
  459. package/.docs/reference/core/getAgent.md +2 -0
  460. package/.docs/reference/core/getAgentById.md +39 -4
  461. package/.docs/reference/core/getDeployer.md +2 -0
  462. package/.docs/reference/core/getEditor.md +2 -0
  463. package/.docs/reference/core/getGateway.md +2 -0
  464. package/.docs/reference/core/getGatewayById.md +2 -0
  465. package/.docs/reference/core/getLogger.md +2 -0
  466. package/.docs/reference/core/getMCPServer.md +2 -0
  467. package/.docs/reference/core/getMCPServerById.md +2 -0
  468. package/.docs/reference/core/getMemory.md +2 -0
  469. package/.docs/reference/core/getScorer.md +2 -0
  470. package/.docs/reference/core/getScorerById.md +2 -0
  471. package/.docs/reference/core/getServer.md +2 -0
  472. package/.docs/reference/core/getStorage.md +2 -0
  473. package/.docs/reference/core/getTelemetry.md +2 -0
  474. package/.docs/reference/core/getVector.md +2 -0
  475. package/.docs/reference/core/getWorkflow.md +2 -0
  476. package/.docs/reference/core/listAgents.md +2 -0
  477. package/.docs/reference/core/listGateways.md +2 -0
  478. package/.docs/reference/core/listLogs.md +2 -0
  479. package/.docs/reference/core/listLogsByRunId.md +2 -0
  480. package/.docs/reference/core/listMCPServers.md +2 -0
  481. package/.docs/reference/core/listMemory.md +2 -0
  482. package/.docs/reference/core/listScorers.md +2 -0
  483. package/.docs/reference/core/listVectors.md +2 -0
  484. package/.docs/reference/core/listWorkflows.md +2 -0
  485. package/.docs/reference/core/mastra-class.md +2 -0
  486. package/.docs/reference/core/mastra-model-gateway.md +2 -0
  487. package/.docs/reference/core/removeWorkspace.md +2 -0
  488. package/.docs/reference/core/setLogger.md +2 -0
  489. package/.docs/reference/core/setStorage.md +2 -0
  490. package/.docs/reference/datasets/addItem.md +2 -0
  491. package/.docs/reference/datasets/addItems.md +2 -0
  492. package/.docs/reference/datasets/compareExperiments.md +2 -0
  493. package/.docs/reference/datasets/create.md +2 -0
  494. package/.docs/reference/datasets/dataset.md +2 -0
  495. package/.docs/reference/datasets/datasets-manager.md +2 -0
  496. package/.docs/reference/datasets/delete.md +2 -0
  497. package/.docs/reference/datasets/deleteExperiment.md +2 -0
  498. package/.docs/reference/datasets/deleteItem.md +2 -0
  499. package/.docs/reference/datasets/deleteItems.md +2 -0
  500. package/.docs/reference/datasets/get.md +2 -0
  501. package/.docs/reference/datasets/getDetails.md +2 -0
  502. package/.docs/reference/datasets/getExperiment.md +2 -0
  503. package/.docs/reference/datasets/getItem.md +2 -0
  504. package/.docs/reference/datasets/getItemHistory.md +2 -0
  505. package/.docs/reference/datasets/list.md +2 -0
  506. package/.docs/reference/datasets/listExperimentResults.md +21 -1
  507. package/.docs/reference/datasets/listExperiments.md +22 -1
  508. package/.docs/reference/datasets/listItems.md +2 -0
  509. package/.docs/reference/datasets/listVersions.md +2 -0
  510. package/.docs/reference/datasets/startExperiment.md +2 -0
  511. package/.docs/reference/datasets/startExperimentAsync.md +2 -0
  512. package/.docs/reference/datasets/update.md +2 -0
  513. package/.docs/reference/datasets/updateItem.md +2 -0
  514. package/.docs/reference/deployer/cloudflare.md +2 -0
  515. package/.docs/reference/deployer/netlify.md +2 -0
  516. package/.docs/reference/deployer/vercel.md +2 -0
  517. package/.docs/reference/deployer.md +2 -0
  518. package/.docs/reference/editor/agent-builder/agent-builder-options.md +2 -0
  519. package/.docs/reference/editor/agent-builder/builder-agent-defaults.md +2 -0
  520. package/.docs/reference/editor/agent-builder/builder-models.md +2 -0
  521. package/.docs/reference/editor/blob-store-provider.md +2 -0
  522. package/.docs/reference/editor/browser-provider.md +2 -0
  523. package/.docs/reference/editor/filesystem-provider.md +2 -0
  524. package/.docs/reference/editor/mastra-editor.md +2 -0
  525. package/.docs/reference/editor/processor-provider.md +2 -0
  526. package/.docs/reference/editor/sandbox-provider.md +2 -0
  527. package/.docs/reference/editor/storage-browser-ref.md +2 -0
  528. package/.docs/reference/editor/storage-workspace-ref.md +2 -0
  529. package/.docs/reference/editor/tool-provider.md +2 -0
  530. package/.docs/reference/evals/answer-relevancy.md +2 -0
  531. package/.docs/reference/evals/answer-similarity.md +2 -0
  532. package/.docs/reference/evals/bias.md +2 -0
  533. package/.docs/reference/evals/checks.md +2 -0
  534. package/.docs/reference/evals/completeness.md +2 -0
  535. package/.docs/reference/evals/content-similarity.md +2 -0
  536. package/.docs/reference/evals/context-precision.md +2 -0
  537. package/.docs/reference/evals/context-relevance.md +2 -0
  538. package/.docs/reference/evals/create-scorer.md +2 -0
  539. package/.docs/reference/evals/faithfulness.md +2 -0
  540. package/.docs/reference/evals/filter-run.md +2 -0
  541. package/.docs/reference/evals/hallucination.md +2 -0
  542. package/.docs/reference/evals/keyword-coverage.md +2 -0
  543. package/.docs/reference/evals/mastra-scorer.md +2 -0
  544. package/.docs/reference/evals/noise-sensitivity.md +2 -0
  545. package/.docs/reference/evals/prompt-alignment.md +2 -0
  546. package/.docs/reference/evals/rubric.md +2 -0
  547. package/.docs/reference/evals/run-evals.md +2 -0
  548. package/.docs/reference/evals/scorer-utils.md +2 -0
  549. package/.docs/reference/evals/textual-difference.md +2 -0
  550. package/.docs/reference/evals/tone-consistency.md +2 -0
  551. package/.docs/reference/evals/tool-call-accuracy.md +2 -0
  552. package/.docs/reference/evals/toxicity.md +2 -0
  553. package/.docs/reference/evals/trajectory-accuracy.md +2 -0
  554. package/.docs/reference/index.md +3 -0
  555. package/.docs/reference/logging/pino-logger.md +2 -0
  556. package/.docs/reference/mastra-platform/api.md +2 -0
  557. package/.docs/reference/memory/clone-utilities.md +2 -0
  558. package/.docs/reference/memory/cloneThread.md +2 -0
  559. package/.docs/reference/memory/createThread.md +2 -0
  560. package/.docs/reference/memory/deleteMessages.md +2 -0
  561. package/.docs/reference/memory/getThreadById.md +2 -0
  562. package/.docs/reference/memory/listThreads.md +2 -0
  563. package/.docs/reference/memory/memory-class.md +2 -0
  564. package/.docs/reference/memory/observational-memory.md +2 -0
  565. package/.docs/reference/memory/recall.md +2 -0
  566. package/.docs/reference/memory/serialized-memory-config.md +2 -0
  567. package/.docs/reference/observability/metrics/automatic-metrics.md +2 -0
  568. package/.docs/reference/observability/tracing/bridges/datadog.md +2 -0
  569. package/.docs/reference/observability/tracing/bridges/otel.md +2 -0
  570. package/.docs/reference/observability/tracing/configuration.md +2 -0
  571. package/.docs/reference/observability/tracing/exporters/arize.md +2 -0
  572. package/.docs/reference/observability/tracing/exporters/arthur.md +2 -0
  573. package/.docs/reference/observability/tracing/exporters/braintrust.md +2 -0
  574. package/.docs/reference/observability/tracing/exporters/cloud-exporter.md +2 -0
  575. package/.docs/reference/observability/tracing/exporters/console-exporter.md +2 -0
  576. package/.docs/reference/observability/tracing/exporters/datadog.md +2 -0
  577. package/.docs/reference/observability/tracing/exporters/default-exporter.md +2 -0
  578. package/.docs/reference/observability/tracing/exporters/laminar.md +2 -0
  579. package/.docs/reference/observability/tracing/exporters/langfuse.md +2 -0
  580. package/.docs/reference/observability/tracing/exporters/langsmith.md +2 -0
  581. package/.docs/reference/observability/tracing/exporters/mastra-platform-exporter.md +2 -0
  582. package/.docs/reference/observability/tracing/exporters/mastra-storage-exporter.md +2 -0
  583. package/.docs/reference/observability/tracing/exporters/otel.md +2 -0
  584. package/.docs/reference/observability/tracing/exporters/posthog.md +2 -0
  585. package/.docs/reference/observability/tracing/exporters/sentry.md +2 -0
  586. package/.docs/reference/observability/tracing/instances.md +2 -0
  587. package/.docs/reference/observability/tracing/interfaces.md +2 -0
  588. package/.docs/reference/observability/tracing/processors/sensitive-data-filter.md +2 -0
  589. package/.docs/reference/observability/tracing/span-filtering.md +2 -0
  590. package/.docs/reference/observability/tracing/spans.md +2 -0
  591. package/.docs/reference/processors/batch-parts-processor.md +2 -0
  592. package/.docs/reference/processors/cost-guard-processor.md +2 -0
  593. package/.docs/reference/processors/language-detector.md +2 -0
  594. package/.docs/reference/processors/message-history-processor.md +2 -0
  595. package/.docs/reference/processors/moderation-processor.md +2 -0
  596. package/.docs/reference/processors/pii-detector.md +2 -0
  597. package/.docs/reference/processors/prefill-error-handler.md +2 -0
  598. package/.docs/reference/processors/processor-interface.md +2 -0
  599. package/.docs/reference/processors/prompt-injection-detector.md +2 -0
  600. package/.docs/reference/processors/provider-history-compat.md +2 -0
  601. package/.docs/reference/processors/regex-filter-processor.md +2 -0
  602. package/.docs/reference/processors/response-cache.md +2 -0
  603. package/.docs/reference/processors/semantic-recall-processor.md +2 -0
  604. package/.docs/reference/processors/skill-search-processor.md +2 -0
  605. package/.docs/reference/processors/stream-error-retry-processor.md +2 -0
  606. package/.docs/reference/processors/system-prompt-scrubber.md +2 -0
  607. package/.docs/reference/processors/token-limiter-processor.md +2 -0
  608. package/.docs/reference/processors/tool-call-filter.md +2 -0
  609. package/.docs/reference/processors/tool-search-processor.md +2 -0
  610. package/.docs/reference/processors/unicode-normalizer.md +2 -0
  611. package/.docs/reference/processors/working-memory-processor.md +2 -0
  612. package/.docs/reference/pubsub/base.md +2 -0
  613. package/.docs/reference/pubsub/caching-pubsub.md +2 -0
  614. package/.docs/reference/pubsub/event-emitter.md +2 -0
  615. package/.docs/reference/pubsub/google-cloud-pubsub.md +2 -0
  616. package/.docs/reference/pubsub/lease-provider.md +2 -0
  617. package/.docs/reference/pubsub/redis-streams.md +2 -0
  618. package/.docs/reference/pubsub/unix-socket-pubsub.md +2 -0
  619. package/.docs/reference/rag/chunk.md +2 -0
  620. package/.docs/reference/rag/database-config.md +2 -0
  621. package/.docs/reference/rag/document.md +2 -0
  622. package/.docs/reference/rag/embeddings.md +2 -0
  623. package/.docs/reference/rag/extract-params.md +2 -0
  624. package/.docs/reference/rag/graph-rag.md +2 -0
  625. package/.docs/reference/rag/metadata-filters.md +2 -0
  626. package/.docs/reference/rag/rerank.md +2 -0
  627. package/.docs/reference/rag/rerankWithScorer.md +2 -0
  628. package/.docs/reference/server/create-route.md +2 -0
  629. package/.docs/reference/server/express-adapter.md +2 -0
  630. package/.docs/reference/server/fastify-adapter.md +2 -0
  631. package/.docs/reference/server/hono-adapter.md +2 -0
  632. package/.docs/reference/server/koa-adapter.md +2 -0
  633. package/.docs/reference/server/mastra-server.md +2 -0
  634. package/.docs/reference/server/nestjs-adapter.md +2 -0
  635. package/.docs/reference/server/register-api-route.md +2 -0
  636. package/.docs/reference/server/routes.md +2 -0
  637. package/.docs/reference/signals/create-notification-inbox-tool.md +2 -0
  638. package/.docs/reference/signals/signal-provider.md +2 -0
  639. package/.docs/reference/signals/task-signal-provider.md +2 -0
  640. package/.docs/reference/signals/webhook-signal-provider.md +2 -0
  641. package/.docs/reference/storage/clickhouse.md +2 -0
  642. package/.docs/reference/storage/cloudflare-d1.md +2 -0
  643. package/.docs/reference/storage/cloudflare.md +2 -0
  644. package/.docs/reference/storage/composite.md +2 -0
  645. package/.docs/reference/storage/convex.md +2 -0
  646. package/.docs/reference/storage/dsql.md +2 -0
  647. package/.docs/reference/storage/duckdb.md +2 -0
  648. package/.docs/reference/storage/dynamodb.md +2 -0
  649. package/.docs/reference/storage/lance.md +2 -0
  650. package/.docs/reference/storage/libsql.md +2 -0
  651. package/.docs/reference/storage/mongodb.md +2 -0
  652. package/.docs/reference/storage/mssql.md +2 -0
  653. package/.docs/reference/storage/overview.md +2 -0
  654. package/.docs/reference/storage/postgresql.md +2 -0
  655. package/.docs/reference/storage/redis.md +2 -0
  656. package/.docs/reference/storage/retention.md +180 -0
  657. package/.docs/reference/storage/spanner.md +2 -0
  658. package/.docs/reference/storage/upstash.md +2 -0
  659. package/.docs/reference/streaming/ChunkType.md +2 -0
  660. package/.docs/reference/streaming/agents/MastraModelOutput.md +2 -0
  661. package/.docs/reference/streaming/agents/stream.md +2 -0
  662. package/.docs/reference/streaming/agents/streamLegacy.md +2 -0
  663. package/.docs/reference/streaming/agents/streamUntilIdle.md +2 -0
  664. package/.docs/reference/streaming/workflows/observeStream.md +2 -0
  665. package/.docs/reference/streaming/workflows/resumeStream.md +2 -0
  666. package/.docs/reference/streaming/workflows/stream.md +2 -0
  667. package/.docs/reference/streaming/workflows/timeTravelStream.md +2 -0
  668. package/.docs/reference/templates/overview.md +2 -0
  669. package/.docs/reference/tools/brightdata.md +2 -0
  670. package/.docs/reference/tools/create-code-mode.md +2 -0
  671. package/.docs/reference/tools/create-tool.md +116 -75
  672. package/.docs/reference/tools/document-chunker-tool.md +2 -0
  673. package/.docs/reference/tools/graph-rag-tool.md +2 -0
  674. package/.docs/reference/tools/mcp-client.md +2 -0
  675. package/.docs/reference/tools/mcp-server.md +2 -0
  676. package/.docs/reference/tools/perplexity.md +2 -0
  677. package/.docs/reference/tools/tavily.md +2 -0
  678. package/.docs/reference/tools/vector-query-tool.md +2 -0
  679. package/.docs/reference/vectors/astra.md +2 -0
  680. package/.docs/reference/vectors/chroma.md +2 -0
  681. package/.docs/reference/vectors/convex.md +2 -0
  682. package/.docs/reference/vectors/couchbase.md +2 -0
  683. package/.docs/reference/vectors/duckdb.md +2 -0
  684. package/.docs/reference/vectors/elasticsearch.md +2 -0
  685. package/.docs/reference/vectors/lance.md +2 -0
  686. package/.docs/reference/vectors/libsql.md +2 -0
  687. package/.docs/reference/vectors/mongodb.md +2 -0
  688. package/.docs/reference/vectors/opensearch.md +2 -0
  689. package/.docs/reference/vectors/pg.md +2 -0
  690. package/.docs/reference/vectors/pinecone.md +2 -0
  691. package/.docs/reference/vectors/qdrant.md +2 -0
  692. package/.docs/reference/vectors/s3vectors.md +2 -0
  693. package/.docs/reference/vectors/turbopuffer.md +2 -0
  694. package/.docs/reference/vectors/upstash.md +2 -0
  695. package/.docs/reference/vectors/vectorize.md +2 -0
  696. package/.docs/reference/voice/aws-nova-sonic.md +2 -0
  697. package/.docs/reference/voice/azure.md +2 -0
  698. package/.docs/reference/voice/cloudflare.md +2 -0
  699. package/.docs/reference/voice/composite-voice.md +2 -0
  700. package/.docs/reference/voice/deepgram.md +2 -0
  701. package/.docs/reference/voice/elevenlabs.md +2 -0
  702. package/.docs/reference/voice/google-gemini-live.md +2 -0
  703. package/.docs/reference/voice/google.md +2 -0
  704. package/.docs/reference/voice/inworld-realtime.md +2 -0
  705. package/.docs/reference/voice/inworld.md +2 -0
  706. package/.docs/reference/voice/mastra-voice.md +2 -0
  707. package/.docs/reference/voice/murf.md +2 -0
  708. package/.docs/reference/voice/openai-realtime.md +2 -0
  709. package/.docs/reference/voice/openai.md +2 -0
  710. package/.docs/reference/voice/playai.md +2 -0
  711. package/.docs/reference/voice/sarvam.md +2 -0
  712. package/.docs/reference/voice/speechify.md +2 -0
  713. package/.docs/reference/voice/voice.addInstructions.md +2 -0
  714. package/.docs/reference/voice/voice.addTools.md +2 -0
  715. package/.docs/reference/voice/voice.answer.md +2 -0
  716. package/.docs/reference/voice/voice.close.md +2 -0
  717. package/.docs/reference/voice/voice.connect.md +2 -0
  718. package/.docs/reference/voice/voice.events.md +2 -0
  719. package/.docs/reference/voice/voice.getSpeakers.md +2 -0
  720. package/.docs/reference/voice/voice.listen.md +2 -0
  721. package/.docs/reference/voice/voice.off.md +2 -0
  722. package/.docs/reference/voice/voice.on.md +2 -0
  723. package/.docs/reference/voice/voice.send.md +2 -0
  724. package/.docs/reference/voice/voice.speak.md +2 -0
  725. package/.docs/reference/voice/voice.updateConfig.md +2 -0
  726. package/.docs/reference/voice/xai-realtime.md +2 -0
  727. package/.docs/reference/workflows/run-methods/cancel.md +2 -0
  728. package/.docs/reference/workflows/run-methods/restart.md +2 -0
  729. package/.docs/reference/workflows/run-methods/resume.md +2 -0
  730. package/.docs/reference/workflows/run-methods/start.md +2 -0
  731. package/.docs/reference/workflows/run-methods/startAsync.md +2 -0
  732. package/.docs/reference/workflows/run-methods/timeTravel.md +2 -0
  733. package/.docs/reference/workflows/run.md +2 -0
  734. package/.docs/reference/workflows/step.md +2 -0
  735. package/.docs/reference/workflows/workflow-methods/branch.md +2 -0
  736. package/.docs/reference/workflows/workflow-methods/commit.md +2 -0
  737. package/.docs/reference/workflows/workflow-methods/create-run.md +2 -0
  738. package/.docs/reference/workflows/workflow-methods/dountil.md +2 -0
  739. package/.docs/reference/workflows/workflow-methods/dowhile.md +2 -0
  740. package/.docs/reference/workflows/workflow-methods/foreach.md +2 -0
  741. package/.docs/reference/workflows/workflow-methods/map.md +2 -0
  742. package/.docs/reference/workflows/workflow-methods/parallel.md +2 -0
  743. package/.docs/reference/workflows/workflow-methods/sleep.md +2 -0
  744. package/.docs/reference/workflows/workflow-methods/sleepUntil.md +2 -0
  745. package/.docs/reference/workflows/workflow-methods/then.md +2 -0
  746. package/.docs/reference/workflows/workflow-state-reader.md +2 -0
  747. package/.docs/reference/workflows/workflow.md +2 -0
  748. package/.docs/reference/workspace/agentcore-runtime-sandbox.md +2 -0
  749. package/.docs/reference/workspace/agentfs-filesystem.md +2 -0
  750. package/.docs/reference/workspace/apple-container-sandbox.md +2 -0
  751. package/.docs/reference/workspace/archil-filesystem.md +2 -0
  752. package/.docs/reference/workspace/azure-blob-filesystem.md +2 -0
  753. package/.docs/reference/workspace/blaxel-sandbox.md +2 -0
  754. package/.docs/reference/workspace/daytona-sandbox.md +2 -0
  755. package/.docs/reference/workspace/docker-sandbox.md +2 -0
  756. package/.docs/reference/workspace/e2b-sandbox.md +2 -0
  757. package/.docs/reference/workspace/files-sdk-filesystem.md +2 -0
  758. package/.docs/reference/workspace/filesystem.md +2 -0
  759. package/.docs/reference/workspace/gcs-filesystem.md +2 -0
  760. package/.docs/reference/workspace/google-drive-filesystem.md +2 -0
  761. package/.docs/reference/workspace/local-filesystem.md +2 -0
  762. package/.docs/reference/workspace/local-sandbox.md +2 -0
  763. package/.docs/reference/workspace/mesa-filesystem.md +2 -0
  764. package/.docs/reference/workspace/modal-sandbox.md +2 -0
  765. package/.docs/reference/workspace/process-manager.md +2 -0
  766. package/.docs/reference/workspace/railway-sandbox.md +2 -0
  767. package/.docs/reference/workspace/s3-filesystem.md +2 -0
  768. package/.docs/reference/workspace/sandbox.md +2 -0
  769. package/.docs/reference/workspace/vercel-microvm-sandbox.md +2 -0
  770. package/.docs/reference/workspace/vercel.md +2 -0
  771. package/.docs/reference/workspace/workspace-class.md +2 -0
  772. package/CHANGELOG.md +15 -0
  773. package/package.json +4 -4
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # libSQL vector store
2
4
 
3
5
  The libSQL storage implementation provides a SQLite-compatible vector search [libSQL](https://github.com/tursodatabase/libsql), a fork of SQLite with vector extensions, and [Turso](https://turso.tech/) with vector extensions, offering a lightweight and efficient vector database solution. It's part of the `@mastra/libsql` package and offers efficient vector similarity search with metadata filtering.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # MongoDB vector store
2
4
 
3
5
  The `MongoDBVector` class provides vector search using [MongoDB Atlas Vector Search](https://www.mongodb.com/docs/atlas/atlas-vector-search/). It enables efficient similarity search and metadata filtering within your MongoDB collections.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # OpenSearch vector store
2
4
 
3
5
  The OpenSearchVector class provides vector search using [OpenSearch](https://opensearch.org/), an open-source search and analytics engine. It uses OpenSearch's k-NN capabilities to perform vector similarity search.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # PG vector store
2
4
 
3
5
  The PgVector class provides vector search using [PostgreSQL](https://www.postgresql.org/) with [pgvector](https://github.com/pgvector/pgvector) extension. It provides robust vector similarity search capabilities within your existing PostgreSQL database.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # Pinecone vector store
2
4
 
3
5
  The PineconeVector class provides an interface to [Pinecone](https://www.pinecone.io/)'s vector database. It provides real-time vector search, with features like hybrid search, metadata filtering, and namespace management.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # Qdrant vector store
2
4
 
3
5
  The QdrantVector class provides vector search using [Qdrant](https://qdrant.tech/), a vector similarity search engine. It provides a production-ready service with a convenient API to store, search, and manage vectors with additional payload and extended filtering support.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # Amazon S3 vectors store
2
4
 
3
5
  The `S3Vectors` class provides vector search using [Amazon S3 Vectors (Preview)](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-vectors.html). It stores vectors in **vector buckets** and performs similarity search in **vector indexes**, with JSON-based metadata filters.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # Turbopuffer vector store
2
4
 
3
5
  The TurbopufferVector class provides vector search using [Turbopuffer](https://turbopuffer.com/), a high-performance vector database optimized for RAG applications. Turbopuffer offers fast vector similarity search with advanced filtering capabilities and efficient storage management.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # Upstash vector store
2
4
 
3
5
  The UpstashVector class provides vector search using [Upstash Vector](https://upstash.com/vector), a serverless vector database service that provides vector similarity search with metadata filtering capabilities and hybrid search support.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # Cloudflare vector store
2
4
 
3
5
  The CloudflareVector class provides vector search using [Cloudflare Vectorize](https://developers.cloudflare.com/vectorize/), a vector database service integrated with Cloudflare's edge network.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # AWS Nova Sonic voice
2
4
 
3
5
  The `NovaSonicVoice` class provides real-time speech-to-speech capabilities backed by [AWS Bedrock Nova 2 Sonic](https://docs.aws.amazon.com/nova/latest/userguide/speech.html). It opens a bidirectional stream to the model and emits events for assistant audio, transcribed text, tool calls, turn boundaries, and interruptions.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # Azure
2
4
 
3
5
  The AzureVoice class in Mastra provides text-to-speech and speech-to-text capabilities using Microsoft Azure Cognitive Services.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # Cloudflare
2
4
 
3
5
  The CloudflareVoice class in Mastra provides text-to-speech capabilities using Cloudflare Workers AI. This provider specializes in efficient, low-latency speech synthesis suitable for edge computing environments.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # CompositeVoice
2
4
 
3
5
  The CompositeVoice class allows you to combine different voice providers for text-to-speech and speech-to-text operations. This is particularly useful when you want to use the best provider for each operation - for example, using OpenAI for speech-to-text and PlayAI for text-to-speech.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # Deepgram
2
4
 
3
5
  The Deepgram voice implementation in Mastra provides text-to-speech (TTS) and speech-to-text (STT) capabilities using Deepgram's API. It supports multiple voice models and languages, with configurable options for both speech synthesis and transcription.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # ElevenLabs
2
4
 
3
5
  The ElevenLabs voice implementation in Mastra provides high-quality text-to-speech (TTS) and speech-to-text (STT) capabilities using the ElevenLabs API.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # Google Gemini Live voice
2
4
 
3
5
  The GeminiLiveVoice class provides real-time voice interaction capabilities using Google's Gemini Live API. It supports bidirectional audio streaming, tool calling, session management, and both standard Google API and Vertex AI authentication methods.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # Google
2
4
 
3
5
  The Google Voice implementation in Mastra provides both text-to-speech (TTS) and speech-to-text (STT) capabilities using Google Cloud services. It supports multiple voices, languages, advanced audio configuration options, and both standard API key authentication and Vertex AI mode for enterprise deployments.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # Inworld Realtime voice
2
4
 
3
5
  The `InworldRealtimeVoice` class provides real-time, full-duplex voice interaction using [Inworld AI's Realtime API](https://docs.inworld.ai/realtime/quickstart-websocket) over WebSockets. It supports speech-to-speech, tool calling, and Inworld-specific session knobs such as semantic voice activity detection, MCP tool routing, and playback speed.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # Inworld
2
4
 
3
5
  The Inworld voice implementation in Mastra provides streaming text-to-speech (TTS) and batch speech-to-text (STT) capabilities using Inworld AI's API. It supports multiple TTS and STT models, configurable audio encodings, and progressive audio streaming.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # MastraVoice
2
4
 
3
5
  The MastraVoice class is an abstract base class that defines the core interface for voice services in Mastra. All voice provider implementations (like OpenAI, Deepgram, PlayAI, Speechify) extend this class to provide their specific functionality. The class now includes support for real-time speech-to-speech capabilities through WebSocket connections.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # Murf
2
4
 
3
5
  The Murf voice implementation in Mastra provides text-to-speech (TTS) capabilities using Murf's AI voice service. It supports multiple voices across different languages.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # OpenAI Realtime voice
2
4
 
3
5
  The OpenAIRealtimeVoice class provides real-time voice interaction capabilities using OpenAI's WebSocket-based API. It supports real time speech to speech, voice activity detection, and event-based audio streaming.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # OpenAI
2
4
 
3
5
  The OpenAIVoice class in Mastra provides text-to-speech and speech-to-text capabilities using OpenAI's models.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # PlayAI
2
4
 
3
5
  The PlayAI voice implementation in Mastra provides text-to-speech capabilities using PlayAI's API.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # Sarvam
2
4
 
3
5
  The SarvamVoice class in Mastra provides text-to-speech and speech-to-text capabilities using Sarvam AI models.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # Speechify
2
4
 
3
5
  The Speechify voice implementation in Mastra provides text-to-speech capabilities using Speechify's API.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # voice.addInstructions()
2
4
 
3
5
  The `addInstructions()` method equips a voice provider with instructions that guide the model's behavior during real-time interactions. This is particularly useful for real-time voice providers that maintain context across a conversation.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # voice.addTools()
2
4
 
3
5
  The `addTools()` method equips a voice provider with tools (functions) that can be called by the model during real-time interactions. This enables voice assistants to perform actions like searching for information, making calculations, or interacting with external systems.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # voice.answer()
2
4
 
3
5
  The `answer()` method is used in real-time voice providers to trigger the AI to generate a response. This method is particularly useful in speech-to-speech conversations where you need to explicitly signal the AI to respond after receiving user input.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # voice.close()
2
4
 
3
5
  The `close()` method disconnects from a real-time voice service and cleans up resources. This is important for properly ending voice sessions and preventing resource leaks.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # voice.connect()
2
4
 
3
5
  The `connect()` method establishes a WebSocket or WebRTC connection for real-time speech-to-speech communication. This method must be called before using other real-time features like `send()` or `answer()`.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # Voice events
2
4
 
3
5
  Voice providers emit various events during real-time voice interactions. These events can be listened to using the [voice.on()](https://mastra.ai/reference/voice/voice.on) method and are particularly important for building interactive voice applications.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # voice.getSpeakers()
2
4
 
3
5
  The `getSpeakers()` method retrieves a list of available voice options (speakers) from the voice provider. This allows applications to present users with voice choices or programmatically select the most appropriate voice for different contexts.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # voice.listen()
2
4
 
3
5
  The `listen()` method is a core function available in all Mastra voice providers that converts speech to text. It takes an audio stream as input and returns the transcribed text.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # voice.off()
2
4
 
3
5
  The `off()` method removes event listeners previously registered with the `on()` method. This is particularly useful for cleaning up resources and preventing memory leaks in long-running applications with real-time voice capabilities.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # voice.on()
2
4
 
3
5
  The `on()` method registers event listeners for various voice events. This is particularly important for real-time voice providers, where events are used to communicate transcribed text, audio responses, and other state changes.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # voice.send()
2
4
 
3
5
  The `send()` method streams audio data in real-time to voice providers for continuous processing. This method is essential for real-time speech-to-speech conversations, allowing you to send microphone input directly to the AI service.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # voice.speak()
2
4
 
3
5
  The `speak()` method is a core function available in all Mastra voice providers that converts text to speech. It takes text input and returns an audio stream that can be played or saved.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # voice.updateConfig()
2
4
 
3
5
  The `updateConfig()` method allows you to update the configuration of a voice provider at runtime. This is useful for changing voice settings, API keys, or other provider-specific options without creating a new instance.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # xAI Realtime voice
2
4
 
3
5
  The `XAIRealtimeVoice` class provides realtime voice interaction capabilities using the xAI Grok Voice Agent API. It implements Mastra's `MastraVoice` realtime contract and supports bidirectional audio streaming, text turns, server VAD, xAI voices, function tools, and xAI server-side tools.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # Run.cancel()
2
4
 
3
5
  The `.cancel()` method cancels a workflow run, stopping execution and cleaning up resources.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # Run.restart()
2
4
 
3
5
  The `.restart()` method restarts an active workflow run that lost connection to the server, allowing you to continue execution from the moment it lost connection (the last active step).
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # Run.resume()
2
4
 
3
5
  The `.resume()` method resumes a suspended workflow run with new data, allowing you to continue execution from a specific step.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # Run.start()
2
4
 
3
5
  The `.start()` method starts a workflow run with input data, allowing you to execute the workflow from the beginning.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # Run.startAsync()
2
4
 
3
5
  The `.startAsync()` method starts a workflow run without waiting for completion. It returns immediately with the `runId`, allowing the workflow to execute in the background. This is useful for long-running workflows, scheduled tasks, or when you want to avoid blocking on workflow completion.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # Run.timeTravel()
2
4
 
3
5
  The `.timeTravel()` method re-executes a workflow starting from any specific step, using either stored snapshot data or custom context you provide. This is useful for debugging failed workflows, testing individual steps with different inputs, or recovering from errors without re-running the entire workflow.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # Run class
2
4
 
3
5
  The `Run` class represents a workflow execution instance, providing methods to start, resume, stream, and monitor workflow execution.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # Step class
2
4
 
3
5
  The Step class defines individual units of work within a workflow, encapsulating execution logic, data validation, and input/output handling. It can take either a tool or an agent as a parameter to automatically create a step from them.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # Workflow\.branch()
2
4
 
3
5
  The `.branch()` method creates conditional branches between workflow steps, allowing for different paths to be taken based on the result of a previous step.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # Workflow\.commit()
2
4
 
3
5
  The `.commit()` method finalizes the workflow and returns the final result.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # Workflow\.createRun()
2
4
 
3
5
  The `.createRun()` method creates a new workflow run instance, allowing you to execute the workflow with specific input data. This is the current API that returns a `Run` instance.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # Workflow\.dountil()
2
4
 
3
5
  The `.dountil()` method executes a step until a condition is met. It always runs the step at least once before evaluating the condition. The first time the condition is evaluated, `iterationCount` is `1`.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # Workflow\.dowhile()
2
4
 
3
5
  The `.dowhile()` method executes a step while a condition is met. It always runs the step at least once before evaluating the condition. The first time the condition is evaluated, `iterationCount` is `1`.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # Workflow\.foreach()
2
4
 
3
5
  The `.foreach()` method creates a loop that executes a step for each item in an array. It always returns an array containing the output from each iteration, preserving the original order.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # Workflow\.map()
2
4
 
3
5
  The `.map()` method maps output data from a previous step to the input of a subsequent step, allowing you to transform data between steps.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # Workflow\.parallel()
2
4
 
3
5
  The `.parallel()` method executes multiple steps in parallel.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # Workflow\.sleep()
2
4
 
3
5
  The `.sleep()` method pauses execution for a specified number of milliseconds. It accepts either a static number or a callback function for dynamic delays.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # Workflow\.sleepUntil()
2
4
 
3
5
  The `.sleepUntil()` method pauses execution until a specified date.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # Workflow\.then()
2
4
 
3
5
  The `.then()` method creates a sequential dependency between workflow steps, ensuring steps execute in a specific order.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # Workflow state reader
2
4
 
3
5
  Workflow state reader helpers inspect the public `WorkflowState` returned by `workflow.getWorkflowRunById()`. Use them to recover suspended runs, inspect resume labels, and read step payloads or outputs without parsing raw workflow snapshots.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # Workflow class
2
4
 
3
5
  The `Workflow` class enables you to create state machines for complex sequences of operations with conditional branching and data validation.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # AgentCoreRuntimeSandbox
2
4
 
3
5
  Executes shell commands in an [AWS Bedrock AgentCore Runtime](https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/runtime-execute-command.html) session by using `InvokeAgentRuntimeCommand`.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # AgentFSFilesystem
2
4
 
3
5
  Stores files in a Turso/SQLite database via the [AgentFS](https://github.com/nichochar/agentfs) SDK. Files are persisted across sessions in a local SQLite database, giving agents durable storage without external cloud services.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # AppleContainerSandbox
2
4
 
3
5
  Executes commands inside local OCI Linux containers through Apple's [`container`](https://github.com/apple/container) CLI. The provider starts a long-lived container and uses `container exec` for workspace commands.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # ArchilFilesystem
2
4
 
3
5
  Stores files on [Archil](https://docs.archil.com) elastic, serverless disks. Combines an S3-compatible object API for fast reads/writes with `exec()` for POSIX shell operations and `grep()` for parallel server-side search.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # AzureBlobFilesystem
2
4
 
3
5
  Stores files in Azure Blob Storage containers.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # BlaxelSandbox
2
4
 
3
5
  Executes commands in isolated [Blaxel](https://blaxel.ai/) cloud sandboxes. Provides secure, isolated code execution environments with support for mounting cloud storage (S3, GCS) via FUSE.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # DaytonaSandbox
2
4
 
3
5
  Executes commands in isolated [Daytona](https://www.daytona.io) cloud sandboxes. Supports multiple runtimes, resource configuration, volumes, snapshots, streaming output, sandbox reconnection, filesystem mounting (S3, GCS), and network isolation.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # DockerSandbox
2
4
 
3
5
  Executes commands inside Docker containers on the local machine. Uses long-lived containers with `docker exec` for command execution. Targets local development, CI/CD, air-gapped deployments, and cost-sensitive scenarios where cloud sandboxes are unnecessary.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # E2BSandbox
2
4
 
3
5
  Executes commands in isolated [E2B](https://e2b.dev) cloud sandboxes. Provides secure, ephemeral environments with support for mounting cloud storage.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # FilesSDKFilesystem
2
4
 
3
5
  Stores files in any storage backend supported by [FilesSDK](https://files-sdk.dev) — a unified abstraction over S3, Cloudflare R2, Google Cloud Storage, Azure Blob, Vercel Blob, MinIO, the local filesystem, and more.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # WorkspaceFilesystem
2
4
 
3
5
  **Added in:** `@mastra/core@1.1.0`
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # GCSFilesystem
2
4
 
3
5
  Stores files in Google Cloud Storage.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # GoogleDriveFilesystem
2
4
 
3
5
  Stores files in a single Google Drive folder. Each directory maps to a Drive folder under the configured root, and paths use POSIX semantics (for example `/notes/todo.txt`).
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # LocalFilesystem
2
4
 
3
5
  **Added in:** `@mastra/core@1.1.0`
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # LocalSandbox
2
4
 
3
5
  **Added in:** `@mastra/core@1.1.0`
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # MesaFilesystem
2
4
 
3
5
  Stores workspace files in [Mesa](https://docs.mesa.dev/content/getting-started/introduction) repos through the standard Mastra `WorkspaceFilesystem` interface.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # ModalSandbox
2
4
 
3
5
  Executes commands in isolated [Modal](https://modal.com) cloud sandboxes. Provides secure, ephemeral environments backed by Modal's infrastructure.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # SandboxProcessManager
2
4
 
3
5
  **Added in:** `@mastra/core@1.7.0`
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # RailwaySandbox
2
4
 
3
5
  Executes commands in ephemeral, isolated [Railway](https://docs.railway.com/sandboxes) sandboxes. Each sandbox is an isolated Debian Linux VM provisioned on demand through the Railway TypeScript SDK. Supports command execution with streaming output, command timeouts, configurable idle timeout, `ISOLATED`/`PRIVATE` network isolation, custom base images via the Railway template builder, forking a running sandbox, and reattaching to an existing sandbox by ID.
@@ -1,3 +1,5 @@
1
+ > Discover all available pages from the documentation index: https://mastra.ai/llms.txt
2
+
1
3
  # S3Filesystem
2
4
 
3
5
  Stores files in Amazon S3 or S3-compatible storage services like Cloudflare R2, MinIO, DigitalOcean Spaces, and Tigris.