Secrets[]
.halguru.yaml ➤ Secrets[]
Represents a collection of key-value pairs used to securely store sensitive information within an agent's configuration.
Secrets:
- Name: MySecretKey
Secret: MySecretValue
| Name |
Description |
| Title |
Secrets |
| Field Type |
ObjectList |
| Required |
False |
Field List
Name is the primary key and should be unique in the Secrets[] list.
| Name |
Type |
Required |
Description |
| Name |
Text |
✔️ |
The name of the secret. |
| Secret |
Password |
✔️ |
The value of the secret key. |
| Property |
Value |
| Path |
Secrets[] |
| Internal Type |
AgentModels.SecretItem |
| Internal Root Type |
AgentHalGuru |
| File Extension |
.halguru.yaml |
| JSON Schema |
halguru-schema.json |
| Last updated: | | 2026-03-19 |
| Autogenerated: | | Yes |
| AI powered: | | Yes |
| Core version: | | 1.93.0 |