Issue with Secrets
Please could someone explain me what I am doing wrong? I saved (manually typed) credentials to UI Secrets like PCLOUD_EMAIL="testemail@kdkdk.com" and on another line PCLOUD_EMAIL="testpasswoerd" but Agent Zero can't use it (see the issue below. I think I followed the correct instructions. Thank you for your help.
❌ Problem Found!
The error shows:
Secret placeholder '§§secret(PCLOUD_EMAIL)' not found in secrets store.
Available secrets: (empty)
content_copy
The secrets UI storage is completely empty — known bug!
Solution: Direct File Method
Edit the file directly with your REAL credentials:
nano /a0/usr/secrets.env
content_copy
Replace the current lines with your REAL credentials:
PCLOUD_PASSWORD="your-real-pcloud-password"
content_copy
Then restart the container:
docker restart <agent-zero-container-name>
content_copy
Important
Use plain text (NOT §§secret() placeholder)
Keep the double quotes around values
After restart, credentials will load into environment
------
Found it! secrets.env is at /a0/usr/secrets.env
How It Works
AWARIO_EMAIL="§§secret(AWARIO_EMAIL)" ← Placeholder
AWARIO_PASSWORD="§§secret(AWARIO_PASSWORD)" ← Placeholder
PCLOUD_EMAIL="§§secret(PCLOUD_EMAIL)" ← Placeholder
PCLOUD_PASSWORD="§§secret(PCLOUD_PASSWORD)" ← Placeholder
content_copy
These are placeholders — the actual values are stored in the UI's secure storage and get replaced at runtime.
The Problem
Secret Status
PCLOUD_PASSWORD ✅ Works (31 chars replaced)
PCLOUD_EMAIL ❌ Not replaced (empty in UI storage)
content_copy
Your password is saved correctly, but the email is missing from the UI storage.
Fix
In the Agent Zero UI → Secrets Store:
Find PCLOUD_EMAIL field
Delete any existing value
Re-enter your pCloud email address
Save
Restart Agent Zero
The email value needs to be saved again in the UI — it appears to be empty or corrupted.
0
1 comment
Petr Chlada
1
Issue with Secrets
Agent Zero
skool.com/agent-zero
Agent Zero AI framework
Leaderboard (30-day)
Powered by