mastra-api
Installation
SKILL.md
Mastra Development API
Interact with the Mastra dev server API to debug agents, view conversations, inspect tools and workflows, and access observability data.
Quick Start
Agent Debugging
Run these scripts/... commands from the skills/mastra-api/ directory. From repo root, prefix them with skills/mastra-api/.
# Get latest conversation
scripts/get_latest_thread.sh <agent-id> [port]
# Debug errors
scripts/debug_agent_error.sh <agent-id> [port]