Skip to main content

Agents Hub

apps/agents-hub is the Mastra-based AI application surface. It is used for agent definitions, tool orchestration, workflow experimentation, and Mastra Studio/API access.

Runtime Shape

  • Local development uses the Mastra CLI.
  • Production runtime should load secrets through Infisical where configured.
  • Durable dependencies may live outside this repository's container network and must be validated before deploy.
  • The public-facing Mastra hostname and API key rules are documented in the internal endpoint and service pages.

Operating Rules

  • Do not commit .mastra/, runtime databases, generated build artifacts, or .env files.
  • Keep model provider keys in Infisical or protected runtime environments.
  • Prefer framework-supported Mastra configuration instead of hidden runtime workarounds.

Related pages: Mastra Service and Mastra Deployment.