🔑Secrets and Credentials
🔑 Secrets and credentials store API keys and access tokens securely. They are referenced without exposing values in logs or content.
How they work
- Add a secret once under a name.
- Reference it by name in steps, never by value.
- Keep it isolated from logs and agent outputs.
Managing secrets
- Update a secret when its key changes.
- Revoke it immediately if a leak is suspected, then create a replacement.
🔐 Never place a key directly in instructions or blocks. Always use Secrets.

