Skip to main content
Agno reads configuration from environment variables. The ones you are most likely to need:

Setting a Variable

These last for the current shell session. To persist a variable, add the export line to your shell profile (~/.zshrc, ~/.bashrc, or your PowerShell profile), or use setx on Windows.

Next Steps