Agents
Create agentData from the Mastra API (run pnpm dev in another terminal). Click an agent id or Chat to talk (streaming via stream()).
Existing agents
| Agent id | Name | Status | |
|---|---|---|---|
weather-agent |
Weather Agent | active | Chat |
codemode-assistant |
codemode Assistant | active | Chat |
rocket-bot |
Rocket Bot | active | Chat |
app-7c7ac606-da87-4c48-bcd6-303c6390fa37 |
Jana's Pricing Companion | published | Chat |
Why isn’t my agent in Mastra Studio? Studio’s Agents screen lists agents from your code — the agents: { … } map in src/mastra/index.ts — via GET /api/agents. Stored agents live in the database under /api/stored/agents; publishing activates a version there but does not add them to that runtime list by itself, so they won’t appear next to Weather Agent / Rocket Bot until you register them in code or configure Mastra to merge stored agents into Studio.