Skip to content

Secrets[]

.halguru.yamlSecrets[]

Represents a collection of key-value pairs used to securely store sensitive information within an agent's configuration.

Secrets:
  - Name: MySecretKey
    Secret: MySecretValue

Field Information#

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.

Technical Information#

Property Value
Path Secrets[]
Internal Type AgentModels.SecretItem
Internal Root Type AgentHalGuru
File Extension .halguru.yaml
JSON Schema halguru-schema.json

.halguru.yaml#

Reference Index#

Configuration Files#


Last updated: 2026-03-19
Autogenerated: Yes
AI powered: Yes
Core version: 1.93.0