@mastra/mcp-docs-server 1.2.15-alpha.19 → 1.2.15-alpha.21

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 (279) hide show
  1. package/.docs/docs/agents/code-mode.md +1 -1
  2. package/.docs/docs/agents/networks.md +2 -2
  3. package/.docs/docs/agents/overview.md +2 -2
  4. package/.docs/docs/agents/using-tools.md +1 -1
  5. package/.docs/docs/browser/overview.md +8 -8
  6. package/.docs/docs/browser/recording.md +2 -2
  7. package/.docs/docs/capabilities/{channels/overview.md → channels.md} +70 -7
  8. package/.docs/docs/capabilities/subagents.md +2 -2
  9. package/.docs/docs/deployment/cloud-providers.md +9 -9
  10. package/.docs/docs/deployment/overview.md +9 -9
  11. package/.docs/docs/deployment/sandbox.md +3 -3
  12. package/.docs/docs/deployment/web-framework.md +6 -6
  13. package/.docs/docs/deployment/workflow-runners.md +2 -2
  14. package/.docs/docs/harness/agent-controller.md +2 -2
  15. package/.docs/docs/index.md +8 -8
  16. package/.docs/docs/long-running-agents/durable-agents.md +2 -2
  17. package/.docs/docs/long-running-agents/signal-providers.md +2 -15
  18. package/.docs/docs/long-running-agents/signals.md +1 -1
  19. package/.docs/docs/mastra-platform/database.md +2 -2
  20. package/.docs/docs/mastra-platform/deploy.md +27 -0
  21. package/.docs/docs/mastra-platform/server.md +1 -1
  22. package/.docs/docs/mastra-platform/trace-intelligence.md +9 -13
  23. package/.docs/docs/mcp/overview.md +42 -0
  24. package/.docs/docs/memory/memory-processors.md +5 -5
  25. package/.docs/docs/memory/message-history.md +1 -1
  26. package/.docs/docs/memory/observational-memory.md +1 -1
  27. package/.docs/docs/observability/integrations/exporters/mastra-storage.md +16 -16
  28. package/.docs/docs/observability/integrations/overview.md +3 -3
  29. package/.docs/docs/server/auth/fga.md +1 -1
  30. package/.docs/docs/server/auth/simple-auth.md +1 -1
  31. package/.docs/docs/server/auth.md +8 -8
  32. package/.docs/docs/server/custom-api-routes.md +35 -0
  33. package/.docs/docs/storage/overview.md +14 -13
  34. package/.docs/docs/studio/observability.md +1 -1
  35. package/.docs/docs/workflows/overview.md +1 -1
  36. package/.docs/docs/workflows/snapshots.md +11 -11
  37. package/.docs/docs/workflows/time-travel.md +2 -0
  38. package/.docs/docs/workspace/filesystem.md +15 -15
  39. package/.docs/docs/workspace/sandbox.md +17 -17
  40. package/.docs/docs/workspace/search.md +1 -1
  41. package/.docs/guides/agent-frameworks/ai-sdk.md +2 -2
  42. package/.docs/guides/deployment/mastra-workers.md +1 -1
  43. package/.docs/guides/getting-started/quickstart.md +3 -3
  44. package/.docs/guides/index.md +8 -8
  45. package/.docs/guides/voice/overview.md +55 -106
  46. package/.docs/guides/voice/speech-to-text.md +7 -7
  47. package/.docs/guides/voice/text-to-speech.md +9 -10
  48. package/.docs/{guides/build-your-ui → integrations/agentic-ui}/ai-sdk-ui.md +2 -2
  49. package/.docs/{guides/build-your-ui/copilotkit/overview.md → integrations/agentic-ui/copilotkit.md} +256 -3
  50. package/.docs/{docs/browser → integrations/browsers}/agent-browser.md +2 -2
  51. package/.docs/{docs/browser → integrations/browsers}/browser-viewer.md +3 -3
  52. package/.docs/{docs/browser → integrations/browsers}/firecrawl.md +2 -2
  53. package/.docs/{docs/browser → integrations/browsers}/stagehand.md +1 -1
  54. package/.docs/{docs/capabilities → integrations}/channels/discord.md +2 -2
  55. package/.docs/integrations/channels/github.md +103 -0
  56. package/.docs/{docs/capabilities → integrations}/channels/imessage.md +7 -5
  57. package/.docs/{docs/capabilities → integrations}/channels/slack.md +4 -4
  58. package/.docs/{docs/capabilities → integrations}/channels/teams.md +2 -2
  59. package/.docs/{docs/capabilities → integrations}/channels/telegram.md +2 -2
  60. package/.docs/{docs/capabilities → integrations}/channels/whatsapp.md +2 -2
  61. package/.docs/{reference/storage/dsql.md → integrations/databases/aurora-dsql.md} +1 -1
  62. package/.docs/{reference/storage → integrations/databases}/clickhouse.md +2 -2
  63. package/.docs/{reference/storage → integrations/databases}/cloudflare-d1.md +1 -1
  64. package/.docs/{reference/storage/cloudflare.md → integrations/databases/cloudflare-kv.md} +1 -1
  65. package/.docs/{reference/storage → integrations/databases}/convex.md +1 -1
  66. package/.docs/{reference/storage → integrations/databases}/duckdb.md +5 -5
  67. package/.docs/{reference/storage → integrations/databases}/dynamodb.md +1 -1
  68. package/.docs/{reference/storage/lance.md → integrations/databases/lancedb.md} +1 -1
  69. package/.docs/{reference/storage → integrations/databases}/libsql.md +2 -2
  70. package/.docs/{reference/storage → integrations/databases}/mongodb.md +1 -1
  71. package/.docs/{reference/storage → integrations/databases}/mssql.md +1 -1
  72. package/.docs/integrations/databases/neon.md +220 -0
  73. package/.docs/{reference/storage → integrations/databases}/oracledb.md +1 -1
  74. package/.docs/{reference/storage → integrations/databases}/postgresql.md +1 -1
  75. package/.docs/{reference/storage → integrations/databases}/redis.md +1 -1
  76. package/.docs/{reference/storage → integrations/databases}/spanner.md +1 -1
  77. package/.docs/{reference/storage → integrations/databases}/upstash.md +1 -1
  78. package/.docs/{guides/deployment → integrations/deploy}/aws-bedrock-agentcore.md +1 -1
  79. package/.docs/{guides/deployment → integrations/deploy}/aws-lambda.md +1 -1
  80. package/.docs/{guides/deployment → integrations/deploy}/azure-app-services.md +1 -1
  81. package/.docs/{guides/deployment → integrations/deploy}/cloudflare.md +1 -1
  82. package/.docs/{guides/deployment → integrations/deploy}/digital-ocean.md +1 -1
  83. package/.docs/{guides/deployment → integrations/deploy}/netlify.md +1 -1
  84. package/.docs/{guides/deployment → integrations/deploy}/vercel.md +2 -2
  85. package/.docs/{reference/workspace/s3-filesystem.md → integrations/file-storage/amazon-s3.md} +5 -5
  86. package/.docs/{reference/workspace/archil-filesystem.md → integrations/file-storage/archil.md} +3 -3
  87. package/.docs/{reference/workspace/azure-blob-filesystem.md → integrations/file-storage/azure-blob.md} +2 -2
  88. package/.docs/{reference/workspace/gcs-filesystem.md → integrations/file-storage/google-cloud-storage.md} +5 -5
  89. package/.docs/{reference/workspace/mesa-filesystem.md → integrations/file-storage/mesa.md} +1 -1
  90. package/.docs/{reference/workspace/files-sdk-filesystem.md → integrations/file-storage/vercel-files.md} +5 -5
  91. package/.docs/{guides/getting-started → integrations/frameworks}/astro.md +1 -1
  92. package/.docs/{guides/getting-started → integrations/frameworks}/electron.md +1 -1
  93. package/.docs/{guides/getting-started → integrations/frameworks}/next-js.md +2 -2
  94. package/.docs/{guides/getting-started → integrations/frameworks}/nuxt.md +1 -1
  95. package/.docs/{guides/getting-started → integrations/frameworks}/sveltekit.md +1 -1
  96. package/.docs/{guides/getting-started → integrations/frameworks}/vite-react.md +1 -1
  97. package/.docs/{docs/observability/integrations/exporters → integrations/observability}/arize.md +1 -1
  98. package/.docs/{docs/observability/integrations/exporters → integrations/observability}/arthur.md +1 -1
  99. package/.docs/{docs/observability/integrations/exporters → integrations/observability}/braintrust.md +1 -1
  100. package/.docs/{docs/observability/integrations/exporters → integrations/observability}/confident-ai.md +1 -1
  101. package/.docs/integrations/observability/datadog.md +538 -0
  102. package/.docs/{docs/observability/integrations/exporters → integrations/observability}/laminar.md +1 -1
  103. package/.docs/{docs/observability/integrations/exporters → integrations/observability}/langfuse.md +1 -1
  104. package/.docs/{docs/observability/integrations/exporters → integrations/observability}/langsmith.md +1 -1
  105. package/.docs/{docs/observability/integrations/exporters/otel.md → integrations/observability/opentelemetry.md} +276 -44
  106. package/.docs/{docs/observability/integrations/exporters → integrations/observability}/posthog.md +1 -1
  107. package/.docs/{docs/observability/integrations/exporters → integrations/observability}/sentry.md +1 -1
  108. package/.docs/{reference/workspace/apple-container-sandbox.md → integrations/sandboxes/apple-container.md} +1 -1
  109. package/.docs/{reference/workspace/daytona-sandbox.md → integrations/sandboxes/daytona.md} +2 -2
  110. package/.docs/{reference/workspace/docker-sandbox.md → integrations/sandboxes/docker.md} +1 -1
  111. package/.docs/{reference/workspace/e2b-sandbox.md → integrations/sandboxes/e2b.md} +3 -3
  112. package/.docs/{reference/workspace/modal-sandbox.md → integrations/sandboxes/modal.md} +2 -2
  113. package/.docs/{reference/workspace/railway-sandbox.md → integrations/sandboxes/railway.md} +8 -0
  114. package/.docs/{reference/workspace/vercel-sandbox.md → integrations/sandboxes/vercel.md} +141 -12
  115. package/.docs/{reference → integrations}/tools/brightdata.md +1 -1
  116. package/.docs/{reference → integrations}/tools/perplexity.md +1 -1
  117. package/.docs/{reference → integrations}/tools/tavily.md +1 -1
  118. package/.docs/{reference → integrations}/voice/aws-nova-sonic.md +1 -1
  119. package/.docs/{reference → integrations}/voice/cloudflare.md +3 -3
  120. package/.docs/{reference/voice/google-gemini-live.md → integrations/voice/google.md} +305 -30
  121. package/.docs/{reference/voice/inworld-realtime.md → integrations/voice/inworld.md} +163 -25
  122. package/.docs/{reference → integrations}/voice/livekit.md +437 -34
  123. package/.docs/{reference/voice/openai-realtime.md → integrations/voice/openai.md} +117 -20
  124. package/.docs/integrations.md +147 -0
  125. package/.docs/models/embeddings.md +2 -2
  126. package/.docs/models/environment-variables.md +1 -0
  127. package/.docs/models/gateways/openrouter.md +4 -2
  128. package/.docs/models/gateways/vercel.md +2 -1
  129. package/.docs/models/index.md +1 -1
  130. package/.docs/models/providers/coralbricks.md +75 -0
  131. package/.docs/models/providers/evroc.md +2 -3
  132. package/.docs/models/providers/hyper.md +6 -6
  133. package/.docs/models/providers/kilo.md +7 -5
  134. package/.docs/models/providers/llmgateway.md +1 -2
  135. package/.docs/models/providers/nano-gpt.md +1 -3
  136. package/.docs/models/providers/opencode.md +0 -1
  137. package/.docs/models/providers/privatemode-ai.md +5 -4
  138. package/.docs/models/providers/snowflake-cortex.md +5 -1
  139. package/.docs/models/providers/wandb.md +2 -1
  140. package/.docs/models/providers/zenmux.md +0 -15
  141. package/.docs/models/providers.md +1 -0
  142. package/.docs/reference/agent-controller/agent-controller-class.md +32 -1
  143. package/.docs/reference/agents/channels.md +2 -2
  144. package/.docs/reference/agents/generateLegacy.md +2 -2
  145. package/.docs/reference/agents/getDefaultOptions.md +1 -1
  146. package/.docs/reference/agents/getDefaultStreamOptions.md +1 -1
  147. package/.docs/reference/agents/inngest-agent.md +1 -1
  148. package/.docs/reference/agents/network.md +1 -1
  149. package/.docs/reference/ai-sdk/handle-network-stream.md +1 -1
  150. package/.docs/reference/ai-sdk/network-route.md +1 -1
  151. package/.docs/reference/auth/auth0.md +1 -1
  152. package/.docs/reference/auth/better-auth.md +1 -1
  153. package/.docs/reference/auth/clerk.md +1 -1
  154. package/.docs/reference/auth/firebase.md +1 -1
  155. package/.docs/reference/auth/google.md +1 -1
  156. package/.docs/reference/auth/supabase.md +1 -1
  157. package/.docs/reference/auth/workos.md +1 -1
  158. package/.docs/reference/browser/agent-browser.md +1 -1
  159. package/.docs/reference/browser/browser-viewer.md +1 -1
  160. package/.docs/reference/browser/firecrawl-browser.md +1 -1
  161. package/.docs/reference/browser/stagehand-browser.md +1 -1
  162. package/.docs/reference/channels/channel-provider.md +1 -1
  163. package/.docs/reference/channels/slack-provider.md +2 -2
  164. package/.docs/reference/cli/mastra.md +2 -2
  165. package/.docs/reference/configuration.md +1 -26
  166. package/.docs/reference/core/getStorage.md +1 -1
  167. package/.docs/reference/core/getVector.md +2 -2
  168. package/.docs/reference/core/listVectors.md +2 -2
  169. package/.docs/reference/core/setStorage.md +1 -1
  170. package/.docs/reference/file-based-agents/storage.md +1 -1
  171. package/.docs/reference/file-based-agents/studio.md +1 -1
  172. package/.docs/reference/index.md +27 -55
  173. package/.docs/{guides → reference}/migrations/ai-sdk-v4-to-v5.md +1 -1
  174. package/.docs/{guides → reference}/migrations/mastra-cloud.md +1 -1
  175. package/.docs/{guides → reference}/migrations/upgrade-to-v1/cli.md +1 -1
  176. package/.docs/{guides → reference}/migrations/upgrade-to-v1/memory.md +1 -1
  177. package/.docs/{guides → reference}/migrations/upgrade-to-v1/overview.md +41 -41
  178. package/.docs/{guides → reference}/migrations/upgrade-to-v1/tools.md +1 -1
  179. package/.docs/{guides → reference}/migrations/upgrade-to-v1/tracing.md +10 -10
  180. package/.docs/reference/observability/tracing/bridges/datadog.md +2 -2
  181. package/.docs/reference/observability/tracing/bridges/otel.md +2 -2
  182. package/.docs/reference/observability/tracing/exporters/arize.md +1 -1
  183. package/.docs/reference/observability/tracing/exporters/arthur.md +1 -1
  184. package/.docs/reference/observability/tracing/exporters/confident-ai.md +1 -1
  185. package/.docs/reference/observability/tracing/exporters/mastra-platform-exporter.md +12 -0
  186. package/.docs/reference/observability/tracing/exporters/otel.md +2 -2
  187. package/.docs/reference/pubsub/lease-provider.md +1 -1
  188. package/.docs/{guides → reference}/rag/chunking-and-embedding.md +16 -19
  189. package/.docs/reference/rag/database-config.md +1 -1
  190. package/.docs/{guides/rag/graph-rag.md → reference/rag/graph-rag-guide.md} +1 -1
  191. package/.docs/{guides → reference}/rag/overview.md +2 -2
  192. package/.docs/{guides → reference}/rag/retrieval.md +1 -1
  193. package/.docs/{guides → reference}/rag/vector-databases.md +1 -1
  194. package/.docs/reference/server/create-route.md +27 -1
  195. package/.docs/reference/storage/composite.md +3 -3
  196. package/.docs/reference/storage/retention.md +4 -4
  197. package/.docs/reference/streaming/ChunkType.md +3 -3
  198. package/.docs/reference/streaming/agents/streamLegacy.md +3 -3
  199. package/.docs/reference/tools/mcp-server.md +1 -1
  200. package/.docs/reference/vectors/convex.md +2 -2
  201. package/.docs/reference/vectors/oracledb.md +2 -2
  202. package/.docs/reference/workers/overview.md +8 -8
  203. package/.docs/reference/workflows/run-methods/timeTravel.md +1 -0
  204. package/.docs/reference/workspace/platform-filesystem.md +2 -2
  205. package/.docs/reference/workspace/platform-sandbox.md +10 -2
  206. package/.docs/reference/workspace/process-manager.md +3 -3
  207. package/.docs/reference/workspace/sandbox.md +10 -0
  208. package/CHANGELOG.md +16 -0
  209. package/dist/index.js +1 -1
  210. package/dist/{src-BZcgzbk9.js → src-D-W-bx5t.js} +2 -2
  211. package/dist/{src-BZcgzbk9.js.map → src-D-W-bx5t.js.map} +1 -1
  212. package/dist/stdio.js +1 -1
  213. package/package.json +5 -5
  214. package/.docs/docs/capabilities/channels/other-adapters.md +0 -68
  215. package/.docs/docs/observability/integrations/bridges/datadog.md +0 -219
  216. package/.docs/docs/observability/integrations/bridges/otel.md +0 -234
  217. package/.docs/docs/observability/integrations/exporters/datadog.md +0 -321
  218. package/.docs/guides/build-your-ui/copilotkit/channels.md +0 -86
  219. package/.docs/guides/build-your-ui/copilotkit/generative-ui.md +0 -174
  220. package/.docs/guides/guide/chef-michel.md +0 -211
  221. package/.docs/guides/guide/publishing-mcp-server.md +0 -137
  222. package/.docs/guides/guide/slack-assistant.md +0 -193
  223. package/.docs/guides/guide/stock-agent.md +0 -132
  224. package/.docs/guides/guide/web-search.md +0 -322
  225. package/.docs/guides/guide/whatsapp-chat-bot.md +0 -407
  226. package/.docs/guides/voice/realtime-voice.md +0 -430
  227. package/.docs/reference/voice/google.md +0 -290
  228. package/.docs/reference/voice/inworld.md +0 -137
  229. package/.docs/reference/voice/openai.md +0 -96
  230. package/.docs/reference/voice/playai.md +0 -82
  231. package/.docs/reference/workspace/vercel-serverless.md +0 -128
  232. /package/.docs/{guides/concepts → docs/guides}/multi-agent-systems.md +0 -0
  233. /package/.docs/{guides/concepts → docs/guides}/streaming.md +0 -0
  234. /package/.docs/{guides/build-your-ui → integrations/agentic-ui}/assistant-ui.md +0 -0
  235. /package/.docs/{guides/build-your-ui → integrations/agentic-ui}/openui.md +0 -0
  236. /package/.docs/{docs/server → integrations}/auth/auth0.md +0 -0
  237. /package/.docs/{docs/server → integrations}/auth/better-auth.md +0 -0
  238. /package/.docs/{docs/server → integrations}/auth/clerk.md +0 -0
  239. /package/.docs/{docs/server → integrations}/auth/firebase.md +0 -0
  240. /package/.docs/{docs/server → integrations}/auth/google.md +0 -0
  241. /package/.docs/{docs/server → integrations}/auth/okta.md +0 -0
  242. /package/.docs/{docs/server → integrations}/auth/supabase.md +0 -0
  243. /package/.docs/{docs/server → integrations}/auth/workos.md +0 -0
  244. /package/.docs/{guides/deployment → integrations/deploy}/amazon-ec2.md +0 -0
  245. /package/.docs/{guides/deployment → integrations/deploy}/inngest.md +0 -0
  246. /package/.docs/{guides/deployment → integrations/deploy}/kubernetes.md +0 -0
  247. /package/.docs/{guides/deployment → integrations/deploy}/temporal.md +0 -0
  248. /package/.docs/{reference/workspace/agentfs-filesystem.md → integrations/file-storage/agentfs.md} +0 -0
  249. /package/.docs/{reference/workspace/google-drive-filesystem.md → integrations/file-storage/google-drive.md} +0 -0
  250. /package/.docs/{guides/getting-started → integrations/frameworks}/express.md +0 -0
  251. /package/.docs/{guides/getting-started → integrations/frameworks}/hono.md +0 -0
  252. /package/.docs/{guides/getting-started → integrations/frameworks}/nestjs.md +0 -0
  253. /package/.docs/{reference/workspace/agentcore-runtime-sandbox.md → integrations/sandboxes/agentcore.md} +0 -0
  254. /package/.docs/{reference/workspace/blaxel-sandbox.md → integrations/sandboxes/blaxel.md} +0 -0
  255. /package/.docs/{guides/guide → integrations/tools}/firecrawl.md +0 -0
  256. /package/.docs/{reference → integrations}/voice/azure.md +0 -0
  257. /package/.docs/{reference → integrations}/voice/deepgram.md +0 -0
  258. /package/.docs/{reference → integrations}/voice/elevenlabs.md +0 -0
  259. /package/.docs/{reference → integrations}/voice/mistral.md +0 -0
  260. /package/.docs/{reference → integrations}/voice/murf.md +0 -0
  261. /package/.docs/{reference → integrations}/voice/sarvam.md +0 -0
  262. /package/.docs/{reference → integrations}/voice/speechify.md +0 -0
  263. /package/.docs/{reference/voice/xai-realtime.md → integrations/voice/xai.md} +0 -0
  264. /package/.docs/{guides/getting-started → reference}/manual-install.md +0 -0
  265. /package/.docs/{guides → reference}/migrations/agentnetwork.md +0 -0
  266. /package/.docs/{guides → reference}/migrations/network-to-supervisor.md +0 -0
  267. /package/.docs/{guides → reference}/migrations/upgrade-to-v1/agent.md +0 -0
  268. /package/.docs/{guides → reference}/migrations/upgrade-to-v1/client.md +0 -0
  269. /package/.docs/{guides → reference}/migrations/upgrade-to-v1/deployment.md +0 -0
  270. /package/.docs/{guides → reference}/migrations/upgrade-to-v1/evals.md +0 -0
  271. /package/.docs/{guides → reference}/migrations/upgrade-to-v1/mastra.md +0 -0
  272. /package/.docs/{guides → reference}/migrations/upgrade-to-v1/mcp.md +0 -0
  273. /package/.docs/{guides → reference}/migrations/upgrade-to-v1/processors.md +0 -0
  274. /package/.docs/{guides → reference}/migrations/upgrade-to-v1/rag.md +0 -0
  275. /package/.docs/{guides → reference}/migrations/upgrade-to-v1/storage.md +0 -0
  276. /package/.docs/{guides → reference}/migrations/upgrade-to-v1/vectors.md +0 -0
  277. /package/.docs/{guides → reference}/migrations/upgrade-to-v1/voice.md +0 -0
  278. /package/.docs/{guides → reference}/migrations/upgrade-to-v1/workflows.md +0 -0
  279. /package/.docs/{guides → reference}/migrations/vnext-to-standard-apis.md +0 -0
