Secret management is a critical part of your application security and should be taken seriously. Local secrets are defined in theDocumentation Index
Fetch the complete documentation index at: https://docs-v1.agno.com/llms.txt
Use this file to discover all available pages before exploring further.
worspace/secrets directory which is excluded from version control (see .gitignore). Its contents should be handled with the same security as passwords.
Production secrets are managed by AWS Secrets Manager.
Incase you’re missing the secrets dir, copy
workspace/example_secretsDevelopment Secrets
Apps running locally can read secrets using ayaml file, for example:
dev_resources.py
Production Secrets
AWS Secrets are used to manage production secrets, which are read by the production apps.
prd_resources.py