This page is meant to serve as a reference for common issues with Magma / agent development in general!
If you encounter a 401
error or an error message indicating that you are not authenticated, this likely means your login has expired.
To fix this, run magma login
again.
If the issue persists, make sure your CLI is up to date by running magma update
, then try logging in again.
If your agent does not seem to be calling your tools as expected, or you’re getting an error, check for the following:
call: MagmaToolCall
@tool
and/or @toolparam
If you encounter deployment issues, check the following:
package.json
file in your project root.env
file:
OPENAI_API_KEY
ANTHROPIC_API_KEY
GOOGLE_API_KEY
GROQ_API_KEY
If you’re having an issue that isn’t listed here, please let us know in our #issues channel in the community Slack and we’ll get it sorted out!
This page is meant to serve as a reference for common issues with Magma / agent development in general!
If you encounter a 401
error or an error message indicating that you are not authenticated, this likely means your login has expired.
To fix this, run magma login
again.
If the issue persists, make sure your CLI is up to date by running magma update
, then try logging in again.
If your agent does not seem to be calling your tools as expected, or you’re getting an error, check for the following:
call: MagmaToolCall
@tool
and/or @toolparam
If you encounter deployment issues, check the following:
package.json
file in your project root.env
file:
OPENAI_API_KEY
ANTHROPIC_API_KEY
GOOGLE_API_KEY
GROQ_API_KEY
If you’re having an issue that isn’t listed here, please let us know in our #issues channel in the community Slack and we’ll get it sorted out!