@@ -2,7 +2,7 @@
2
2
 
3
3
  # ![Kilo Gateway logo](https://models.dev/logos/kilo.svg)Kilo Gateway
4
4
 
5
- Access 347 Kilo Gateway models through Mastra's model router. Authentication is handled automatically using the `KILO_API_KEY` environment variable.
5
+ Access 349 Kilo Gateway models through Mastra's model router. Authentication is handled automatically using the `KILO_API_KEY` environment variable.
6
6
 
7
7
  Learn more in the [Kilo Gateway documentation](https://kilo.ai).
8
8
 
@@ -160,6 +160,7 @@ for await (const chunk of stream) {
160
160
  | `kilo/meta-llama/llama-4-maverick` | 128K | | | | | | $0.20 | $0.70 |
161
161
  | `kilo/meta-llama/llama-4-scout` | 328K | | | | | | $0.10 | $0.30 |
162
162
  | `kilo/meta-llama/llama-guard-4-12b` | 164K | | | | | | $0.18 | $0.18 |
163
+ | `kilo/meta/muse-glimmer-30b` | 131K | | | | | | $0.35 | $2 |
163
164
  | `kilo/meta/muse-spark-1.1` | 1.0M | | | | | | $1 | $4 |
164
165
  | `kilo/meta/muse-spark-1.2` | 1.0M | | | | | | $1 | $4 |
165
166
  | `kilo/microsoft/phi-4` | 16K | | | | | | $0.07 | $0.14 |
@@ -242,7 +243,6 @@ for await (const chunk of stream) {
242
243
  | `kilo/openai/gpt-5.2-chat` | 128K | | | | | | $2 | $14 |
243
244
  | `kilo/openai/gpt-5.2-codex` | 400K | | | | | | $2 | $14 |
244
245
  | `kilo/openai/gpt-5.2-pro` | 400K | | | | | | $21 | $168 |
245
- | `kilo/openai/gpt-5.3-chat` | 128K | | | | | | $2 | $14 |
246
246
  | `kilo/openai/gpt-5.3-codex` | 400K | | | | | | $2 | $14 |
247
247
  | `kilo/openai/gpt-5.4` | 1.1M | | | | | | $3 | $15 |
248
248
  | `kilo/openai/gpt-5.4-image-2` | 272K | | | | | | $8 | $15 |
@@ -302,14 +302,14 @@ for await (const chunk of stream) {
302
302
  | `kilo/qwen/qwen3-32b` | 41K | | | | | | $0.10 | $0.42 |
303
303
  | `kilo/qwen/qwen3-8b` | 131K | | | | | | $0.12 | $0.46 |
304
304
  | `kilo/qwen/qwen3-coder` | 262K | | | | | | $0.97 | $5 |
305
- | `kilo/qwen/qwen3-coder-30b-a3b-instruct` | 160K | | | | | | $0.29 | $1 |
305
+ | `kilo/qwen/qwen3-coder-30b-a3b-instruct` | 262K | | | | | | $0.29 | $1 |
306
306
  | `kilo/qwen/qwen3-coder-flash` | 1.0M | | | | | | $0.20 | $0.97 |
307
307
  | `kilo/qwen/qwen3-coder-next` | 262K | | | | | | $0.30 | $2 |
308
308
  | `kilo/qwen/qwen3-coder-plus` | 1.0M | | | | | | $0.65 | $3 |
309
309
  | `kilo/qwen/qwen3-max` | 262K | | | | | | $0.78 | $4 |
310
310
  | `kilo/qwen/qwen3-max-thinking` | 262K | | | | | | $0.78 | $4 |
311
311
  | `kilo/qwen/qwen3-next-80b-a3b-instruct` | 262K | | | | | | $0.10 | $0.78 |
312
- | `kilo/qwen/qwen3-next-80b-a3b-thinking` | 131K | | | | | | $0.15 | $1 |
312
+ | `kilo/qwen/qwen3-next-80b-a3b-thinking` | 262K | | | | | | $0.15 | $1 |
313
313
  | `kilo/qwen/qwen3-vl-235b-a22b-instruct` | 131K | | | | | | $0.26 | $1 |
314
314
  | `kilo/qwen/qwen3-vl-235b-a22b-thinking` | 131K | | | | | | $0.40 | $4 |
315
315
  | `kilo/qwen/qwen3-vl-30b-a3b-instruct` | 262K | | | | | | $0.13 | $0.52 |
@@ -339,6 +339,7 @@ for await (const chunk of stream) {
339
339
  | `kilo/relace/relace-apply-3` | 256K | | | | | | $0.85 | $1 |
340
340
  | `kilo/relace/relace-search` | 256K | | | | | | $1 | $3 |
341
341
  | `kilo/sakana/fugu-ultra` | 1.0M | | | | | | $5 | $30 |
342
+ | `kilo/sakana/sakana-namazu` | 262K | | | | | | $0.95 | $4 |
342
343
  | `kilo/sao10k/l3-lunaris-8b` | 8K | | | | | | $0.04 | $0.05 |
343
344
  | `kilo/sao10k/l3.1-euryale-70b` | 131K | | | | | | $0.85 | $0.85 |
344
345
  | `kilo/sao10k/l3.3-euryale-70b` | 131K | | | | | | $0.65 | $0.75 |
@@ -363,6 +364,7 @@ for await (const chunk of stream) {
363
364
  | `kilo/thinkingmachines/inkling-small` | 524K | | | | | | $0.45 | $1 |
364
365
  | `kilo/undi95/remm-slerp-l2-13b` | 6K | | | | | | $0.45 | $0.65 |
365
366
  | `kilo/upstage/solar-pro-3` | 131K | | | | | | $0.15 | $0.60 |
367
+ | `kilo/upstage/solar-pro4` | 524K | | | | | | $0.30 | $1 |
366
368
  | `kilo/writer/palmyra-x5` | 1.0M | | | | | | $0.60 | $6 |
367
369
  | `kilo/x-ai/grok-4.20` | 2.0M | | | | | | $1 | $3 |
368
370
  | `kilo/x-ai/grok-4.20-multi-agent` | 2.0M | | | | | | $1 | $3 |
@@ -374,7 +376,7 @@ for await (const chunk of stream) {
374
376
  | `kilo/z-ai/glm-4.5` | 131K | | | | | | $0.60 | $2 |
375
377
  | `kilo/z-ai/glm-4.5-air` | 131K | | | | | | $0.13 | $0.85 |
376
378
  | `kilo/z-ai/glm-4.5v` | 66K | | | | | | $0.60 | $2 |
377
- | `kilo/z-ai/glm-4.6` | 203K | | | | | | $0.55 | $2 |
379
+ | `kilo/z-ai/glm-4.6` | 205K | | | | | | $0.55 | $2 |
378
380
  | `kilo/z-ai/glm-4.6v` | 131K | | | | | | $0.30 | $0.90 |
379
381
  | `kilo/z-ai/glm-4.7` | 203K | | | | | | $0.60 | $2 |
380
382
  | `kilo/z-ai/glm-4.7-flash` | 203K | | | | | | $0.07 | $0.40 |
@@ -2,7 +2,7 @@
2
2
 
3
3
  # ![LLM Gateway logo](https://models.dev/logos/llmgateway.svg)LLM Gateway
4
4
 
5
- Access 187 LLM Gateway models through Mastra's model router. Authentication is handled automatically using the `LLMGATEWAY_API_KEY` environment variable.
5
+ Access 186 LLM Gateway models through Mastra's model router. Authentication is handled automatically using the `LLMGATEWAY_API_KEY` environment variable.
6
6
 
7
7
  Learn more in the [LLM Gateway documentation](https://llmgateway.io/docs).
8
8
 
@@ -41,7 +41,6 @@ for await (const chunk of stream) {
41
41
  | `llmgateway/claude-fable-5` | 1.0M | | | | | | $10 | $50 |
42
42
  | `llmgateway/claude-haiku-4-5` | 200K | | | | | | $1 | $5 |
43
43
  | `llmgateway/claude-haiku-4-5-20251001` | 200K | | | | | | $1 | $5 |
44
- | `llmgateway/claude-haiku-4-5-free` | 200K | | | | | | — | — |
45
44
  | `llmgateway/claude-opus-4-1-20250805` | 200K | | | | | | $15 | $75 |
46
45
  | `llmgateway/claude-opus-4-5-20251101` | 200K | | | | | | $5 | $25 |
47
46
  | `llmgateway/claude-opus-4-6` | 1.0M | | | | | | $5 | $25 |
@@ -2,7 +2,7 @@
2
2
 
3
3
  # ![NanoGPT logo](https://models.dev/logos/nano-gpt.svg)NanoGPT
4
4
 
5
- Access 620 NanoGPT models through Mastra's model router. Authentication is handled automatically using the `NANO_GPT_API_KEY` environment variable.
5
+ Access 618 NanoGPT models through Mastra's model router. Authentication is handled automatically using the `NANO_GPT_API_KEY` environment variable.
6
6
 
7
7
  Learn more in the [NanoGPT documentation](https://docs.nano-gpt.com).
8
8
 
@@ -566,8 +566,6 @@ for await (const chunk of stream) {
566
566
  | `nano-gpt/TEE/glm-5.2:thinking` | 1.0M | | | | | | $1 | $5 |
567
567
  | `nano-gpt/TEE/gpt-oss-120b` | 131K | | | | | | $2 | $2 |
568
568
  | `nano-gpt/TEE/gpt-oss-20b` | 131K | | | | | | $0.20 | $0.80 |
569
- | `nano-gpt/TEE/kimi-k2.5` | 128K | | | | | | $0.60 | $3 |
570
- | `nano-gpt/TEE/kimi-k2.5-thinking` | 128K | | | | | | $0.60 | $3 |
571
569
  | `nano-gpt/TEE/kimi-k2.6` | 262K | | | | | | $2 | $5 |
572
570
  | `nano-gpt/TEE/kimi-k3` | 1.0M | | | | | | $3 | $15 |
573
571
  | `nano-gpt/TEE/llama3-3-70b` | 128K | | | | | | $2 | $2 |
@@ -93,7 +93,6 @@ for await (const chunk of stream) {
93
93
  | `opencode/minimax-m2.7` | 205K | | | | | | $0.30 | $1 |
94
94
  | `opencode/minimax-m3` | 512K | | | | | | $0.30 | $1 |
95
95
  | `opencode/nemotron-3-ultra-free` | 1.0M | | | | | | — | — |
96
- | `opencode/north-mini-code-free` | 256K | | | | | | — | — |
97
96
  | `opencode/qwen3.5-plus` | 262K | | | | | | $0.20 | $1 |
98
97
  | `opencode/qwen3.6-plus` | 262K | | | | | | $0.50 | $3 |
99
98
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  # ![Privatemode AI logo](https://models.dev/logos/privatemode-ai.svg)Privatemode AI
4
4
 
5
- Access 5 Privatemode AI models through Mastra's model router. Authentication is handled automatically using the `PRIVATEMODE_API_KEY` environment variable.
5
+ Access 6 Privatemode AI models through Mastra's model router. Authentication is handled automatically using the `PRIVATEMODE_API_KEY` environment variable.
6
6
 
7
7
  Learn more in the [Privatemode AI documentation](https://docs.privatemode.ai).
8
8
 
@@ -17,7 +17,7 @@ const agent = new Agent({
17
17
  id: "my-agent",
18
18
  name: "My Agent",
19
19
  instructions: "You are a helpful assistant",
20
- model: "privatemode-ai/gpt-oss-120b"
20
+ model: "privatemode-ai/deepseek-ocr-2"
21
21
  });
22
22
 
23
23
  // Generate a response
@@ -36,6 +36,7 @@ for await (const chunk of stream) {
36
36
 
37
37
  | Model | Context | Tools | Reasoning | Image | Audio | Video | Input $/1M | Output $/1M |
38
38
  | ----------------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
39
+ | `privatemode-ai/deepseek-ocr-2` | 8K | | | | | | $0.89 | $1 |
39
40
  | `privatemode-ai/gpt-oss-120b` | 128K | | | | | | — | — |
40
41
  | `privatemode-ai/kimi-k2.6` | 262K | | | | | | — | — |
41
42
  | `privatemode-ai/qwen3-embedding-4b` | 32K | | | | | | — | — |
@@ -52,7 +53,7 @@ const agent = new Agent({
52
53
  name: "custom-agent",
53
54
  model: {
54
55
  url: "http://localhost:8080/v1",
55
- id: "privatemode-ai/gpt-oss-120b",
56
+ id: "privatemode-ai/deepseek-ocr-2",
56
57
  apiKey: process.env.PRIVATEMODE_API_KEY,
57
58
  headers: {
58
59
  "X-Custom-Header": "value"
@@ -71,7 +72,7 @@ const agent = new Agent({
71
72
  const useAdvanced = requestContext.task === "complex";
72
73
  return useAdvanced
73
74
  ? "privatemode-ai/whisper-large-v3"
74
- : "privatemode-ai/gpt-oss-120b";
75
+ : "privatemode-ai/deepseek-ocr-2";
75
76
  }
76
77
  });
77
78
  ```
@@ -2,7 +2,7 @@
2
2
 
3
3
  # ![Snowflake Cortex logo](https://models.dev/logos/snowflake-cortex.svg)Snowflake Cortex
4
4
 
5
- Access 21 Snowflake Cortex models through Mastra's model router. Authentication is handled automatically using the `SNOWFLAKE_CORTEX_PAT` environment variable. Configure `SNOWFLAKE_ACCOUNT` as well.
5
+ Access 25 Snowflake Cortex models through Mastra's model router. Authentication is handled automatically using the `SNOWFLAKE_CORTEX_PAT` environment variable. Configure `SNOWFLAKE_ACCOUNT` as well.
6
6
 
7
7
  Learn more in the [Snowflake Cortex documentation](https://docs.snowflake.com/en/user-guide/snowflake-cortex/cortex-rest-api).
8
8
 
@@ -39,10 +39,14 @@ for await (const chunk of stream) {
39
39
  | ----------------------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
40
40
  | `snowflake-cortex/claude-fable-5` | 1.0M | | | | | | — | — |
41
41
  | `snowflake-cortex/claude-haiku-4-5` | 200K | | | | | | — | — |
42
+ | `snowflake-cortex/claude-opus-4-5` | 200K | | | | | | — | — |
43
+ | `snowflake-cortex/claude-opus-4-6` | 1.0M | | | | | | — | — |
42
44
  | `snowflake-cortex/claude-opus-4-7` | 1.0M | | | | | | — | — |
43
45
  | `snowflake-cortex/claude-opus-4-8` | 1.0M | | | | | | — | — |
46
+ | `snowflake-cortex/claude-opus-5` | 1.0M | | | | | | — | — |
44
47
  | `snowflake-cortex/claude-sonnet-4-5` | 200K | | | | | | — | — |
45
48
  | `snowflake-cortex/claude-sonnet-4-6` | 1.0M | | | | | | — | — |
49
+ | `snowflake-cortex/claude-sonnet-5` | 1.0M | | | | | | — | — |
46
50
  | `snowflake-cortex/deepseek-r1` | 128K | | | | | | — | — |
47
51
  | `snowflake-cortex/gemini-3.1-pro` | 1.0M | | | | | | — | — |
48
52
  | `snowflake-cortex/mistral-large2` | 262K | | | | | | — | — |
@@ -2,7 +2,7 @@
2
2
 
3
3
  # ![Weights & Biases logo](https://models.dev/logos/wandb.svg)Weights & Biases
4
4
 
5
- Access 27 Weights & Biases models through Mastra's model router. Authentication is handled automatically using the `WANDB_API_KEY` environment variable.
5
+ Access 28 Weights & Biases models through Mastra's model router. Authentication is handled automatically using the `WANDB_API_KEY` environment variable.
6
6
 
7
7
  Learn more in the [Weights & Biases documentation](https://docs.wandb.ai).
8
8
 
@@ -53,6 +53,7 @@ for await (const chunk of stream) {
53
53
  | `wandb/moonshotai/Kimi-K3` | 1.0M | | | | | | $3 | $15 |
54
54
  | `wandb/nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-FP8` | 262K | | | | | | $0.20 | $0.80 |
55
55
  | `wandb/nvidia/NVIDIA-Nemotron-3-Ultra-550B-A55B` | 262K | | | | | | $0.75 | $3 |
56
+ | `wandb/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B` | 262K | | | | | | $0.10 | $0.25 |
56
57
  | `wandb/openai/gpt-oss-120b` | 131K | | | | | | $0.03 | $0.17 |
57
58
  | `wandb/openai/gpt-oss-20b` | 131K | | | | | | $0.03 | $0.13 |
58
59
  | `wandb/OpenPipe/Qwen3-14B-Instruct` | 33K | | | | | | $0.05 | $0.22 |
@@ -36,8 +36,6 @@ for await (const chunk of stream) {
36
36
 
37
37
  | Model | Context | Tools | Reasoning | Image | Audio | Video | Input $/1M | Output $/1M |
38
38
  | --------------------------------------------- | ------- | ----- | --------- | ----- | ----- | ----- | ---------- | ----------- |
39
- | `zenmux/anthropic/claude-3.5-haiku` | 200K | | | | | | $0.80 | $4 |
40
- | `zenmux/anthropic/claude-3.7-sonnet` | 200K | | | | | | $3 | $15 |
41
39
  | `zenmux/anthropic/claude-fable-5` | 1.0M | | | | | | $10 | $50 |
42
40
  | `zenmux/anthropic/claude-haiku-4.5` | 200K | | | | | | $1 | $5 |
43
41
  | `zenmux/anthropic/claude-opus-4` | 200K | | | | | | $15 | $75 |
@@ -52,7 +50,6 @@ for await (const chunk of stream) {
52
50
  | `zenmux/anthropic/claude-sonnet-5` | 1.0M | | | | | | $2 | $10 |
53
51
  | `zenmux/anthropic/claude-sonnet-5-free` | 1.0M | | | | | | — | — |
54
52
  | `zenmux/baidu/ernie-5.0-thinking-preview` | 128K | | | | | | $0.84 | $3 |
55
- | `zenmux/deepseek/deepseek-chat` | 128K | | | | | | $0.28 | $0.42 |
56
53
  | `zenmux/deepseek/deepseek-v3.2` | 128K | | | | | | $0.28 | $0.43 |
57
54
  | `zenmux/deepseek/deepseek-v3.2-exp` | 163K | | | | | | $0.22 | $0.33 |
58
55
  | `zenmux/deepseek/deepseek-v4-flash` | 1.0M | | | | | | $0.14 | $0.28 |
@@ -65,8 +62,6 @@ for await (const chunk of stream) {
65
62
  | `zenmux/google/gemini-3.1-flash-lite-preview` | 1.1M | | | | | | $0.25 | $2 |
66
63
  | `zenmux/google/gemini-3.1-pro-preview` | 1.0M | | | | | | $2 | $12 |
67
64
  | `zenmux/google/gemini-3.5-flash` | 1.0M | | | | | | $2 | $9 |
68
- | `zenmux/inclusionai/ling-1t` | 128K | | | | | | $0.56 | $2 |
69
- | `zenmux/inclusionai/ring-1t` | 128K | | | | | | $0.56 | $2 |
70
65
  | `zenmux/inclusionai/ring-2.6-1t` | 262K | | | | | | $0.30 | $3 |
71
66
  | `zenmux/kuaishou/kat-coder-pro-v2` | 256K | | | | | | $0.30 | $1 |
72
67
  | `zenmux/minimax/minimax-m2` | 204K | | | | | | $0.30 | $1 |
@@ -76,9 +71,6 @@ for await (const chunk of stream) {
76
71
  | `zenmux/minimax/minimax-m2.7` | 205K | | | | | | $0.31 | $1 |
77
72
  | `zenmux/minimax/minimax-m2.7-highspeed` | 205K | | | | | | $0.61 | $2 |
78
73
  | `zenmux/minimax/minimax-m3` | 512K | | | | | | $0.60 | $2 |
79
- | `zenmux/moonshotai/kimi-k2-0905` | 262K | | | | | | $0.60 | $3 |
80
- | `zenmux/moonshotai/kimi-k2-thinking` | 262K | | | | | | $0.60 | $3 |
81
- | `zenmux/moonshotai/kimi-k2-thinking-turbo` | 262K | | | | | | $1 | $8 |
82
74
  | `zenmux/moonshotai/kimi-k2.5` | 262K | | | | | | $0.58 | $3 |
83
75
  | `zenmux/moonshotai/kimi-k2.6` | 262K | | | | | | $0.95 | $4 |
84
76
  | `zenmux/moonshotai/kimi-k2.7-code` | 262K | | | | | | $0.95 | $4 |
@@ -115,7 +107,6 @@ for await (const chunk of stream) {
115
107
  | `zenmux/qwen/qwen3.7-plus` | 1.0M | | | | | | $0.40 | $2 |
116
108
  | `zenmux/sapiens-ai/agnes-1.5-lite` | 256K | | | | | | $0.12 | $0.60 |
117
109
  | `zenmux/sapiens-ai/agnes-1.5-pro` | 256K | | | | | | $0.16 | $0.80 |
118
- | `zenmux/stepfun/step-3` | 66K | | | | | | $0.21 | $0.57 |
119
110
  | `zenmux/stepfun/step-3.5-flash` | 256K | | | | | | $0.10 | $0.30 |
120
111
  | `zenmux/stepfun/step-3.7-flash` | 256K | | | | | | $0.20 | $1 |
121
112
  | `zenmux/stepfun/step-3.7-flash-free` | 256K | | | | | | — | — |
@@ -125,17 +116,11 @@ for await (const chunk of stream) {
125
116
  | `zenmux/volcengine/doubao-seed-2.0-lite` | 256K | | | | | | $0.09 | $0.51 |
126
117
  | `zenmux/volcengine/doubao-seed-2.0-mini` | 256K | | | | | | $0.03 | $0.28 |
127
118
  | `zenmux/volcengine/doubao-seed-2.0-pro` | 256K | | | | | | $0.45 | $2 |
128
- | `zenmux/volcengine/doubao-seed-code` | 256K | | | | | | $0.17 | $1 |
129
- | `zenmux/x-ai/grok-4` | 256K | | | | | | $3 | $15 |
130
- | `zenmux/x-ai/grok-4-fast` | 2.0M | | | | | | $0.20 | $0.50 |
131
- | `zenmux/x-ai/grok-4.1-fast` | 2.0M | | | | | | $0.20 | $0.50 |
132
- | `zenmux/x-ai/grok-4.1-fast-non-reasoning` | 2.0M | | | | | | $0.20 | $0.50 |
133
119
  | `zenmux/x-ai/grok-4.2-fast` | 2.0M | | | | | | $3 | $9 |
134
120
  | `zenmux/x-ai/grok-4.2-fast-non-reasoning` | 2.0M | | | | | | $3 | $9 |
135
121
  | `zenmux/x-ai/grok-4.3` | 1.0M | | | | | | $1 | $3 |
136
122
  | `zenmux/x-ai/grok-4.5` | 500K | | | | | | $2 | $6 |
137
123
  | `zenmux/x-ai/grok-build-0.1` | 256K | | | | | | $1 | $2 |
138
- | `zenmux/x-ai/grok-code-fast-1` | 256K | | | | | | $0.20 | $2 |
139
124
  | `zenmux/xiaomi/mimo-v2-flash` | 262K | | | | | | $0.10 | $0.30 |
140
125
  | `zenmux/xiaomi/mimo-v2-omni` | 265K | | | | | | $0.40 | $2 |
141
126
  | `zenmux/xiaomi/mimo-v2-pro` | 1.0M | | | | | | $1 | $3 |
@@ -39,6 +39,7 @@ Direct access to individual AI model providers. Each provider offers unique mode
39
39
  - [ClinePass](https://mastra.ai/models/providers/cline-pass)
40
40
  - [CloudFerro Sherlock](https://mastra.ai/models/providers/cloudferro-sherlock)
41
41
  - [Cloudflare Workers AI](https://mastra.ai/models/providers/cloudflare-workers-ai)
42
+ - [CoralBricks](https://mastra.ai/models/providers/coralbricks)
42
43
  - [Cortecs](https://mastra.ai/models/providers/cortecs)
43
44
  - [CrofAI](https://mastra.ai/models/providers/crof)
44
45
  - [CrossModel](https://mastra.ai/models/providers/crossmodel)
@@ -196,6 +196,37 @@ const session = await controller.getSessionByResource('project-42', 'editor-wind
196
196
 
197
197
  Returns: `Promise<Session<TState> | undefined>`
198
198
 
199
+ #### `onSessionDeleted(listener)`
200
+
201
+ Subscribe to process-local notifications after `deleteSession()` tears down a live session. Listener errors are isolated and don't prevent other listeners from running. Call the returned function to unsubscribe.
202
+
203
+ ```typescript
204
+ const unsubscribe = controller.onSessionDeleted(session => {
205
+ console.log(`Closed ${session.identity.getResourceId()}`)
206
+ })
207
+
208
+ await controller.createSession({ resourceId: 'project-42' })
209
+ await controller.deleteSession({ resourceId: 'project-42' })
210
+ unsubscribe()
211
+ ```
212
+
213
+ This listener is best-effort and runs only in the current process. It isn't a persisted deletion event.
214
+
215
+ Returns: `() => void`
216
+
217
+ #### `deleteSession({ resourceId, scope? })`
218
+
219
+ Tear down the materialized session for a resource and optional scope. The method aborts active work, then removes thread subscriptions, the active thread lock, and the live session from the controller registry. It doesn't delete persisted threads or messages.
220
+
221
+ ```typescript
222
+ const deleted = await controller.deleteSession({
223
+ resourceId: 'project-42',
224
+ scope: 'editor-window-1',
225
+ })
226
+ ```
227
+
228
+ Returns: `Promise<boolean>`. The result is `true` when a live session was removed and `false` when no matching live session exists or when another deletion is already in progress for the same resource and scope.
229
+
199
230
  #### `setResourceId(session, { resourceId })`
200
231
 
201
232
  Move a live session to another resource and clear its active thread binding.
@@ -424,4 +455,4 @@ await controller.stopIntervals()
424
455
  - [Session reference](https://mastra.ai/reference/agent-controller/session)
425
456
  - [Agents](https://mastra.ai/docs/agents/overview)
426
457
  - [Workspace](https://mastra.ai/docs/workspace/overview)
427
- - [Channels](https://mastra.ai/docs/capabilities/channels/overview)
458
+ - [Channels](https://mastra.ai/docs/capabilities/channels)
@@ -4,7 +4,7 @@
4
4
 
5
5
  **Added in:** `@mastra/core@1.22.0`
6
6
 
7
- Channels connect agents to messaging platforms. Configure them via the `channels` property on the `Agent` constructor. The object you pass is a `ChannelConfig`. See the [Channels overview](https://mastra.ai/docs/capabilities/channels/overview) for concepts and platform setup instructions.
7
+ Channels connect agents to messaging platforms. Configure them via the `channels` property on the `Agent` constructor. The object you pass is a `ChannelConfig`. See the [Channels overview](https://mastra.ai/docs/capabilities/channels) for concepts and platform setup instructions.
8
8
 
9
9
  ## Usage example
10
10
 
@@ -382,6 +382,6 @@ type InlineLinkEntry =
382
382
 
383
383
  ## Related
384
384
 
385
- - [Channels overview](https://mastra.ai/docs/capabilities/channels/overview): Concepts, quickstart, and platform setup
385
+ - [Channels overview](https://mastra.ai/docs/capabilities/channels): Concepts, quickstart, and platform setup
386
386
  - [Agent class](https://mastra.ai/reference/agents/agent): Constructor parameters and methods
387
387
  - [Chat SDK adapters](https://chat-sdk.dev/adapters): Adapter configuration and platform setup
@@ -138,7 +138,7 @@ Scorer judges with legacy model adapters call `generateLegacy()`. They don't rec
138
138
 
139
139
  ## Migration to new API
140
140
 
141
- > **Note:** The new `.generate()` method offers enhanced capabilities including AI SDK v5+ compatibility, better structured output handling, and improved streaming support. See the [migration guide](https://mastra.ai/guides/migrations/vnext-to-standard-apis) for detailed migration instructions.
141
+ > **Note:** The new `.generate()` method offers enhanced capabilities including compatibility with AI SDK v5 and later, better structured output handling, and improved streaming support. See the [migration guide](https://mastra.ai/reference/migrations/vnext-to-standard-apis) for detailed migration instructions.
142
142
 
143
143
  ### Quick Migration Example
144
144
 
@@ -219,7 +219,7 @@ await agent.generateLegacy(
219
219
 
220
220
  ## Related
221
221
 
222
- - [Migration Guide](https://mastra.ai/guides/migrations/vnext-to-standard-apis)
222
+ - [Migration Guide](https://mastra.ai/reference/migrations/vnext-to-standard-apis)
223
223
  - [New .generate() method](https://mastra.ai/reference/agents/generate)
224
224
  - [Generating responses](https://mastra.ai/docs/agents/overview)
225
225
  - [Streaming responses](https://mastra.ai/docs/agents/overview)
@@ -30,5 +30,5 @@ await agent.getDefaultOptions({
30
30
 
31
31
  ## Related
32
32
 
33
- - [Streaming with agents](https://mastra.ai/guides/concepts/streaming)
33
+ - [Streaming with agents](https://mastra.ai/docs/guides/streaming)
34
34
  - [Request Context](https://mastra.ai/docs/server/request-context)
@@ -32,5 +32,5 @@ await agent.getDefaultStreamOptionsLegacy({
32
32
 
33
33
  ## Related
34
34
 
35
- - [Streaming with agents](https://mastra.ai/guides/concepts/streaming)
35
+ - [Streaming with agents](https://mastra.ai/docs/guides/streaming)
36
36
  - [Request Context](https://mastra.ai/docs/server/request-context)
@@ -368,5 +368,5 @@ export const { GET, POST, PUT } = serveNext({ mastra, inngest })
368
368
 
369
369
  - [DurableAgent reference](https://mastra.ai/reference/agents/durable-agent)
370
370
  - [Agent class](https://mastra.ai/reference/agents/agent)
371
- - [Inngest deployment guide](https://mastra.ai/guides/deployment/inngest)
371
+ - [Inngest deployment guide](https://mastra.ai/integrations/deploy/inngest)
372
372
  - [PubSub](https://mastra.ai/docs/server/pubsub)
@@ -4,7 +4,7 @@
4
4
 
5
5
  The `.network()` method enables multi-agent collaboration and routing. This method accepts messages and optional execution options.
6
6
 
7
- > **Deprecated:** The `.network()` primitive has been deprecated and will be removed in a future major release. Use [supervisor agents](https://mastra.ai/docs/capabilities/subagents) with `agent.stream()` or `agent.generate()` instead. See the [migration guide](https://mastra.ai/guides/migrations/network-to-supervisor) to upgrade.
7
+ > **Deprecated:** The `.network()` primitive has been deprecated and will be removed in a future major release. Use [supervisor agents](https://mastra.ai/docs/capabilities/subagents) with `agent.stream()` or `agent.generate()` instead. See the [migration guide](https://mastra.ai/reference/migrations/network-to-supervisor) to upgrade.
8
8
 
9
9
  ## Usage example
10
10
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  # handleNetworkStream()
4
4
 
5
- > **Deprecated:** Agent networks are deprecated and will be removed in a future release. Use [supervisor agents](https://mastra.ai/docs/capabilities/subagents) with `agent.stream()` or `agent.generate()` instead. See the [migration guide](https://mastra.ai/guides/migrations/network-to-supervisor) to upgrade.
5
+ > **Deprecated:** Agent networks are deprecated and will be removed in a future release. Use [supervisor agents](https://mastra.ai/docs/capabilities/subagents) with `agent.stream()` or `agent.generate()` instead. See the [migration guide](https://mastra.ai/reference/migrations/network-to-supervisor) to upgrade.
6
6
 
7
7
  Framework-agnostic handler for streaming network execution in AI SDK-compatible format. Use this function directly when you need to handle network streaming outside Hono or Mastra's own [apiRoutes](https://mastra.ai/docs/server/custom-api-routes) feature.
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  # networkRoute()
4
4
 
5
- > **Deprecated:** Agent networks are deprecated and will be removed in a future release. Use [supervisor agents](https://mastra.ai/docs/capabilities/subagents) with `agent.stream()` or `agent.generate()` instead. See the [migration guide](https://mastra.ai/guides/migrations/network-to-supervisor) to upgrade.
5
+ > **Deprecated:** Agent networks are deprecated and will be removed in a future release. Use [supervisor agents](https://mastra.ai/docs/capabilities/subagents) with `agent.stream()` or `agent.generate()` instead. See the [migration guide](https://mastra.ai/reference/migrations/network-to-supervisor) to upgrade.
6
6
 
7
7
  Creates a network route handler for streaming network execution using the AI SDK format. This function registers an HTTP `POST` endpoint that accepts messages, executes an agent network, and streams the response back to the client in AI SDK-compatible format. Agent networks allow a routing agent to delegate tasks to other agents. You have to use it inside a [custom API route](https://mastra.ai/docs/server/custom-api-routes).
8
8
 
@@ -72,4 +72,4 @@ The exact properties available depend on your Auth0 configuration, scopes reques
72
72
 
73
73
  ## Related
74
74
 
75
- [MastraAuthAuth0 Class](https://mastra.ai/docs/server/auth/auth0)
75
+ [MastraAuthAuth0 Class](https://mastra.ai/integrations/auth/auth0)
@@ -70,4 +70,4 @@ The `Session` and `User` types are exported by the Better Auth package.
70
70
 
71
71
  ## Related
72
72
 
73
- [MastraAuthBetterAuth Class](https://mastra.ai/docs/server/auth/better-auth)
73
+ [MastraAuthBetterAuth Class](https://mastra.ai/integrations/auth/better-auth)
@@ -35,4 +35,4 @@ export const mastra = new Mastra({
35
35
 
36
36
  ## Related
37
37
 
38
- [MastraAuthClerk Class](https://mastra.ai/docs/server/auth/clerk)
38
+ [MastraAuthClerk Class](https://mastra.ai/integrations/auth/clerk)
@@ -79,4 +79,4 @@ The `FirebaseUser` type used in the `authorizeUser` function corresponds to Fire
79
79
 
80
80
  ## Related
81
81
 
82
- [MastraAuthFirebase Class](https://mastra.ai/docs/server/auth/firebase)
82
+ [MastraAuthFirebase Class](https://mastra.ai/integrations/auth/firebase)
@@ -354,4 +354,4 @@ If `user.groups` is already an array, `MastraRBACGoogle` uses that value and doe
354
354
 
355
355
  ## Related
356
356
 
357
- [Google auth docs](https://mastra.ai/docs/server/auth/google)
357
+ [Google auth docs](https://mastra.ai/integrations/auth/google)
@@ -32,4 +32,4 @@ export const mastra = new Mastra({
32
32
 
33
33
  ## Related
34
34
 
35
- [MastraAuthSupabase](https://mastra.ai/docs/server/auth/supabase)
35
+ [MastraAuthSupabase](https://mastra.ai/integrations/auth/supabase)
@@ -128,4 +128,4 @@ The properties with `urn:myapp:` prefixes are custom claims configured in your W
128
128
 
129
129
  ## Related
130
130
 
131
- [MastraAuthWorkos Class](https://mastra.ai/docs/server/auth/workos)
131
+ [MastraAuthWorkos Class](https://mastra.ai/integrations/auth/workos)
@@ -404,4 +404,4 @@ The `browser_snapshot` tool returns an accessibility tree with element refs like
404
404
  - [MastraBrowser](https://mastra.ai/reference/browser/mastra-browser): Base class reference
405
405
  - [StagehandBrowser](https://mastra.ai/reference/browser/stagehand-browser): AI-powered alternative
406
406
  - [Browser overview](https://mastra.ai/docs/browser/overview): Conceptual guide
407
- - [agent-browser guide](https://mastra.ai/docs/browser/agent-browser): Usage guide
407
+ - [agent-browser guide](https://mastra.ai/integrations/browsers/agent-browser): Usage guide
@@ -227,6 +227,6 @@ browse skills install
227
227
 
228
228
  ## Related
229
229
 
230
- - [BrowserViewer guide](https://mastra.ai/docs/browser/browser-viewer): Setup and usage walkthrough
230
+ - [BrowserViewer guide](https://mastra.ai/integrations/browsers/browser-viewer): Setup and usage walkthrough
231
231
  - [MastraBrowser](https://mastra.ai/reference/browser/mastra-browser): Base class API reference
232
232
  - [Workspace overview](https://mastra.ai/docs/workspace/overview): Workspace configuration
@@ -66,6 +66,6 @@ In both cases, `FirecrawlBrowser` deletes the remote Firecrawl session when the
66
66
 
67
67
  ## Related
68
68
 
69
- - [Firecrawl docs](https://mastra.ai/docs/browser/firecrawl)
69
+ - [Firecrawl docs](https://mastra.ai/integrations/browsers/firecrawl)
70
70
  - [`AgentBrowser` reference](https://mastra.ai/reference/browser/agent-browser)
71
71
  - [Browser overview](https://mastra.ai/docs/browser/overview)
@@ -317,4 +317,4 @@ Choose `AgentBrowser` for precise, reproducible automation. Choose `StagehandBro
317
317
  - [MastraBrowser](https://mastra.ai/reference/browser/mastra-browser): Base class reference
318
318
  - [AgentBrowser](https://mastra.ai/reference/browser/agent-browser): Deterministic alternative
319
319
  - [Browser overview](https://mastra.ai/docs/browser/overview): Conceptual guide
320
- - [Stagehand guide](https://mastra.ai/docs/browser/stagehand): Usage guide
320
+ - [Stagehand guide](https://mastra.ai/integrations/browsers/stagehand): Usage guide
@@ -64,4 +64,4 @@ const all = mastra.getChannelProviders()
64
64
  ## Related
65
65
 
66
66
  - [SlackProvider](https://mastra.ai/reference/channels/slack-provider)
67
- - [Channels](https://mastra.ai/docs/capabilities/channels/overview)
67
+ - [Channels](https://mastra.ai/docs/capabilities/channels)
@@ -2,7 +2,7 @@
2
2
 
3
3
  # SlackProvider
4
4
 
5
- `SlackProvider` is the managed path for connecting agents to Slack. Register it on `Mastra.channels` and it provisions Slack apps via the Manifest API, runs the OAuth install flow, rotates configuration tokens, and routes Slack events to your agents. Use it when you want Mastra to own app creation and installation. For the lower-level path where you create the Slack app and configure scopes and webhooks yourself, use [`createSlackAdapter`](https://mastra.ai/docs/capabilities/channels/slack) on the agent's `channels.adapters` instead.
5
+ `SlackProvider` is the managed path for connecting agents to Slack. Register it on `Mastra.channels` and it provisions Slack apps via the Manifest API, runs the OAuth install flow, rotates configuration tokens, and routes Slack events to your agents. Use it when you want Mastra to own app creation and installation. For the lower-level path where you create the Slack app and configure scopes and webhooks yourself, use [`createSlackAdapter`](https://mastra.ai/integrations/channels/slack) on the agent's `channels.adapters` instead.
6
6
 
7
7
  ## Usage example
8
8
 
@@ -226,5 +226,5 @@ const result = await slack.connect('support-agent')
226
226
  ## Related
227
227
 
228
228
  - [ChannelProvider](https://mastra.ai/reference/channels/channel-provider): the interface `SlackProvider` implements
229
- - [Channels](https://mastra.ai/docs/capabilities/channels/overview): concepts, platform setup, and the `createSlackAdapter` path
229
+ - [Channels](https://mastra.ai/docs/capabilities/channels): concepts, platform setup, and the `createSlackAdapter` path
230
230
  - [Channels reference](https://mastra.ai/reference/agents/channels): the `channels` config on the `Agent` constructor
@@ -1043,13 +1043,13 @@ Runs database migrations to update your storage schema. This command is useful w
1043
1043
  The command bundles your project and connects to your configured storage backend. It then executes any pending migrations. Currently supports:
1044
1044
 
1045
1045
  - **Duplicate spans migration**: Removes duplicate `(traceId, spanId)` entries and adds a unique constraint to ensure data integrity.
1046
- - **ClickHouse legacy-to-vNext span migration**: Copies historical spans from the legacy `mastra_ai_spans` table to the vNext `mastra_span_events` schema. Runs in batches to stay within memory limits. See the [ClickHouse storage reference](https://mastra.ai/reference/storage/clickhouse) for details.
1046
+ - **ClickHouse legacy-to-vNext span migration**: Copies historical spans from the legacy `mastra_ai_spans` table to the vNext `mastra_span_events` schema. Runs in batches to stay within memory limits. See the [ClickHouse storage reference](https://mastra.ai/integrations/databases/clickhouse) for details.
1047
1047
 
1048
1048
  ```bash
1049
1049
  mastra migrate
1050
1050
  ```
1051
1051
 
1052
- See the [Storage migration guide](https://mastra.ai/guides/migrations/upgrade-to-v1/storage) for details on when migrations are needed.
1052
+ See the [Storage migration guide](https://mastra.ai/reference/migrations/upgrade-to-v1/storage) for details on when migrations are needed.
1053
1053
 
1054
1054
  It accepts [common flags](#common-flags).
1055
1055
 
@@ -440,7 +440,7 @@ export const mastra = new Mastra({
440
440
 
441
441
  Vector stores for semantic search and embeddings. Used in RAG pipelines, similarity search, and other embedding-based features. Mastra supports multiple vector databases including Pinecone, PostgreSQL with pgvector, OracleDB, MongoDB, and more.
442
442
 
443
- Visit the [RAG documentation](https://mastra.ai/guides/rag/overview) to learn more.
443
+ Visit the [RAG documentation](https://mastra.ai/reference/rag/overview) to learn more.
444
444
 
445
445
  > **Note:** Most users create vector stores directly when building RAG pipelines. This top-level configuration is for defining reusable vector store instances that can be shared across your application.
446
446
 
@@ -500,31 +500,6 @@ const mastra = new Mastra({
500
500
 
501
501
  ## Bundler options
502
502
 
503
- ### bundler.entries
504
-
505
- **Type:** `Record<string, string>`\
506
- **Default:** `{}`
507
-
508
- Additional process entries to emit alongside the server bundle, as a map of output name to source path relative to your Mastra directory. Each entry becomes its own `<name>.mjs` in `.mastra/output`.
509
-
510
- Use this for long-running processes that run beside your Mastra server rather than inside it, such as a [LiveKit voice worker](https://mastra.ai/guides/voice/realtime-voice). The entry shares the output directory, `package.json`, and installed dependencies with the server, so one `mastra build` produces one deployable artifact you can start with different commands.
511
-
512
- ```typescript
513
- import { Mastra } from '@mastra/core'
514
-
515
- export const mastra = new Mastra({
516
- bundler: {
517
- entries: { 'voice-worker': './voice-worker.ts' },
518
- },
519
- })
520
- ```
521
-
522
- This emits `.mastra/output/voice-worker.mjs` next to `.mastra/output/index.mjs`. Dependencies imported only by the extra entry are analyzed too, so they're installed into the output.
523
-
524
- Entry names can contain `/` to nest the output. They can't be `index`, which is the server bundle, `tools`, which is the tool aggregator, or start with `tools/`, which is reserved for tool bundles.
525
-
526
- > **Note:** `mastra build` applies the [`bundler.externals`](#bundlerexternals) default of `true` only when you set no bundler options at all. Once you set `entries`, set `externals` explicitly as well if your extra entry depends on packages that can't be bundled, such as native modules.
527
-
528
503
  ### bundler.externals
529
504
 
530
505
  **Type:** `boolean | string[]`\
@@ -21,4 +21,4 @@ This method doesn't accept any parameters.
21
21
  ## Related
22
22
 
23
23
  - [Storage overview](https://mastra.ai/reference/storage/overview)
24
- - [Storage reference](https://mastra.ai/reference/storage/libsql)
24
+ - [Storage reference](https://mastra.ai/integrations/databases/libsql)
@@ -20,5 +20,5 @@ mastra.getVector('testVectorStore')
20
20
 
21
21
  ## Related
22
22
 
23
- - [Vector stores overview](https://mastra.ai/guides/rag/vector-databases)
24
- - [RAG overview](https://mastra.ai/guides/rag/overview)
23
+ - [Vector stores overview](https://mastra.ai/reference/rag/vector-databases)
24
+ - [RAG overview](https://mastra.ai/reference/rag/overview)